Skip to content

Releases: ufodone/envisalink_new

v0.6.7

19 Jun 04:05
Compare
Choose a tag to compare

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

10 Jun 03:43
Compare
Choose a tag to compare
v0.6.7-beta.2 Pre-release
Pre-release

#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

22 May 23:48
Compare
Choose a tag to compare
v0.6.7-beta.1 Pre-release
Pre-release

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

21 May 19:31
Compare
Choose a tag to compare

Fixed issue introduced in the v0.6.5 release which left DSC zone bypass switches in the "on" state after the alarm was disarmed.

v0.6.5

06 May 03:13
Compare
Choose a tag to compare

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

04 Mar 17:58
Compare
Choose a tag to compare

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

26 Feb 00:51
Compare
Choose a tag to compare

Fix for issue #26.

Honeywell keypad update logic was incorrectly treating exit delay updates as zone fault updates and so would cycle through each zone triggering a zone fault update.

v0.6.2

20 Feb 17:57
a93f684
Compare
Choose a tag to compare

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

17 Feb 05:51
Compare
Choose a tag to compare
v0.6.1-beta Pre-release
Pre-release

Fixed exception triggered when the EVL sends a keypad update where the user/zone field is non-numeric.

v0.5.3

16 Feb 17:35
Compare
Choose a tag to compare

Alarm code was not being imported properly from configuration.yaml.