stefan-kaestle / openhab2-addons

Add-ons for openHAB 2.x
Eclipse Public License 2.0
16 stars 1 forks source link

Add climate control device #15

Closed coeing closed 4 years ago

coeing commented 4 years ago

Started to add the handling for the "virtual" climate control devices. As it seems they are created automatically by the Bosch home controller for each room with a thermostat in it.

They are used to set the desired temperature (setpoint temperature) for a room and they report the temperature of a room (probably the average temperature of all thermostat temperatures in the room).

coeing commented 4 years ago

As the devices are created automatically it would be nice to add them automatically to openHAB as well. But I guess that's will be covered as part of the discovery feature we have to implement soon.

coeing commented 4 years ago

@GerdZanker @stefan-kaestle I did all the changes that you commented on. Let me know if there is anything else, otherwise I will merge the branch on Tuesday next week :)