-
-
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
[tado] Add channel for remaining time of open window override #17576
Conversation
Signed-off-by: AndrewFG <software@whitebear.ch>
@eengnr I have created this PR for you, but before we merge it it would be good if you can test and confirm that it functions as expected on your system. The JAR file is in the zip file below. It will run on an OH v4.3 current milestone. You need to uninstall the stock binding, and drop the new Jar on your addons folder. It should add the new channel automatically, but if not you may need to delete and recreate your Things so that the new channel will be created. |
Signed-off-by: AndrewFG <software@whitebear.ch>
Thanks for the snapshot! The time is available and updated in the linked item every 30 seconds. But the newly created switch item linked to the channel stays OFF. But that's not a problem imho, I can just create a rule to turn it ON/OFF based in the time. |
Understood. But that is not how OH core should be working. Let me think about it. |
@eengnr to properly link a Switch item to the |
@andrewfg Ah thanks! I'll give it a try. The German translation for the explanation of the lower/upper bound is missing the "or equal", but I set 0/1 now as in your screenshot. Edit: with Hysteresis profile the switch item works 👍 |
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.
Thanks, just one comment. Otherwise LGTM
bundles/org.openhab.binding.tado/src/main/resources/OH-INF/thing/thing-types.xml
Outdated
Show resolved
Hide resolved
Signed-off-by: AndrewFG <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.
Thanks LGTM
…b#17576) * [tado] Add open window override remaining time channel Signed-off-by: AndrewFG <software@whitebear.ch>
…b#17576) * [tado] Add open window override remaining time channel Signed-off-by: AndrewFG <software@whitebear.ch>
Resolves #17558
Signed-off-by: AndrewFG software@whitebear.ch