-
-
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
[velux] Do not use new API on Somfy devices #14225
Conversation
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
For testing purposes the JAR file is here.. |
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/velux-new-openhab2-binding-feedback-welcome/32926/1524 |
@andrewfg What about the deletion of line 121 (at least this is visible in the change view)? |
@gs4711 this line was moved from 121 to 98 |
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you
* [velux] revert use of new API for Somfy devices * [velux] fix compare to wrong value Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
* [velux] revert use of new API for Somfy devices * [velux] fix compare to wrong value Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
* [velux] revert use of new API for Somfy devices * [velux] fix compare to wrong value Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/oh3-4-1-velux-rollershutter-state-not-updating/148758/1 |
In #13212 we implemented the new API calls, but it seems that Somfy devices do not support use of this new API.
So this PR reverts to the old API calls for Somfy devices
Signed-off-by: Andrew Fiddian-Green software@whitebear.ch