-
-
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
[openwebnet] handle Thermo Central Unit monitoring messages #12485
Conversation
Conflicts to be resolved first. |
6d2aef4
to
976492d
Compare
.../java/org/openhab/binding/openwebnet/internal/handler/OpenWebNetThermoregulationHandler.java
Show resolved
Hide resolved
.../java/org/openhab/binding/openwebnet/internal/handler/OpenWebNetThermoregulationHandler.java
Show resolved
Hide resolved
.../java/org/openhab/binding/openwebnet/internal/handler/OpenWebNetThermoregulationHandler.java
Outdated
Show resolved
Hide resolved
.../java/org/openhab/binding/openwebnet/internal/handler/OpenWebNetThermoregulationHandler.java
Outdated
Show resolved
Hide resolved
.../java/org/openhab/binding/openwebnet/internal/handler/OpenWebNetThermoregulationHandler.java
Outdated
Show resolved
Hide resolved
@mvalla : is it ok for you ? |
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
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.
I would only change the capital OFF in the name of the channel, just to make it similar to the other channels. For the rest it looks good, excellent improvement thanks!
bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/channels.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/BusThermoCentralUnit.xml
Outdated
Show resolved
Hide resolved
...webnet/src/main/java/org/openhab/binding/openwebnet/internal/OpenWebNetBindingConstants.java
Outdated
Show resolved
Hide resolved
… off), what=23 (at least 1 probe in protection), what=24 (at least 1 probe in manual) - related channels added Signed-off-by: Conte Andrea <andrea@conte.com>
- ignore messages from probes and central unit and keep track only of messages from a real thermostat Signed-off-by: Conte Andrea <andrea@conte.com>
Signed-off-by: Conte Andrea <andrea@conte.com>
Signed-off-by: Conte Andrea <andrea@conte.com>
Signed-off-by: Conte Andrea <andrea@conte.com>
…NF/thing/channels.xml Co-authored-by: M Valla <12682715+mvalla@users.noreply.github.com> Signed-off-by: Conte Andrea <andrea@conte.com>
453c9d9
to
3b702c0
Compare
…suggested Signed-off-by: Conte Andrea <andrea@conte.com>
@mvalla I've updated string upper/lowercase as suggested |
ok. @lolodomo: his LGTM and for me can be merged |
…12485) * - handled what=30 (failure discovered ), what=22 (at least 1 probe in off), what=23 (at least 1 probe in protection), what=24 (at least 1 probe in manual) - related channels added * - update README - ignore messages from probes and central unit and keep track only of messages from a real thermostat * add example of failureDiscovered channel * Update bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/channels.xml * changed capital letters (atLeastOneProbeOFF -> atLeatOneProbeOff) as suggested Signed-off-by: Conte Andrea <andrea@conte.com> Signed-off-by: Nick Waterton <n.waterton@outlook.com>
…12485) * - handled what=30 (failure discovered ), what=22 (at least 1 probe in off), what=23 (at least 1 probe in protection), what=24 (at least 1 probe in manual) - related channels added * - update README - ignore messages from probes and central unit and keep track only of messages from a real thermostat * add example of failureDiscovered channel * Update bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/channels.xml * changed capital letters (atLeastOneProbeOFF -> atLeatOneProbeOff) as suggested Signed-off-by: Conte Andrea <andrea@conte.com>
…12485) * - handled what=30 (failure discovered ), what=22 (at least 1 probe in off), what=23 (at least 1 probe in protection), what=24 (at least 1 probe in manual) - related channels added * - update README - ignore messages from probes and central unit and keep track only of messages from a real thermostat * add example of failureDiscovered channel * Update bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/channels.xml * changed capital letters (atLeastOneProbeOFF -> atLeatOneProbeOff) as suggested Signed-off-by: Conte Andrea <andrea@conte.com> Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
…12485) * - handled what=30 (failure discovered ), what=22 (at least 1 probe in off), what=23 (at least 1 probe in protection), what=24 (at least 1 probe in manual) - related channels added * - update README - ignore messages from probes and central unit and keep track only of messages from a real thermostat * add example of failureDiscovered channel * Update bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/channels.xml * changed capital letters (atLeastOneProbeOFF -> atLeatOneProbeOff) as suggested Signed-off-by: Conte Andrea <andrea@conte.com>
Enhance OpenWebNet binding to support thermoregulation with 4/99 zone central unit, e.g. BTicino 3550 model.
The Central Unit provides some information on the on-board display:
For each case a specific read-only channel was added.