Releases: ufodone/envisalink_new
v0.6.7
Bug fixes for:
#37: DSC only: fixed issues where in some circumstances the alarm could arm in away
mode instead of home
mode when zone bypass switches were enabled.
#38: Fixed issue where setting an empty alarm code in the Basic
configuration options in the UI would leave the old value intact instead of clearing the code.
v0.6.7-beta.2
#32: Fixed issue with alarm panel staying in the triggered state when disarmed after being triggered via the Panic or Fire keys on a DSC panel.
v0.6.7-beta.1
DSC fire/panic alarm behaviour update
Previously when the Fire or Panic buttons were pressed on a physical keypad, it would set the fire
and panic
flags respectively and put the panel in an armed state. However, shortly after the EVL will send an update that the key is no longer being pressed and will clear "in alarm" state even though the alarm is still active. This update changes that behaviour such that the "in alarm" state will no longer be cleared and the alarm will need to be disarmed explicitly. The alpha for the keypad will also reflect whether the alarm is active due to Fire or Panic.
v0.6.6
v0.6.5
Bug fixes:
#29: last_tripped_time
on the zone binary sensors now carries the correct value and should not trigger unnecessary state updates.
#15: DSC: Fix mismatched arm modes when HA is restarted while the panel is armed.
- Fixed how the arm mode state is set for partitions to prevent both armed_away and armed_stay being set at the same time which in turn could result in a mismatch between the HA alarm panel and the keypad.
- Refactored how the zone bypass switches are handled. A zone bypass dump will now only be explicitly requested on initial startup if the keypad LEDs indicates that there are bypassed zones. This reduces interference with the physical panels and also prevents a dump from being requested while the alarm is in an armed state.
v0.6.4
I'm almost ready to submit these changes back to Home Assistant!
Minor updates in this release:
- Removed the
zonedump_interval
configuration setting as it is no longer needed for Honeywell systems and I don't believe it provides any value on DSC systems. - Fix: don't issue zone bypass status request while the alarm is armed on DSC systems (#15)
- General code cleanup in preparation for PR submission to HA.
v0.6.3
v0.6.2
ATTENTION HONEYWELL USERS
This release contains a new algorithm for handling zone, partition and keypad updates from the EVL. It should make these updates more reliable to work around limitations of the Honeywell panel. Please keep any eye out for any unusual behaviour.
A big thanks to @philh30 for the contribution.
Other changes are mainly minor code cleanup in preparation for merging this integration back into Home Assistant.
v0.6.1-beta
Fixed exception triggered when the EVL sends a keypad update where the user/zone field is non-numeric.