You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like it works for the Bounty Elite. Thanks! Toggling the light doesn’t seem to work, but all the sensors report accurately. I’m only planning on using it for notification automations, so it does all I need it to.
Quick update. For the Bounty Elite at least, not sure about any other model, there is also a water level measurement called "pumpLevel"
I am trying to use that to send a notification to add water instead of the 'need_water' binary switch.
The 'pumpLevel' sensor can have the following values: 0 (low), 1 (medium), 2 (full)
I added the water level sensor to your code by adding the following lines to the sensor.py file:
"pumpLevel" : {
"label" : "waterLevel",
"icon" : "mdi:water",
"unit" : "0-low-to-2-full"
},
Hey @ksheumaker
Just wanted to let you know that I’m going to try this out. I’ve got a Harvest Wifi and have another one on the way.
Thanks for putting this together! Hoping that I can help a bit.
Chris
The text was updated successfully, but these errors were encountered: