Aqara FP2 Smart sensor in Home Assistant || detecteert wel erg veel!
Denie van Kleef Denie van Kleef
2.68K subscribers
2,027 views
70

 Published On Oct 15, 2024

In deze video leg ik uit hoe je de Aqara FP2 mmWave sensor kan installeren en integreren in je huis middels Home Assistant, met meerdere virtuele sensoren, die elk een zone monitoren.
Koop de sensor hier: https://amzn.to/3Ua3Bxc

🛒 Hieronder de apparatuur die ik aanbeveel voor je home automation reis: https://www.amazon.nl/shop/denievankl...

Bekijk meer van dit soort video's:    • Automation tutorials  

💡 VRAGEN - Heb je een vraag over Home Automation? Laat wat achter in het commentaar!

✉️ Contact met Denie:   / denievankleef  

Deze video is NIET gesponsored, maar product links zijn wel affilate, wat betekend dat als je wat koopt, dat ik een kleine commisie krijg, zonder extra kosten voor jou.

==============================================
📘 YAML code voor de zone detectie

alias: Beweging Lounge
description: ""
trigger:
platform: state
entity_id:
binary_sensor.presence_sensor_fp2_6a40_presence_sensor_4
from: "off"
to: "on"
condition: []
action:
alias: Turn on the light
action: light.turn_on
data: {}
target:
entity_id: light.wled
alias: Wait until there is no motion from device
wait_for_trigger:
platform: state
entity_id:
binary_sensor.presence_sensor_fp2_6a40_presence_sensor_4
to: "off"
from: "on"
alias: Wait the number of seconds that has been set
delay: 0
alias: Turn off the light
action: light.turn_off
data: {}
target:
entity_id: light.wled
mode: restart
max_exceeded: silent

Tags: #Automation #automatisering #smart #smarthome #homeautomation #iot #homeassistant #HA #dashboard #dashboards #smarthomegadgets #aqara #radar #mmwave #beweging #movement #sensor #zones

show more

Share/Embed