Flow Sensor Api
Hello
I noticed on Pro 16 that flow sensor was added in the api talk /watering/details. But unfortunately it always returns 0 for flow Clicks even tough on the screen of the rainmachine the flow seems correct and detected.
Could it also be possible to have an api call with the same value of m3 displayed on the screen in sensors/flowsensor. In fact the real time total.
Regards
-
Seems to be working fine on my end:
https://xxxx:8080/api/4/watering/log/details?format
returns the corresponding number of flowClicks per zone per cycle
{ "waterLog": { "days": [ { "date": "2018-09-12", "dateTimestamp": 1536699600, "programs": [ { "id": 0, "zones": [ { "uid": 2, "flag": 1, "cycles": [ { "id": 1, "startTime": "2018-09-12 11:38:04", "startTimestamp": 1536741484, "userDuration": 661, "machineDuration": 661, "realDuration": 310, "flowclicks": 9204 } ] } ] } ] } ] } }
Please sign in to leave a comment.
Comments
1 comment