Skip to content

Releases: maxill1/addons

0.12.0 bugfixes

25 Nov 21:45

Choose a tag to compare

Note: semver now follows ialarm-mqtt versioning

2.0.8b

11 Nov 12:59

Choose a tag to compare

  • fixed nodejs to version 16
  • run moved to service.d
  • init: false
  • ialarm-mqtt is now cloned from git
  • printed node -v

2.0.8

11 Nov 08:35

Choose a tag to compare

  • updated to node-ialarm and reworked code to handle all responses as events (no more promises, only event-emitters) - see issue 23
  • handle of "response" events and "push" events
  • "error" sensor removed and created a "status" sensor with attributes
  • removed "polling_events" from schema

2.0.7

25 Jan 17:14

Choose a tag to compare

  • 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

05 Nov 13:20

Choose a tag to compare

  • 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

20 Oct 05:46

Choose a tag to compare

  • fixed triggered status
  • improved logging
  • disconnect on every tcp message received in attempt to fix issue 23

2.0.4

13 Oct 22:36

Choose a tag to compare

  • 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)

2.0.3

09 Oct 23:04

Choose a tag to compare

  • fixed zone message with node-ialarm@0.4.2
  • logging node-ialarm version on init

2.0.2

09 Oct 21:28

Choose a tag to compare

changed dockerfile ensure we are using latest verion of ialarm-mqtt

2.0.1

09 Oct 16:24

Choose a tag to compare

forcing npm install with latest ialarm-mqtt