-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[hydrawise][WIP] Fixes #7261 #7265
Conversation
Fixes a NPE due to a change in the Hydrawise API, adds additional controller statuses as a channles. Signed-off-by: digitaldan <[email protected]>
Travis tests were successfulHey @digitaldan, |
...ng.hydrawise/src/main/java/org/openhab/binding/hydrawise/internal/HydrawiseCloudHandler.java
Show resolved
Hide resolved
bundles/org.openhab.binding.hydrawise/src/main/resources/ESH-INF/thing/channel-types.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.hydrawise/src/main/resources/ESH-INF/thing/channel-types.xml
Outdated
Show resolved
Hide resolved
...ng.hydrawise/src/main/java/org/openhab/binding/hydrawise/internal/HydrawiseCloudHandler.java
Outdated
Show resolved
Hide resolved
…ast contact time to UoM Time. Signed-off-by: digitaldan <[email protected]>
Travis tests were successfulHey @digitaldan, |
Thanks @cpmeister for the review! |
Hold off on this one, i am looking through the API responses more carefully and realized there are more changes than just the controller online status. |
URL for new api - https://support.hydrawise.com/hc/en-us/articles/360008965753-Hydrawise-API-Information
"Rate Limiting |
Thanks @DenDeXTeR51 , I'm aware of the new version of the API. Unfortunately they removed a lot of the functionality i was using . I have a GraphQL version of the binding in development now, which is what they use for their own clients and new integrations. It will allow the binding to retain its current functionally as well as get some new features. I'll post back here when i have a version ready for testing. |
Closing this in favor of a new PR based on their GraphQL APi |
Fixes a NPE due to a change in the Hydrawise API, adds additional controller statuses as a channels, improves documentation.
Signed-off-by: digitaldan [email protected]