-
-
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
[openthermgateway] Add Diagnostics indication channel #9516
Conversation
Signed-off-by: Arjen Korevaar <a.korevaar@mephix.com>
Signed-off-by: Arjen Korevaar <a.korevaar@mephix.com>
Signed-off-by: Arjen Korevaar <a.korevaar@mephix.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.
Is this working without any code-changes?
...way/src/main/java/org/openhab/binding/openthermgateway/OpenThermGatewayBindingConstants.java
Outdated
Show resolved
Hide resolved
...way/src/main/java/org/openhab/binding/openthermgateway/OpenThermGatewayBindingConstants.java
Outdated
Show resolved
Hide resolved
…/openhab/binding/openthermgateway/OpenThermGatewayBindingConstants.java Co-authored-by: J-N-K <J-N-K@users.noreply.github.com> Signed-off-by: Arjen Korevaar <a.korevaar@mephix.com>
a77a913
to
4183e7d
Compare
…/openhab/binding/openthermgateway/OpenThermGatewayBindingConstants.java Co-authored-by: J-N-K <J-N-K@users.noreply.github.com> Signed-off-by: Arjen Korevaar <a.korevaar@mephix.com>
a066ed5
to
d199fb1
Compare
Yes, DataItemGroup.java contains a complete list of possible opentherm commands, based on the opentherm 2.2 specifications. So in this case adding a new channel to bind to the opentherm command was all that's needed. |
Signed-off-by: Arjen Korevaar <a.korevaar@mephix.com>
Jenkins failed unrelated. |
* Added Diagnostics indication channel Signed-off-by: Arjen Korevaar <a.korevaar@mephix.com>
* Added Diagnostics indication channel Signed-off-by: Arjen Korevaar <a.korevaar@mephix.com> Signed-off-by: Joseph Hagberg <joseph@zoidberg.se>
* Added Diagnostics indication channel Signed-off-by: Arjen Korevaar <a.korevaar@mephix.com> Signed-off-by: Joseph Hagberg <joseph@zoidberg.se>
* Added Diagnostics indication channel Signed-off-by: Arjen Korevaar <a.korevaar@mephix.com> Signed-off-by: Joseph Hagberg <joseph@zoidberg.se>
* Added Diagnostics indication channel Signed-off-by: Arjen Korevaar <a.korevaar@mephix.com>
* Added Diagnostics indication channel Signed-off-by: Arjen Korevaar <a.korevaar@mephix.com>
Signed-off-by: Arjen Korevaar a.korevaar@mephix.com
Add Diagnostics indication channel
See #9515