Hi, I would like an automation with the Light from the Alarm Sirene. This is a new integration in the pyHomematic. Now I have write the following script that was run when the alarm was triggered, but it doesn’t work. No Error in the Log. Any Idea how can I flash the Light from the Sirene?
For the optical Alarm I have an binary_sensor.
binary_sensor.hmip_asir_000ad5699c6a5e_optical_alarm_active
and this is my Script:
indoor_optical_alarm_on:
alias: “indoor_optical_alarm_on”
sequence:
- service: homematic.set_device_value
data:
address: ‘000AD5699C6A5E’
channel: 3
param: ‘OPTICAL_ALARM_SELECTION’
value: ‘BLINKING_BOTH_REPEATING’