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

added on_ready_change event handler and tests #19

Merged
merged 10 commits into from
Apr 14, 2018
Merged

added on_ready_change event handler and tests #19

merged 10 commits into from
Apr 14, 2018

Conversation

f34rdotcom
Copy link
Contributor

@f34rdotcom f34rdotcom commented Apr 5, 2018

  • This addition allows notification on the panel ready state change. Useful to know if you can arm the alarm or not or arming will just fail and the remote end will not know why.
  • Fixed some of the issue with events getting different panel states upon the same message from the panel.
  • Turned off processing of LRR messages into events by default as it was causing fire to bounce.
  • Disable timeouts on fire. Fire is fire till it is turned off. Maybe the LRR processing could be ok with this change but will leave off for now. Eventually it would also be nice to add AUI event processing so we get the fastest update possible since standard messages are slower.

f34rdotcom and others added 9 commits April 5, 2018 04:00
… LOW messages to avoid Ademco quirk. Removed processing of LRR messages as default behavior to avoid over processing of events from section #1 and LRR.
…g one message to be missing status bits of the other. Refactor to a new routine to avoid breaking anyone. New routine processes all state logic first for both ready and arm bits then calls event functions last.
@f34rdotcom f34rdotcom merged commit 914bf63 into master Apr 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant