Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Bug Fixes: Keyfobs and Siren Config Settings

Compare
Choose a tag to compare
@danieljbnz danieljbnz released this 25 Mar 02:42
· 72 commits to master since this release

v3.0.1 (2020-03-25)

Fixed

Keyfobs and Siren Settings

  • Keyfobs config not required if no keyfob
  • Siren config not required if no siren

Note: If you have not updated to version 3.0.0 this is a MAJOR update and as such you will need to reset your Homeqtt config in your config.json.

Please backup your config.json before updating.


Keyfob, Buttons, Code, and Settings Panel Updates

v3.0.0 (2020-03-24)

Added

Keyfobs

  • Enable/Disable keyfob (without removing config)
  • Name Keyfob
  • Add multiple Keyfobs (Max 4)
  • Remove Keyfobs

Keyfob Buttons

  • Add keyfob buttons (Max 4)
  • Remove keyfob buttons
  • Enable/Disable keyfob button (without removing config)
  • Choose which alarm state the button activates (Away Arm, Stay Arm (Home), Night Arm, Disarm, SOS/Triggered)
  • Set Button MQTT Code
  • Button RFKey Topic (for use with siren)

Changed

  • Major re-write of code
  • Updated variable names to be less repeating (e.g. keyfob.keyfobEnabled is now keyfob.enabled)
  • Siren option only shows if at least one keyfob is configured.
  • Update Homebridge Config UI X Settings Panel
  • Update Readme, Changelog and example-config.json