I would like to operate the fibaro wall plug gen5 when there is movement in the garage (sensor.aeotec_zw100_multisensor_6_burglar) so I made an automation however it is not working.
Can someone tell me what I do wrong (configuration is a Synology server HAS server with a Aeotec zwave usb controller)
- action:
- alias: switch
data:
turn_on:
service: homeassistant.turn_on
entity_id: switch.fibaro_system_fgwpef_wall_plug_gen5_switch
alias: Garageverlichting aan
id: '72057594160168960'
trigger:
- entity_id: sensor.aeotec_zw100_multisensor_6_burglar
from: '0'
platform: state
to: '8'