My value from Climate-Control doesn't reach the Thermostat 2

Hello,

i’m trying to get my Bosch Thermostat running.

The things and items are managed through textual configuration in VS Code.
For Example:
Thing:

//Wohnzimmer
    Thing thermostat        TH2T4   "Thermostat_WO" [id="hdm:ZigBee:XXXX0000dXXXXX"]
    Thing climate-control   TH2CC4  "Climate-Control_WO" [id="roomClimateControl_hz_5"]

Item Climate Control:

  //Climate-Control
Number    TH2CC4_Setpoint_Temperature    "Solltemperatur [%.1f °C]"    (TH2T4_Thermostat)           ["Control"]              {channel="boschshc:climate-control:1:TH2CC4:setpoint-temperature"}

when i set the temperature in Openhab, the Console get it, but there are no changes in the “Smart Home” App from Bosch.

Enviroment:
Openhab 4.1.1
boschshc 4.1.1
OS = debian 11 (openhabian installation)

Maybe somebody can help me.

Thank you :slight_smile:

The same by me as well :frowning:

Hi @hamberle, sorry for the late reply. Unfortunately I missed your post.

We are currently trying to find and fix the issue, but unfortunately we cannot reproduce the problem. It would help us a lot if you could give any hints in this github issue, in particular it would be very helpful if you can check one or more of the following:

  • Check if your room climate control in the app is in manual mode (not in scheduled mode)
  • Check if the command sent to the channel has the correct type
  • Check the openHAB log file for any warnings or errors
  • Try adding a room climate control on the openHAB UI instead using text files
  • Update to openHAB 4.3.4

Thanks and best regards
Dave