Releases: maxill1/addons
Releases · maxill1/addons
0.12.0 bugfixes
- fixed stability issues maxill1/ialarm-mqtt#23
- fixed max zones maxill1/ialarm-mqtt#24
- fixed cache problems maxill1/ialarm-mqtt#41
- fixed area arm/disarm maxill1/ialarm-mqtt#20
- fixed hass.io addon missing alarm code maxill1/ialarm-mqtt#40
Note: semver now follows ialarm-mqtt versioning
2.0.8b
2.0.8
2.0.7
- updated ialarm-mqtt@0.10.1
- Fixed publishing of zone with empty names (fix maxill1/ialarm-mqtt#24)
- added server.zones in schema
2.0.6
- updated node-ialarm@0.5.1 and ialarm-mqtt@0.10.0
- messages queue with small delay (configurable) (attempt to fix maxill1/ialarm-mqtt#23)
- features enabled/disabled via config: (useful to debug maxill1/ialarm-mqtt#23)
- armDisarm = alarm.armDisarm, alarm.getStatusArea/alarm.getStatusAlarm
- sensors = alarm.getZoneStatus
- events = alarm.getLastEvents
- bypass = alarm.bypassZone
- zoneNames = alarm.getZoneInfo
- logging refactoring (useful to debug maxill1/ialarm-mqtt#23)
- ha discovery availability refactoring
- multiple area support with different alarm_control_panel (fix maxill1/ialarm-mqtt#20)
- 128 zone support (fix maxill1/ialarm-mqtt#24)
2.0.5
2.0.4
- updated node-ialarm@0.4.4 and ialarm-mqtt@0.9.0
- name is now configurable in yaml
- QoS configurable in yaml
- polling_status reduced to 5 seconds
- devices are now splitted (alarm and zones)
- every zone has now 4 sensors: alarm, fault, lowbat and wirelessLoss and 1 bypass switch
- 3 new switches:
- clear cache
- clear discovery
- alarm triggered cancel (resets sensors "alarm" property on alarm panel)