Water tank instant volume
-
I think V_LEVEL works in domoticz the way you want. You can change the axis label and icon from UI edit button afterwards.
You can use are S_DUST are S_VIBRATION as sensor type.. not the most describing ones for water but both are creating a "custom counter" that can be used to present the "current/instant level".More info can be found from the source code of domoticz :)
https://github.com/domoticz/domoticz/blob/master/hardware/MySensorsBase.cpp#L861Perhaps someone could add handling for pair S_WATER and V_LEVEL to MySensorsBase.cpp. Should be easy ;)
-
I think V_LEVEL works in domoticz the way you want. You can change the axis label and icon from UI edit button afterwards.
You can use are S_DUST are S_VIBRATION as sensor type.. not the most describing ones for water but both are creating a "custom counter" that can be used to present the "current/instant level".More info can be found from the source code of domoticz :)
https://github.com/domoticz/domoticz/blob/master/hardware/MySensorsBase.cpp#L861Perhaps someone could add handling for pair S_WATER and V_LEVEL to MySensorsBase.cpp. Should be easy ;)
-
@pjr, I've tested with S_DUST and V_LEVEL and it works :-). Tanks.
The UI edit button is included to the domoticz frontend or it is in backend(to change the icon and the axis label)?You're right, it could be wonderful if someone better than me on mysensors could add it or tell us how to add a V_LEVEL attribute to the S_WATER element.
Have a nice afternoon :-).
-
@pjr, I've tested with S_DUST and V_LEVEL and it works :-). Tanks.
The UI edit button is included to the domoticz frontend or it is in backend(to change the icon and the axis label)?You're right, it could be wonderful if someone better than me on mysensors could add it or tell us how to add a V_LEVEL attribute to the S_WATER element.
Have a nice afternoon :-).
-
Hi,
I had a similar setup, the Ultrasonic sensor did not last long. I used to measure the water level in overhead tank. Within a month the transducers were all rusted and the ultrasonic sensor died. I had to take everything out. I am looking for some waterproof sensors like the ones used in car park assist.In case you have a better solution, please do share.
-
Hi,
I had a similar setup, the Ultrasonic sensor did not last long. I used to measure the water level in overhead tank. Within a month the transducers were all rusted and the ultrasonic sensor died. I had to take everything out. I am looking for some waterproof sensors like the ones used in car park assist.In case you have a better solution, please do share.
@Suresh-Mali The one I have used is waterproof, although so far it has only been in place for testing purposes I think it will last ok. If you do a search on ebay for "waterproof ultrasonic sensor" you should get some to look at. the one I have used is similar to this
-
Hello everyone,
Sorry for my delayed answer, i'm a bit busy at work for the moment, and my baby is sick this week.
@pjr : Thanks for you screenshot. In my version of domoticz(the last one running on w7 and soon on ubuntu server) , when i click on edit i'm only able to change the name and not the axis label like your's. An idea(something to activate) ?
@flopp : I've placed the ultrasonic sensor with an arduino uno and an ethernet stack under the tank cover (in a little electrical box). I'm going to connect it with a utp cable, for the length possibility(2pairs for the ethernet and 2wires for the power supply). For the connection schematics you'll find all you need on the distance sensor node and ethernet gateway on the site. Ask us for info.
@Boots33 : thanks for the your waterproof sensor link. I'll certainly change for it.Thank you all again for your support.
Have a nice evenning. -
I think V_LEVEL works in domoticz the way you want. You can change the axis label and icon from UI edit button afterwards.
You can use are S_DUST are S_VIBRATION as sensor type.. not the most describing ones for water but both are creating a "custom counter" that can be used to present the "current/instant level".More info can be found from the source code of domoticz :)
https://github.com/domoticz/domoticz/blob/master/hardware/MySensorsBase.cpp#L861Perhaps someone could add handling for pair S_WATER and V_LEVEL to MySensorsBase.cpp. Should be easy ;)
@pjr Have just tried the S_DUST/V_LEVEL solution and it works perfectly. In fact I think that combination will be good for a few of my other sensors like my lightning detector as well . Thank you for your input.
Screen shot , you can now see that tank level both in litres and also in percentage are displayed as desired. :)

