Skip to content

Releases: ufodone/envisalink_new

v0.9.6

25 Nov 04:11
Compare
Choose a tag to compare

Changes:

  • #156: Fixed knock on from previous changes to Night mode handling. If a Honeywell system was configured to use Instant for night mode then the alarm panel would incorrectly show Armed Home instead of Armed Night.

v0.9.5

18 Nov 01:59
Compare
Choose a tag to compare

Changes:

  • #154: Added detection of Envisalink 4 UNO STANDALONE devices.

v0.9.4

11 Nov 22:17
Compare
Choose a tag to compare

Warning

This release requires at least Home Assistant core 2024.11

Bug fixes:

  • #146: Both Honeywell and DSC were previously tracking Night mode strictly based on a zero-entry-delay state.
    • Honeywell now tracks night mode using the 4th bit in the beep field from a virtual keypad update (thanks to @Dilbert66 for this info).
    • DSC now tracks night mode based on mode 3 (ZERO-ENTRY-STAY) from a 652 (Partition Armed) update.

v0.9.3

11 Nov 01:58
Compare
Choose a tag to compare

Warning

This release requires at least Home Assistant core 2024.11

#126: Added panic buttons which map to Honeywell A/B/C keys and DSC Fire/Ambulance/Police.
#137: Exposed DSC bell circuit trouble status.
#141: Capture Honeywell %20 debug commands and log them as debug rather than warnings.
#148: French translation added thanks to @bassdr.
#151: Fixed deprecation warnings introduced in 2024.11.0.

v0.9.2

14 Aug 03:58
Compare
Choose a tag to compare

Changes:

  • Missing fixes for DSC PGM handling (#115) that were erroneously listed as included in the previous release.
  • Corrected the version of the integration that is displayed in the HA UI.

v0.9.1

03 Jun 04:31
Compare
Choose a tag to compare

Bug fixes:

  • #113/#114: Some setups has the panel_type set to null in their config entries which resulted in some panel-specific behaviours not working correctly (e.g., the Chime Switch was not showing up when it should on DSC panels). This situation should now be detected and automatically corrected.
  • #115: Fixed issue with the integration not properly responding to a code request from the EVL when a PGM output service call was made.

v0.9.0

24 May 03:42
Compare
Choose a tag to compare

New Features:

  • Added initial support for UNO-IP Hybrid panels. Partition and zone updates work as well as basic arm/disarm functionality. I hope to get closer to parity with Envisalink (DSC/Honeywell) version as additional features are added to the UNO firmware.

Bug fixes:

  • #96: DSC: Fixed issues with the alarm state not being properly reflected when a Fire or Panic alarm was triggered.

v0.9.0-alpha-uno3

17 Apr 01:19
Compare
Choose a tag to compare
v0.9.0-alpha-uno3 Pre-release
Pre-release

Minor updates:

  • Device detection can now distinguish between Honeywell and Uno panels.
  • Chime switch no longer created for Uno panels.

0.9.0-alpha-uno2

01 Mar 04:50
Compare
Choose a tag to compare
0.9.0-alpha-uno2 Pre-release
Pre-release

Support for Uno panels.

Caution

Do not install this unless you have an Uno panel as it will may incorrectly detect a Honeywell panel as an Uno panel.

Important

Please make sure you are running at least version 1.0.72 of the Uno firmware.

Changes:

  • Zone updates were not being parsed correctly resulting in the wrong zones being updated in HA.
  • Updated panel type detection via http scraping to detect Uno panels.

v0.9.0-alpha-uno1

26 Feb 02:14
Compare
Choose a tag to compare
v0.9.0-alpha-uno1 Pre-release
Pre-release

Initial attempt to support the EyezOn Uno panels.

Caution

Do not install this unless you have an Uno panel as it will currently detect Honeywell panels as Uno panels.

Important

Please make sure you are running at least version 1.0.72 of the Uno firmware.

I do not own an Uno panel so this version is strictly based on how I've been told these panels work.

I hope that partition and zone updates will be working now. I don't know if these panels send current partition/zone state on initial connection. If not, then the state reflected in Home Assistant will likely be incorrect until the initial zone and partition updates are received (e.g., when a zone and/or partition changes state).

If the panels support the keystroke commands like the Honeywell TPI does AND the keystrokes to arm/disarm/etc. are the same as for Honeywell panels, then these commands might work.

Please report any issues (or success) to issue #77. If something does not work, please include full debug logging.