Skip to content
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

AlarmDecoder thinks there is a fire when a fire sensor is removed (FAULT message) #48

Open
talsalis opened this issue May 21, 2020 · 3 comments

Comments

@talsalis
Copy link

A CID message with bit 14 AND bit 15 set apparently indicates that the fire sensor is in fault (removed, no battery, etc.) - THIS IS NOT A FIRE ALARM!
Suggestion: in decoder.py for all use of the message.fire_alarm bit check (AND NOT) the message.check_zone bit so that a wrong fire report is not sent...

@talsalis
Copy link
Author

Other proposition: Change panel_message.py - message.fire_alarm should only be true when check_zone is false

@f34rdotcom
Copy link
Contributor

f34rdotcom commented May 21, 2020 via email

@ChadS24
Copy link

ChadS24 commented May 30, 2020

I have this same issue and just removing the detector from the ceiling causes SmartThings to think the fire alarm is triggered and starts running my fire automations. My work around for the time being is to go into the panel programming and disable the zone first so I fix for this bug would be awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants