could you please publish the data points dp5, dp6 and dp12 in the “Capabilities” (see in last_unknown_value) so that they can be accessed in the flow?
I think dp5 is the flow quantity, dp6 is the flow rate, dp12 = 1 = status valve open, dp12 = 2 = status valve closed.
Imho the water consumption = dp5/dp6 (V= dV/dt).
My zb_product_id is “TS0601”, zb_manufacturer_name= “_TZE200_2wg5qrjy”.
Edit: I got a water meter with a precise Hall sensor to verify the information.
thx
On my water meter (analog) started a project (AI on the Edge, jomjol/AI-on-the-edge-device - GitHub) and integrated it into Homey as virtual device.
Currently looks like dp6 div 10 = water flow l/min and dp5 water consumption dp5 div 10 in liters.
I’ve worked on your proposal and added experimental values to the irrigation system.
After trying with your datas, it seems that finaly the right ones are :
dp5 as flow (l/h)
dp6 as consomption (l)
So, I made a new test version for Royal Gardineer App you can download here :
Can you test and tell me if it’s correct ?
To activate experimental values : Go to device settings, activate ‘Experimantal values’ and restart App.
I’m confused about these meterings…
Maybe you’re right, regarding your tests, DP5 should be Last water consumption.
That’s what I’ve seen on my own device, I tested for 30 minutes to control that consumption is half of hour flow. And if I revert values, it’s nearly the case (122 l consumption in 30 min for 212 l/h flow).
But if I take a look at your screenshots, it’s not really the same !
You’ve got on last screenshot for example, 109 and 10 and always a divider by 10.
What I think is DP5 and DP6 are reversed in this version but for short timer function, values reported are not correct. I already read that on forums discussing of TS0601.
Can you try for a longer time ? I will try for shorter…
I think DP5 / 10 (for consumption) is the only reliable value.
While browsing HA dedicated forums, DP6 seems to be unused or not reliable on each device of its kind.
So, I published a new test version keeping (DP5 / 10) as consumption but removed DP6 from sensors (still present in settings logs).
As returned consumption by device is not still verified, I also have to keep “Enable experimental values” in settings, uncheked by default.
I came to the same conclusion.
dp6 is not usable, I have also been on other forums.
Could we define another parameter to fine tune the devisor/result?
With my Gardineer there is probably a deviation in accuracy of 10%…
Hi Serge,
I own a device very similar to the Royal Gardener valve, at least externally but rebranded SasWell, and available here. I tried to add it in Homey using your app but it is not recognized and so it is just installed as a generic Zigbee device which, of course, doesn’t work.
I was wondering if there is a chance that you app could support it?
Manufacter ID is : _TZE204_qtnjuoae and Product ID is : TS0601.
What a very quick fix! It works as expected. I didn’t try the consumption feature yet but anyway I am already happy to be able to control the valve via Homey.