Problem with homematic Thermostat

Hi folks,

I have some issues with the controll of my Homematic thermostats.

setup:

recent openhabian image on a Pi4
recent Raspiomatic image on a Pi3B with HM-MOD-RPI-PCB

3 thermostats are discovered in Raspiomatic and also discovered as things in openhab.

I created the following items:

Group gAZ_thermostat "Heizung"  (AZ) ["Thermostat"]
    Number AZ_thermostat_Mode "Thermostat Mode" (gAZ_thermostat) [ "homekit:HeatingCoolingMode" ]
    Number:Temperature AZ_4ACTUALTEMPERATURE "aktuelle Temperatur" <temperature> (gAZ_thermostat, gHeating) ["CurrentTemperature"]  {channel="homematic:HM-CC-RT-DN:3014F711A061A7D8A9AB3FE8:PEQ1312969:4#ACTUAL_TEMPERATURE"}
    Number:Temperature AZ_4SETTEMPERATURE "soll Temperatur" <temperature> (gAZ_thermostat, gHeating) ["TargetTemperature"]  {channel="homematic:HM-CC-RT-DN:3014F711A061A7D8A9AB3FE8:PEQ1312969:4#SET_TEMPERATURE"}
   

Group gWZ_thermostat "Heizung WZ"  (WZ) ["Thermostat"]
    Number WZ_thermostat_Mode "Thermostat Mode" (gWZ_thermostat) [ "homekit:HeatingCoolingMode" ]
    Number:Temperature WZ_4ACTUALTEMPERATURE "aktuelle Temperatur" <temperature> (gWZ_thermostat) ["CurrentTemperature"] {channel="homematic:HM-CC-RT-DN:3014F711A061A7D8A9AB3FE8:PEQ1312972:4#ACTUAL_TEMPERATURE"}
    Number:Temperature WZ_4SETTEMPERATURE "soll Temperatur" <temperature> (gWZ_thermostat) ["TargetTemperature"] {channel="homematic:HM-CC-RT-DN:3014F711A061A7D8A9AB3FE8:PEQ1312972:4#SET_TEMPERATURE"}


Group gEZ_thermostat "Heizung EZ"  (WZ) ["Thermostat"]   
    Number EZ_thermostat_Mode "Thermostat Mode" (gEZ_thermostat) [ "homekit:HeatingCoolingMode" ]
    Number:Temperature EZ_4ACTUALTEMPERATURE "aktuelle Temperatur" (WZ, gEZ_thermostat) ["CurrentTemperature"] {channel="homematic:HM-CC-RT-DN:3014F711A061A7D8A9AB3FE8:PEQ1312877:4#ACTUAL_TEMPERATURE"}   
    Number:Temperature EZ_4SETTEMPERATURE "soll Temperatur" (WZ, gEZ_thermostat) ["TargetTemperature"] {channel="homematic:HM-CC-RT-DN:3014F711A061A7D8A9AB3FE8:PEQ1312877:4#SET_TEMPERATURE"}

The thermostat colntrolls show up in PaperUI and BasicUI, but I can only set a temperature value in PaperUI. in Basic UI or openhab iphone App there is no possibility to edit the value.

Also the thermostates are discoverd by Google Home, but they appear offline and can not be controlled.

Welcome to openHAB :fireworks:

You will need a Setpoint element type in your sitemap definition:

https://www.openhab.org/docs/configuration/sitemaps.html#element-type-setpoint

1 Like