hydrawiser
hydrawiser copied to clipboard
Python library for Hydrawise API
Unsuspend does not work right now, because the v1.4 API does not like the period_id=999 when issuing an unsuspend. I have tested this change locally, and it works just fine....
Might not be perfect from coding perspective (python beginner), but at least the consuming side can react on the error. Also adjusted the API endpoint, according to the Hydrawise API...
I am using the Home Assistant Hunter Hydrawise integration. I have installed and it works fine, but only has data for one of my two controllers. After looking at the...
Here' s a draft of [API v2 support.](https://app.hydrawise.com/api/v2/graph/explore) Currently supports read-only queries. There will be definitely breaking changes (at least in authentication). When using GraphQL API we might add support...
Through Home Assistant I'm getting an error: `IndexError: list index out of range on mydata.relays[self.data["relay"] - 1]` Looking at the open issues on the Home Assistant repo, I found this...