Kane610/deconz

Feature request: expose more Aqara FP1 functions to Home Assistant

Closed this issue · 5 comments

The Aqara FP1, when paired through deCONZ with the deCONZ Home Assistant integration, exposes a single binary presence sensor. Device settings and other sensors are not exposed. When the presence sensor is connected through ZHA, the integration in HA looks like this:

image

I've also found this zigbee2mqtt integration (though not working correctly):

image

Device details:
image

The FP1 is capable of exciting things that I haven't been (easily) able to play with due to the absence of these settings and sensors. Thank you for your contributions to the smart-home community.

Hi @freddieleeman
I have the same sensor and have been trying to figure out how the code works.
So far I've managed to add a new entity that shows the detection sensitivity (not configurable atm)
image

I'm actively trying to implement all to available feature. ETA is 2-3 weeks depending on how busy my day job is.

Aqara FP1 support merged and will be part of 2022.9 beta coming today. Try it out please

Closing this as I assume its good enough for now.

Sorry, I meant to test it thoroughly, but life got in the way. It looks and works great! However, I wonder what the "Device Mode" does and why someone would use the "Reset Presence" feature.

Sorry, I meant to test it thoroughly, but life got in the way. It looks and works great! However, I wonder what the "Device Mode" does and why someone would use the "Reset Presence" feature.

My guess is that device mode will decide if it will react on all directions or just left<->right direction

Reset presence, I don't know. I just did the same as ZHA implementation :)