-
-
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] rename thermoregulation's (WHO=4) things #10865
[openwebnet] rename thermoregulation's (WHO=4) things #10865
Conversation
- bus_temp_sensor renamed to bus_themo_sensor - linked OWN4j 0.5.3-SNAPSHOT (camelCase for enums) Signed-off-by: Conte Andrea <[email protected]>
Signed-off-by: Conte Andrea <[email protected]>
…BusThermoZone and BusThermoSensor Signed-off-by: Massimo Valla <[email protected]>
Signed-off-by: Conte Andrea <[email protected]>
@fwolter this PR is just a refactoring of naming conventions of things associated to Thermoregulation: we restored support for thermoregulation in milestone 5 but, after a lot of discussions even with the community, we decide to apply this renaming. |
yes @fwolter: if current (old) thermo Things naming goes to 3.1, then users will have to move to the new naming in 3.2, while if this PR is included in 3.1 they will directly use the final correct naming when they move their thermo Things to OH3. Also: after you accept this PR, I can proceed with the refactoring to move everthing under the internal package (as you suggested), so everthing would be in place in 3,1 also from the package point of view. |
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.
If I understand correctly, this is a breaking change from 3.0 to 3.1. So you could add an ALTERT entry to https://github.com/openhab/openhab-distro/blob/main/distributions/openhab/src/main/resources/bin/update.lst.
@@ -171,22 +188,22 @@ It's possible to enter a value manually or set `shutterRun=AUTO` (default) to ca | |||
|
|||
BUS gateway and things configuration: | |||
|
|||
```xtend | |||
```json |
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.
Please remove this at all. The type doesn't need to be specified any longer.
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.
removed these type tags
Actually Thermo support would be introduced just now in the official openwebnet binding with 3.1: in 2.5.x or 3.0.x or 3.1Mx is not there yet. |
OK, that's indeed no breaking change. |
Signed-off-by: Massimo Valla <[email protected]>
5616ed2
to
afe92a2
Compare
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
* - bus_thermostat renamed to bus_thermo_zone - bus_temp_sensor renamed to bus_themo_sensor - linked OWN4j 0.5.3-SNAPSHOT (camelCase for enums) Signed-off-by: Conte Andrea <[email protected]> * updated ReadMe according to things renaming Signed-off-by: Conte Andrea <[email protected]> * Updated readme and thermo thing labels. Renamed thing descriptors to BusThermoZone and BusThermoSensor Signed-off-by: Massimo Valla <[email protected]> * using own4j release 0.5.3 Signed-off-by: Conte Andrea <[email protected]> * removed json tags in README. Added KG4691 to tested thermostats Signed-off-by: Massimo Valla <[email protected]> Co-authored-by: Massimo Valla <[email protected]>
* - bus_thermostat renamed to bus_thermo_zone - bus_temp_sensor renamed to bus_themo_sensor - linked OWN4j 0.5.3-SNAPSHOT (camelCase for enums) Signed-off-by: Conte Andrea <[email protected]> * updated ReadMe according to things renaming Signed-off-by: Conte Andrea <[email protected]> * Updated readme and thermo thing labels. Renamed thing descriptors to BusThermoZone and BusThermoSensor Signed-off-by: Massimo Valla <[email protected]> * using own4j release 0.5.3 Signed-off-by: Conte Andrea <[email protected]> * removed json tags in README. Added KG4691 to tested thermostats Signed-off-by: Massimo Valla <[email protected]> Co-authored-by: Massimo Valla <[email protected]> Signed-off-by: Luca Calcaterra <[email protected]>
* - bus_thermostat renamed to bus_thermo_zone - bus_temp_sensor renamed to bus_themo_sensor - linked OWN4j 0.5.3-SNAPSHOT (camelCase for enums) Signed-off-by: Conte Andrea <[email protected]> * updated ReadMe according to things renaming Signed-off-by: Conte Andrea <[email protected]> * Updated readme and thermo thing labels. Renamed thing descriptors to BusThermoZone and BusThermoSensor Signed-off-by: Massimo Valla <[email protected]> * using own4j release 0.5.3 Signed-off-by: Conte Andrea <[email protected]> * removed json tags in README. Added KG4691 to tested thermostats Signed-off-by: Massimo Valla <[email protected]> Co-authored-by: Massimo Valla <[email protected]> Signed-off-by: Luca Calcaterra <[email protected]>
* - bus_thermostat renamed to bus_thermo_zone - bus_temp_sensor renamed to bus_themo_sensor - linked OWN4j 0.5.3-SNAPSHOT (camelCase for enums) Signed-off-by: Conte Andrea <[email protected]> * updated ReadMe according to things renaming Signed-off-by: Conte Andrea <[email protected]> * Updated readme and thermo thing labels. Renamed thing descriptors to BusThermoZone and BusThermoSensor Signed-off-by: Massimo Valla <[email protected]> * using own4j release 0.5.3 Signed-off-by: Conte Andrea <[email protected]> * removed json tags in README. Added KG4691 to tested thermostats Signed-off-by: Massimo Valla <[email protected]> Co-authored-by: Massimo Valla <[email protected]> Signed-off-by: Luca Calcaterra <[email protected]>
* - bus_thermostat renamed to bus_thermo_zone - bus_temp_sensor renamed to bus_themo_sensor - linked OWN4j 0.5.3-SNAPSHOT (camelCase for enums) Signed-off-by: Conte Andrea <[email protected]> * updated ReadMe according to things renaming Signed-off-by: Conte Andrea <[email protected]> * Updated readme and thermo thing labels. Renamed thing descriptors to BusThermoZone and BusThermoSensor Signed-off-by: Massimo Valla <[email protected]> * using own4j release 0.5.3 Signed-off-by: Conte Andrea <[email protected]> * removed json tags in README. Added KG4691 to tested thermostats Signed-off-by: Massimo Valla <[email protected]> Co-authored-by: Massimo Valla <[email protected]>
* - bus_thermostat renamed to bus_thermo_zone - bus_temp_sensor renamed to bus_themo_sensor - linked OWN4j 0.5.3-SNAPSHOT (camelCase for enums) Signed-off-by: Conte Andrea <[email protected]> * updated ReadMe according to things renaming Signed-off-by: Conte Andrea <[email protected]> * Updated readme and thermo thing labels. Renamed thing descriptors to BusThermoZone and BusThermoSensor Signed-off-by: Massimo Valla <[email protected]> * using own4j release 0.5.3 Signed-off-by: Conte Andrea <[email protected]> * removed json tags in README. Added KG4691 to tested thermostats Signed-off-by: Massimo Valla <[email protected]> Co-authored-by: Massimo Valla <[email protected]>
* - bus_thermostat renamed to bus_thermo_zone - bus_temp_sensor renamed to bus_themo_sensor - linked OWN4j 0.5.3-SNAPSHOT (camelCase for enums) Signed-off-by: Conte Andrea <[email protected]> * updated ReadMe according to things renaming Signed-off-by: Conte Andrea <[email protected]> * Updated readme and thermo thing labels. Renamed thing descriptors to BusThermoZone and BusThermoSensor Signed-off-by: Massimo Valla <[email protected]> * using own4j release 0.5.3 Signed-off-by: Conte Andrea <[email protected]> * removed json tags in README. Added KG4691 to tested thermostats Signed-off-by: Massimo Valla <[email protected]> Co-authored-by: Massimo Valla <[email protected]>
Renamed things used in WHO=4 Thermoregulation.
*** BREAKING CHANGE ***
bus_thermostat
renamed tobus_thermo_zone
bus_temp_sensor
renamed tobus_thermo_sensor
Updated openwebnet4j to 0.5.3.
Fixes #10849