How to update Zwave wake up parameter for Living connect device

Hello, I’m new on the home assistant community (really beginner). I installed Home Assistant OS on my computer. I have also configured my Aeotec Zwave USB stick (GEN5 - ZW090) and I have included my first zwave device as a Danfoss Thermostate Zwave Living Connect (LC-13).

So far so good but…

I tried to update the wake up status (to not consume so much energy) but I didn’t find this parameter or I don’t know how to configure it.

Do you have some advice?

Thank you for your help and don’t hesitate to ask me if you need more details. (Another time I’m beginner)

Which ZWave integration are you using. The builtin ZWaveJS or something else?

1 Like

Seems like there is not much to configure on this device with Zwave JS:

https://devices.zwave-js.io/?jumpTo=0x0002:0x0005:0x0004:0.0#

You can use a service call. For a GUI method, you can use Z-Wave JS UI.

service: zwave_js.set_value
data:
  command_class: "132"
  property: wakeUpInterval
  value: 3600
target:
  entity_id: climate.z_wave_thermostat

3600 is the wake up interval in seconds. You’ll have to wait for the device to wake up in the next interval, or manually wake up, until the new setting is applied.

3 Likes

Hello, thanks you for pour answers.

I’m using ZWaveJS, but it seems there is nothing to update the wake UP paramétrer.
I’ll try the service calle and I’ll give you the result.

@freshcoast Thank you very much for you quick solution :slight_smile: It works perfectly.

1 Like