Short answer
Aqara FP2 can be a strong Home Assistant presence-lighting sensor if you configure zones in Aqara first, bring stable presence entities into Home Assistant, and build automations only after entity IDs stop changing. It is best for room and zone presence, not for users who want a simple native Matter sensor.
Recommended setup path
- Set up Aqara FP2 in the Aqara app and finish calibration.
- Create and test FP2 zones before building Home Assistant automations.
- Bring FP2 into Home Assistant through the most reliable local path available for your setup.
- Confirm the presence or zone entities update reliably.
- Build lighting automation from stable entity IDs, then test vacancy behavior before trusting it.
Starter YAML
alias: Aqara FP2 presence lighting
trigger:
- platform: state
entity_id: binary_sensor.office_presence
to: "on"
condition:
- condition: sun
after: sunset
action:
- service: light.turn_on
target:
entity_id: light.office
mode: singleReplace the placeholder entity IDs after you confirm which FP2 entities are stable in your Home Assistant setup.