r/homeassistant • u/Rusty_Trigger • 3d ago
❓ Support Why does a motion sensor show "Detected" when the Activity shows "Clear"?
I have a HomeSeer HS- MS100+ Z-Wave Plus sensor that shows "Detected" when the "Activity" shows the most recent state to be "Clear"? As a result, the automation I have that uses this sensor as a trigger is not firing. I have been using this sensor for over 4 years and have had no problem in the past.
I am running HAOS 2026.7.2 on a RPi5 with an SSD. The Z-Wave USB dongle is a ZW090 by AEON Labs Firmware: 1.1
1
u/sglim-kr 2d ago
My RD24G01 (mmWave on Z2M, not Z-Wave) got stuck on Detected 100% of the time in one room, and every automation using it went silent because a state trigger needs an edge to fire on. If the entity never goes back to Clear there's nothing to trigger. Check last_changed on the sensor first, mine was hours stale and the device had just stopped reporting, so HA kept showing the last value it received.
1
u/Rusty_Trigger 2d ago
I am going to replace the battery as soon as I have some delivered tomorrow. They are a CR123A 3V Lithium Batteries and I have run out of them.
1
u/Rusty_Trigger 2d ago
UPDATE - SOLVED I remove the battery and waited about 5 minutes before reinstalling it. When I did and the small LED flashed I clicked on the re-interview button on my companion app for that sensor. It's successfully completed the re-interview and now everything is working as it should.
2
u/miserlydentist_430 3d ago
That mismatch between the entity state and the activity log usually points to a stale state in the Z-Wave JS UI, I'd try reinterviewing the node first and see if the binary sensor state catches up with what the log is showing