-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add soil moisture % sensor #133
Comments
@sethhere04 I don't have any of these devices so unfortunately I can't add them. If you are willing to share your account (or create a new one) with me I could take a look. |
Sorry, its not a separate device. It’s just the soil moisture % reported in the bhyve app. I was wondering if there is a way to see that in HA. |
I came here to ask the exact same question! |
Got it, will take a look and see what I can do! |
Hey @sebr, not sure if this is helpful, but moisture is part of the landscape object which you can get with the get_landscape() function. You need to calculate it, percentage = available_water / (field_capacity_depth - replenishment_point) * 100 |
+1 on this feature. |
+1 |
@allistermaguire
I have 5 zones and all the 5 moisture values were the same 47%, but the Android app shows meaningful moisture values. |
Hi @kdeyev, I have had a look and I was mistaken, I assumed 'available_water' could be used to retrieve level as well as set it, but that is not the case. Looking at it more from what I can capture from the app, it looks like it is calculated from the 'watering_plan' returned from api.orbitbhyve.com/v1/sprinkler_timer_programs. When I get some time I will see if I can work it out. |
+1 in a sensor that shows the moisture level and also a way to be able to adjust it. |
@SetMonkey13 you can already adjust the moisture level with a service call to |
Seems like it doesn't work for me. I tired enabling and disable the rain delay via those service calls, but doing the 'bhyve.set_smart_watering_soil_moisture' doesn't change the soil moisture. using the 21004 with the gen 1 hub. |
Is it possible to add the soil moisture % as a sensor reported to HA?
The text was updated successfully, but these errors were encountered: