Aeotec Wallmote Quad ZW130 help

Hi all,

I’ve purchased a Wallmote quad, and looking through the other threads seemed fairly straight forward to setup in HA, however, does not seem to be the case.

I’ve added it to the network, and it showed as complete, and as per the instruction here I updated the config after shutting down HA.
Now in the config, the device is stuck as Initilizing, see the image


And this in the log:

2020-10-25 13:16:32.842 Detail, Node003, Queuing (WakeUp) SwitchBinaryCmd_Set (Node=3): 0x01, 0x0a, 0x00, 0x13, 0x03, 0x03, 0x25, 0x01, 0xff, 0x25, 0x0c, 0x14
2020-10-25 13:16:32.842 Info, Node003, SwitchBinaryCmd_Get Not Supported on this node
2020-10-25 13:17:17.005 Detail, Node003, AdvanceQueries queryPending=0 queryRetries=0 queryStage=ProtocolInfo live=1
2020-10-25 13:17:17.005 Detail, Node003, QueryStage_Probe
2020-10-25 13:17:17.005 Info, Node003, NoOperation::Set - Routing=true
2020-10-25 13:17:17.005 Detail,
2020-10-25 13:17:17.005 Detail, Node003, Queuing (WakeUp) NoOperation_Set (Node=3): 0x01, 0x09, 0x00, 0x13, 0x03, 0x02, 0x00, 0x00, 0x25, 0x0d, 0xcc
2020-10-25 13:17:17.005 Info,
2020-10-25 13:17:17.005 Detail, Node003, Queuing (WakeUp) Query Stage Complete (Probe)

Not sure what to do here, I’ve tried starting and stopping the Z-Wave network, restarting HA and nothing.

I seem unable to set any of the configuration values, but button presses do appear to register:

2020-10-25 13:23:07.818 Info, Node003, Received Central Scene set from node 3: scene id=1 in 0 seconds. Sending event notification.
2020-10-25 13:23:07.818 Detail, Node003, Refreshed Value: old value=0, new value=0, type=int
2020-10-25 13:23:07.818 Detail, Node003, Changes to this value are not verified
2020-10-25 13:23:07.818 Detail, Node003, Notification: ValueChanged

Any ideas what to do next?

I would not worry about the initializing at all. My NanoMote says that all the time and it functions just fine.
You say the buttons register so I would not stress about it. Assign your automations to it and done.

- id: '1599884610597'
  alias: NanoMote Button 1 Short
  description: ''
  trigger:
  - event_data:
      entity_id: zwave.aeotec_limited_zwa003_nanomote_quad
      scene_data: 7680
      scene_id: 1
    event_type: zwave.scene_activated
    platform: event
  condition: []
  action:
  - data: {}
    entity_id: light.leviton_light_office
    service: light.turn_off
  - data: {}
    entity_id: light.leviton_masterbed
    service: light.turn_off
  - data: {}
    entity_id: light.leviton_fireplace
    service: light.turn_off

The scenes and data are similar between the nano and the wall. I cut out most of the actions from above, since it is every light in my house, but this gets the point across.

1 Like

I would not worry about the initializing at all. My NanoMote says that all the time and it functions just fine.
You say the buttons register so I would not stress about it. Assign your automations to it and done.

I removed the integration and re-added it and it seems to all be fine now, even coming up as complete, so something must have gone screwy in the initial add.

Thanks for the code, though I managed to get the automation going once the integration had sorted itself out.