Aqara P2 motion missing sensors and missing configuration options

Hi all, I hope somebody can help out, perhaps it’s a limitation of Matter/Thread in Home Assistant at the moment but the Aqara P2 motion sensor which is matter over thread does not have the same sensors and configuration options as the Aqara P1 ZigBee sensors I have.

The P2 only has illuminance and occupancy sensors.
The P1 has illuminance, motion and occupancy.

The P2 has no adjustments in the confusion UI
The P1 has detection interval, led trigger indicator and motion sensitivity.

Is there a reason the P2 is not adjustable in home assistant?

Also I’m not sure the lux level is being picked up on the P2 correctly, is this a current HA limitation as it’s detected 1 lux most of the time until it triggers the light to turn on and then picks up the light level at that moment. It’s in a hallway and the light is definitely above 1 lux most of the day.

I hope someone smarter than me in this site knows more and can help.

I need to adjust both the sensitivity and detection interval as I did with the P1

Thanks
Dan


3 Likes

Hi Dan!

I actually ran into the same frustration with my Aqara P2 - the lack of configuration options in the HA UI was driving me crazy.

I ended up writing a Python script that lets you configure Matter device attributes directly via Home Assistant’s Matter Server. It’s been working great for adjusting the HoldTime (detection interval) on my P2 sensors!

GitHub repo: GitHub - sharraf/ha-matter-device-configure: Script to change values on devices on your Home Assistant Matter network

The repo includes detailed instructions for finding your device’s Node ID and other parameters using the Matter Server’s web UI dashboard.

Hope this helps!

2 Likes

This feature will be supported with the P2 sensor update.

Sorry for not noticing these replies, thank you for coming back to me on this

Thought I would add a pict for P2 Motion Sensor (Matter over Thread) now showing Hold Time config being available in the UI

1 Like

Hi, yes I spotted that in the latest update as well, nice to see that addition.