Just starting to write automations in home assistant really missing “blocky” from domoticz
I would like to active a input_boolean switch when I press buttom 8 on my Remotec ZRC90.
I can se the event in the Z-wave logg:
2017-10-28 10:40:48.008 Info, Node040, Received Central Scene set from node 40: scene id=8 in 0 seconds. Sending event notification.
2017-10-28 10:40:48.008 Warning, Node040, No ValueID created for Scene 8
2017-10-28 10:40:49.501 Detail, Node040, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x28, 0x03, 0x80, 0x03, 0x5a, 0x00
Can you fix your code block formatting? It’s hard to rule out formatting issues without it (YAML is very picky about tabs, etc)
But, I think I see your issue here. For your action, try using homeassistant.turn_on. Since an input_boolean is not a switch, the switch service will not turn it on or off.
There often isn’t for remotes, that’s normal. If you look in the attributes of the zwave. entity though, you’ll likely see is_awake: false showing that the device is asleep. Battery powered devices spend nearly all their time asleep, waking up maybe only once a day, or once a week.
My question may not an answer to your question but I am looking for some help to configure my ZRC-90 . I am not able to get a respond back on the HA when I press buttons. Not sure how to do it. And you are the only person seems to be on this forum to make it work.
I can see in my HA, the device connected and no issues. But in the OZW_Log file I can see errors.