Hi,
I recently bought a Eufy Doorbell (T8210) with Homebase 2, additionaly I installed the Eufy Security integration where I can find some additonal Sensors like for example the Doorbell Ringing Sensor.
Since a couple of days I’m experimenting to let my Lamps Flash in the Livingroom and let my Google say something if someone is pressing the doorbell.
The thing is if I run the automation manually everything works but as soon as I press the Doorbell nothing happens!?
I use within my automation that if the state is changing to “true” the automation should run, Within the Eufy Security integration I see the state changing from “false” to “true” if I press the doorbell.
What is going wrong or what am I doing wrong :-), hopefully someone can point me into the right direction.
Thanks in advance.
alias: Deurbel Eufy Test 2
description: ""
trigger:
- platform: state
entity_id:
- binary_sensor.doorbell_ringing_sensor
to: "true"
condition: []
action:
- service: switch.turn_on
data: {}
target:
entity_id: switch.deurbel
enabled: true
- repeat:
count: "5"
sequence:
- service: light.turn_on
data:
rgb_color:
- 235
- 15
- 15
brightness_pct: 100
flash: short
target:
area_id: huiskamer
- service: light.turn_on
data:
brightness_pct: 100
rgb_color:
- 246
- 9
- 9
flash: short
target:
area_id: huiskamer
enabled: false
- service: tts.google_say
data:
entity_id: media_player.nesthub07fb
message: Er staat iemand aan de deur
mode: single