stefan-kaestle / openhab2-addons

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

Support for Thermostat SilentMode #110

Closed jensflorian closed 1 year ago

jensflorian commented 2 years ago

The latest firmware update has added another channel to the Bosch Smart Home Thermostat. In addition to ChildLock it has now support for silent operation of the valve tappet (this however increases battery usage).

Unfortunately there is no updated information available at https://apidocs.bosch-smarthome.com/local/ The new service is located /services/SilentMode/state and can be viewed via postman. I don't know if its possible to change the values via API:

Default is: { "@type": "silentModeState", "mode": "MODE_NORMAL" }

After changing to silent mode via app it says:

{ "@type": "silentModeState", "mode": "MODE_SILENT" }

david-pace commented 1 year ago

The issue was moved to the official openhab-addons repository: https://github.com/openhab/openhab-addons/issues/14779