Anyone seen/fixed this? thanks for the help!
I have had this issue on both 7.0.19b & 7.0.20 (updated today)
For the past month or so, a few motion sensors get ‘stuck’ in tripped (motion detected) mode; even after motion stopped and the motion timeout expires.
I’m NOT getting Device not detected errors and in AltUI is shows the zwave polling to those devices as green… so communication is perfectly fine.
They stay in the motion detected mode until someone walks past them to trigger motion again, then after timeout expires the sensor returns to motion not detected mode.
It has happened a lot in the last few weeks and results in alarms going off and lights not shutting off - and coming back on when manually turned off.
Has happened with two different sensors: Zooz MultiSensor (Zwave+ gen5) and Schlage (Zwave gen4)).
The only Fix is a full Vera reboot (not just a Lua reload). This is not reasonable as it has happened several times a day for the past few weeks.
Even code that should reset the sensor status, which works normally, does not…
function resetSensor (device)
local SECURITY_SENSOR_SERVICE =“urn:micasaverde-com:serviceId:SecuritySensor1”
luup.variable_set (SECURITY_SENSOR_SERVICE, “Tripped”, 0, device)
end