Zwave Devolo Danfos Thermostat

Hi Guys,

anyone have a same Radiator?

hvac_modes:
  - heat
min_temp: 7
max_temp: 35
current_temperature: 20.7
temperature: 7
node_id: 13
friendly_name: 'Devolo Home Control Radiator Thermostat: Heating 1'
supported_features: 1

I dont find a right hvac_mode to run it off?

this one doesnt work:

hvac_modes:
  - heat
  - 'off'
min_temp: 7
max_temp: 35
current_temperature: 20.7
temperature: 7
node_id: 13
friendly_name: 'Devolo Home Control Radiator Thermostat: Heating 1'
supported_features: 1

To turn it off I just set it to minimum temp which is 7 degrees.

Hi, sorry to dig up this thread again.

I myself use the aforementioned thermostat from Devolo and so far I had it connected to the gateway from Devolo and connected via the appropriate Intigration in Home Assistant.

Now I wanted to connect the thermostat via a Z-Wave stick (ZST10-700). I use Z-Wave JS UI and the Intigration Z-Wave JS WS Server.

Now I notice that the attributes of the thermostat are different:

Login via DEVOLO Intigration:

hvac_modes: heat
min_temp: 4
max_temp: 28
target_temp_step: 0.5
supported_features: 1
temperature: 22
friendly_name: xyz

Login via Z-Wave JS UI

hvac_modes: heat
min_temp: 7
max_temp: 35
current_temperature: 24.4
temperature: 7
supported_features: 1
friendly_name: xyz

Now the question is how I can adjust these attributes in Home Assistant. Because when I set the temperature to 4 C via Z-Wave JS UI, the thermostat also takes over the temperature.

But if I try to change the temperature via Entity, I can only set 7 C.

Can anyone tell me where the error lies here? respectively where can I set/correct the attributes in Home Assistant or is this a case for the developers of the integrations?

Thank you in advance for any feedback.

7 and 35 are the default min and max temps if a device does not report anything. You can override the values with customization.yaml.

thank sooo much…
That saves my day :slight_smile: I could have figured that out myself.
It works!