Skip to content

v0.8.0

Choose a tag to compare

@ufodone ufodone released this 21 Jan 19:56
40a72d7

Promote panel and zone attributes to entities (#17, #63, #86)

New binary sensors for the panel representing:

  • AC Present
  • Ready to arm
  • Panel Battery
  • Panel Health (Trouble)
  • Fire
  • Alarm

New binary sensors for each zone representing:

  • Fault
  • Low battery on wireless sensor (DSC only).

Low battery warnings for wireless sensors (DSC only)

It is now possible to enable new binary sensors which indicate low battery on wireless sensors on a given zone. This feature is only available on DSC panels connected through an EVL4, EVL4MAX or DUO device. The following minimum firmware version is required for this feature to work:

  • EVL4 - 1.5.211
  • EVL4MAX - 1.0.44 aliased to 1.0.204
  • DUO - 1.0.95

To enable low battery entities, the list of wireless zones must be specified in the Advanced settings. This field supports the same format as specifying the main zones (e.g., 1-4, 6, 7, 12-15).

Allow separate address for discovery (#79)

The discovery port configuration option now accepts an optional hostname/IP. This allows people using a proxy like AlarmServer or DscServer to configure the discovery endpoint as the real EVL device but route their TPI connection through the proxy. If a hostname is required, the Discovery Port setting must have the format hostname:port. For example: 127.0.0.1:8080 or localhost:80.