Zwave-js causes automation fails

Hey everyone,

My automation stopped working after the transition to zwave-js.

Before the transition my sensor had a entitie called “sensor.aeon_labs_zw100_multisensor_6_burglar”, with the state 0 and 8. After the transition the name is “binary_sensor.multisensor_home_security_motion_detection” with the state on and off.

I created an automation with this new fact however I can’t get it work. Just operate it with a button is succesfull. Also run actions in the automation works the sensor operates wel but my automation isn’t HELP!!!

- id: '1581345385629'
  alias: Verlichting aan in de garage bij beweging
  description: ''
  trigger:
  - platform: state
    entity_id: binary_sensor.multisensor_home_security_motion_detection
    from: 'off'
    to: 'on'
    attribute: friendly_name
  condition: []
  action:
  - type: turn_on
    device_id: c36c6dc8940dd6cf9086a46a0aa6b855
    entity_id: switch.garage
    domain: switch
  mode: single

Hope you can help me.

Kr,

André

remove:

attribute: friendly_name

from the trigger.

That did it, Ur my hero :wink:

1 Like