Configure Wakeup

Hello all,

I’m using ZWave JS UI.
I would like to make a SET call of the command class Wake up. I want to change the node-id of the controller the sensor will report the wake-up to.
Unfortunately it seems is only possible to change the interval but not the node id.

Does anybody knows how to update the node id as well?
I have a 2nd controller aside my primary one in my network. So I have to change it back to the primary controller as soon HA did the interview.

BR

Andy

Note that Z-Wave JS does not support secondary controllers, so you may encounter issues with this use case.

You could request a feature request in ZUI to support setting the wake up interval destination node ID.

From HA, you can use the zwave_js.invoke_cc_api service call with the WakeUp CC setInterval method.

To change the node id a device reports wake up information to you simply change its associations. You can do this by clicking the groups button and adding and removing entries. You want to add a new entry to the lifeline group.

Also if you want you can have a device report updates to multiple controllers. This is what I do in my multi controller setup to get my devices to report to home assistant and my IQ panel.

Wake Up notifications aren’t configured with association groups.

You’re right.