What's Changed from 1.2.0
- Remove some debug logging that was accidentally left in.
What's Changed from 1.1.0
- More robust protocol handling for data received from the EVL
- Hopefully addresses #237, #234, #218, and other "lost connection" type issues (particularly on Honeywell systems).
- Thanks to @MichaelB2018 for tracking down the root causes and providing solutions.
- Connection/disconnection/reconnection handling improvements
- Disconnect if the login handshake doesn't complete
- Exponential backoff on reconnection attempts
- Create an HA repair issue if the MAC address of the EVL device is detected to have changed.
- Added a panel-level low battery sensor (#214)
- For DSC and Uno panels, a new binary sensor is created which indicates if one or more zones has
a low battery warning. This is triggered off the partition trouble state updates. - DSC Note: Not all DSC panels support per-zone low battery notifications. For these panels, this sensor is an
alternate option.
- For DSC and Uno panels, a new binary sensor is created which indicates if one or more zones has
- Allow 128 zones for UNO panels (#236). Thanks to @jsatok for the contribution.
- Improved error/exception handling.
- Allow keep-alive timeout to be disabled by setting it to 0
Full Changelog: v1.1.0...v1.2.1