Aeotec Wallmote Not Triggering Automation

Hello,

I have an Aeotec Wallmote Quad. It was working fine, but due to my own stupidity, I have ended up needing to rebuild my hassio system from scratch.

I made the corrections to the zwcfg file as shown here: https://www.home-assistant.io/docs/z-wave/device-specific#aeotec-wallmote

And the OZW log shows that hassio can see the buttons being pressed:

2018-11-29 16:45:27.593 Detail, Node025,   Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x19, 0x05, 0x5b, 0x03, 0x34, 0x00, 0x03, 0x83
2018-11-29 16:45:27.594 Detail, 
2018-11-29 16:45:27.594 Info, Node025, Received Central Scene set from node 25: scene id=3 in 0 seconds. Sending event notification.
2018-11-29 16:45:27.594 Warning, Node025, No ValueID created for Scene 3
2018-11-29 16:45:41.628 Detail, Node025,   Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x19, 0x05, 0x5b, 0x03, 0x35, 0x00, 0x03, 0x82
2018-11-29 16:45:41.629 Detail, 
2018-11-29 16:45:41.629 Info, Node025, Received Central Scene set from node 25: scene id=3 in 0 seconds. Sending event notification.
2018-11-29 16:45:41.629 Warning, Node025, No ValueID created for Scene 3

I have an automation set up to shut off a group of switches but it doesn’t work. Can someone look over my automation to verify that this should work properly?

- id: c36f0222f80a4f4596b642dab479a91d
  alias: Office Wall Switch - OFF
  trigger:
  - event_data:
      entity_id: zwave.office_wallmote
      scene_data: 0
      scene_id: 3
    event_type: zwave.scene_activated
    platform: event
  - event_data:
      entity_id: zwave.office_wallmote
      scene_data: 0
      scene_id: 4
    event_type: zwave.scene_activated
    platform: event
  action:
  - data:
      entity_id: group.office_lights
    service: homeassistant.turn_off

Just as double checks here is the relevant group:

office_lights:
    name: Office Lights
    view: no
    entities:
        - switch.office_lights_east
        - switch.office_lights_center
        - switch.office_lights_west

And here is the info on the wallmote:

Honestly, I had this working before I had to start from scratch. IDK whats not working this time.

1 Like

Did you shutdown HA before editing the zwcfg file?

No, but I restarted afterward.

Then it would have overwritten your edits. You need to stop HA, edit file, start HA.