This object is in archive! 
Z-Wave Water level sensor for water tank
Answered
I have a water tank at home that I need to monitor the level of water that it's got, preferible not binary (only full and empty) do you know a z-wave sensor that can do that? or has anyone managed to do the same modifiying an existing (wired) system??
Thanks a lot.
No connection
Real-time notifications may not work
Alberto. I was thinking to have a similar scenario with the sceptic. But I only need to monitor a certain level so I know it will need to be emptied or not. I was palnning to use the flood sensor, but clearly your situation is different as you need to know levels.
Alberto. I was thinking to have a similar scenario with the sceptic. But I only need to monitor a certain level so I know it will need to be emptied or not. I was palnning to use the flood sensor, but clearly your situation is different as you need to know levels.
Unfortunately there are none today on the market. But you can manage to make one yourself using cheap electronics and a PI. It all depends on the accuracy you want to achieve.
If you want full accuracy, then I would recommend an Ultrasonic sensor with RS485 that you can bind to your PI (or other computer). The readings sould be mapped to a virtual meter in Zipato (0 to 100%).
Hope this helps
Unfortunately there are none today on the market. But you can manage to make one yourself using cheap electronics and a PI. It all depends on the accuracy you want to achieve.
If you want full accuracy, then I would recommend an Ultrasonic sensor with RS485 that you can bind to your PI (or other computer). The readings sould be mapped to a virtual meter in Zipato (0 to 100%).
Hope this helps
Alberto,
Swedish company Gobius.se makes complete ultasonic tank level measuring systems, for both leasure and industry:
http://www.gobius.se/en/
Their systems can be integrated with just about anything, including RS232.
Brgds,
Robert
Alberto,
Swedish company Gobius.se makes complete ultasonic tank level measuring systems, for both leasure and industry:
http://www.gobius.se/en/
Their systems can be integrated with just about anything, including RS232.
Brgds,
Robert
look the web for arduino water level control with an ultrasonic sensor. you can do it yourself without technical knowledge, almost like lego blocks, under 20 euros. add wifi, ethernet or z-wave and you're good to go.
If you want only some pre defined levels of water, a simple set of wires and resistors will do the trick. if you want accurate level to 0,001 litre segments use ultrasonic sensor.
look example projects at https://www.hackster.io/arduino
look the web for arduino water level control with an ultrasonic sensor. you can do it yourself without technical knowledge, almost like lego blocks, under 20 euros. add wifi, ethernet or z-wave and you're good to go.
If you want only some pre defined levels of water, a simple set of wires and resistors will do the trick. if you want accurate level to 0,001 litre segments use ultrasonic sensor.
look example projects at https://www.hackster.io/arduino
Thanks everyone for the suggestions. I think I'm going to go with the arduino and ultrasonic, there is a couple of options an Arduino Zero with Wifi or maybe I should wait until they sell these for US/Mexico;
https://z-uno.z-wave.me/
Thanks everyone for the suggestions. I think I'm going to go with the arduino and ultrasonic, there is a couple of options an Arduino Zero with Wifi or maybe I should wait until they sell these for US/Mexico;
https://z-uno.z-wave.me/
Quizzical,
I'm integrating this using an Arduino YUN and I made tests with the ultrasonic sensor and seems to work. However I'm doing this in my spare time and haven't been able to finish, I have found a road block and cannot figure it out yet, the problem is for sure on the Arduino side, I can use the YUN as client OR server to Zipato but cannot do both at the same time for some reason. See below;
https://community.zipato.com/topic/interfacing-arduino-or-raspberry-pi-to-zipabox-zipatile
Another option is to go with the Z-uno with native z-wave and also I found this sensor on my quest;
https://www.adafruit.com/product/464
Quizzical,
I'm integrating this using an Arduino YUN and I made tests with the ultrasonic sensor and seems to work. However I'm doing this in my spare time and haven't been able to finish, I have found a road block and cannot figure it out yet, the problem is for sure on the Arduino side, I can use the YUN as client OR server to Zipato but cannot do both at the same time for some reason. See below;
https://community.zipato.com/topic/interfacing-arduino-or-raspberry-pi-to-zipabox-zipatile
Another option is to go with the Z-uno with native z-wave and also I found this sensor on my quest;
https://www.adafruit.com/product/464
Shouldn´t it be possible with a Fibaro RBGW?
It has a 0-10V input and all you need is for example an ultrasonic level sensor with 0-10v output.
Shouldn´t it be possible with a Fibaro RBGW?
It has a 0-10V input and all you need is for example an ultrasonic level sensor with 0-10v output.
Replies have been locked on this page!