-
-
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
[gree] Allow wider temperature range #14217
Conversation
Signed-off-by: lsiepel <leosiepel@gmail.com>
Signed-off-by: lsiepel <leosiepel@gmail.com>
Signed-off-by: lsiepel <leosiepel@gmail.com>
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
@lsiepel - does it work correctly when having this definition where minimum is still 16? openhab-addons/bundles/org.openhab.binding.gree/src/main/resources/OH-INF/thing/thing-types.xml Lines 65 to 70 in b9bec52
|
I probably merged too fast, sorry ! |
The user that tested was able to send a 7 celsius command, guess he used textual config as the quoted code would only affect Graphic config right? I'll make a PR fast :-) |
Sorry, i also missed it. |
* Fix checkstyle * Allow wider temp range * Remaining checkstyle Signed-off-by: lsiepel <leosiepel@gmail.com>
* Fix checkstyle * Allow wider temp range * Remaining checkstyle Signed-off-by: lsiepel <leosiepel@gmail.com>
Previously the binding limits the setpoint temperature from 16-30. As devices have different operating range, it would be better to have a wider allowed range and adjust it with sitemap minValue/ maxValue according to your specific device.
Tested and confirmed. Devices gracefully ignore temperatures outside of the operating range. So regressions or device mallfunction is not to be expected.
Fixes: #14207