Hello, i am new to HA and have a lot of difficulty to understand and get to work the nanomote from aeotec.
I run HA on windows a nuc/wmvare, have all newest update and run zwave js and zwave js to Mqtt
it look like the remote was correctly found and show in device under node 9 unknow manufacturer and model
i can see in zwave js logs/ debug that when i click on the remote they re is activity (dropping message because network keys are not set or the driver is not yet ready to receive secure messages)
I did some research online and found some topic about modifying zwcfg*.xml file.
so i did instal samba and ssh and i can connect to the /config folder but even when i shutdown the server the file never appear.
I am lost and would appreciate if someone have some idea.
I did some event captures. I noticed that event type “zwave_js_value_notification” fires. In your automation, trigger on event, and use that as your event type
Then the event data is:
node_id: 5 value: KeyPressed property_key: '001'
Note that my remote is node 5 and yours is node 9. value is KeyPressed and property_key of ‘001’ means button 1 was pushed. ‘002’ for button 2 and so on.
However I don’t see any output when I listen to events in Developer Tools… so I’m not sure what information I need to put in the automation configuration. I tried the example you provided and that did not work for me