-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don’t consider sensor changes from unavailable to on #815
Comments
What’s up with the capital title text? Please don’t do that. Regarding the request: why should alarmo ignore the sensor state becoming “on” after being “unavailable”? |
@nielsfaber : Hi there, Have a nice day |
In case of any problem with the sensor subsystem, if it become unavailable and then turn back available, the changes between "Unavailable" and then "On" trigger the alarm. My proposal is to :
I know that this is a workaround for a problem not related to "alarmo" (motion sensor that remain on is a lack of communication between sensor and hassos) but it could help to prevent false positive. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Checklist
Proposal
For any kind of sensor, add another Advance settings : don't trigger alarm when status change from "Unavailable" to "On"
On the opposite, would be also sufficient to add, for motion sensors only : "Bypass automatically Exclude this sensor from the alarm if it is
ON
while arming."Additional info
Currently , the new zwave feature in V12 that restart the controller when it is freezed, cause all zwave device to flip between their current status to unavailable and then back to their status again.
zwave-js/node-zwave-js#6402
In case a zwave device is an alarm sensor, and you have choosen to alarm system either if sensor is active, when a zwave hang occur, sensor change it's status from ON --> to UNAVAILABLE.
When zstick is recovered , sensor change it status back to ON again, triggering the alarm.
The text was updated successfully, but these errors were encountered: