Hello,
I have installed a Frient motion detector through ZHA.
The motion sensor has two entities :
-motion
-occupancy
When motion is triggered, the two entities are set correclty. The problem is that the “motion” entity does not come back to default state (no motion)
After reading the supplier docs, I see that the motion state reset needs a ZCL default response in order to go back to default state (no motion). This is a kind of acknowledge from the coordinator side.
Here is the supplier specification :
The sensor requests ZCL Default Response on the Zone Status Change notification, if any new Alarm
bit has been set. Until the IAS CIE has acknowledged the received alarm by sending the mandated
Default Response, the Alarm bits are not cleared – even if there is no longer an alarm situation on
either tamper or movement. When the Default Response is received, a new Zone Status Change
notification is sent with the Alarm bits cleared, if the alarm situation has disappeared since sending the
Zone Status message with alarm set.
Using HA, I have tried to issue a command to cluster ‘status_change_notification’ with “0” as value but it does not seems to work, the value motion detection is not reset to default value (no motion)
Any help ?
Thanks