Hi,
Now I need help by someone in the community. I have previously used Vera very long, but because of things not “working perfect” I decided some time ago to go to Home Assistants. I have move by devices in steps and everything have worked perfect. But now I have problem with my Aeotec Wallmote.
I have problem making automations.
I have intigrated my Aeotec Wallmote and made changes in the file “zwcfg_0xefdd5c1f.xml” CommandClass91 according to the instructions. I have made an automation but it does not work, could someone help my find the error.
If I run the automation in the UI the switch turn on, but if I press button number three on WallMote nothing happen. But I can’t see what in the trigger I have missed.
Thanks!
I don’t get the automation to work.
I look at the log from the Z-wave, it seems like WallMote send the correct command.
2020-11-08 17:39:12.347 Detail, Node013, Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x0d, 0x05, 0x5b, 0x03, 0xad, 0x00, 0x03, 0x0e 2020-11-08 17:39:12.348 Detail, 2020-11-08 17:39:12.348 Info, Node013, Received Central Scene set from node 13: scene id=3 in 0 seconds. Sending event notification. 2020-11-08 17:39:12.348 Detail, Node013, Refreshed Value: old value=0, new value=0, type=int 2020-11-08 17:39:12.348 Detail, Node013, Changes to this value are not verified 2020-11-08 17:39:12.348 Detail, Node013, Notification: ValueChanged
What do you see when enabling listening to events in Developer Tools? Here you should see exactly what HA receives on event bus and what could be used for triggering actions. Set listening to events like that:
From there you can take node_id,scene_id and scene_data to be used in trigger. If HA does not record any event here, means something wrong with Wallmote configuration.
I don’t know if it’s just a cut/paste issue, but your indentation is wrong there, and that could cause a config check to fail and the automation to not be reloaded. Move action: 2 spaces to the left, as in the example you copied from.
Thank you all for the help.
I rested my device added it again, the followed your help.
Listening to events in Developer Tools, I was not aware of this. Very helpful.
From this check so everything was correct.