Hey @Yoinkz,
I’ve added support to the new motion sensor almost a month ago. See this file for example.
Make sure you’re on latest snapshot.
Is the sensor automatically discovered in your environment?
Your textual thing definition would look like this:
Thing mihome:sensor_motion_aq2:158d0001XXXXXX "Xiaomi Motion Sensor" [itemId="158d0001XXXXXX"]
And you’ll have a new illumination
channel available:
Number MotionSensor_Illumination { channel="mihome:sensor_motion_aq2:<ID>:illumination" }
Hope that helps!
It would be worth to update the README file with those…
Cheers