stefan-kaestle / openhab2-addons

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

Support for RoomClimateControls #12

Closed coeing closed 3 years ago

coeing commented 4 years ago

Once the thermostats are in, it would be great to have a way to set the desired temperature for a room.

This happens via virtual devices of the type "RoomClimateControl": https://github.com/BoschSmartHome/bosch-shc-api-docs/issues/35

The API documentation can be found here: https://apidocs.bosch-smarthome.com/local/ -> Climate Control

The service is called RoomClimateControl as well and can receive a state for the setpointTemperature to set the desired temperature.

coeing commented 3 years ago

Pull Request is merged, Climate Controls can be controlled! :)