Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Releases: eavanvalkenburg/sia

small release to add version to manifest

05 Mar 07:56
Compare
Choose a tag to compare

Added version to manifest

small release to add version to manifest

05 Mar 07:59
Compare
Choose a tag to compare

Most of the dev is happening in the beta versions, so I would advice switching to that one, for now just adding the version in the manifest.

Complete rebuild!

01 Feb 15:50
Compare
Choose a tag to compare
Complete rebuild! Pre-release
Pre-release

Thanks for using SIA, this version is rebuilt to a architecture that is supported by HA, it is the first version of that so take care. The big new thing is that this version puts every SIA event on the internal eventbus of HA, this is listened to by each of the built-in components, those are the same as the old version, but they have consistent attributes with latest_code+message+timestamp for the relevant codes for that component, the heartbeat sensor shows every event for that account.

You can create automations based on other events because of this setup, use the event trigger and listen for event of event_type: sia_event_<port>_<account> so if you are listening on port 8125 and account AAA, listen for events of event_type sia_event_8125_AAA. In the HA event, there are the following fields: port, account, zone, code, message, id, timestamp. So loads more opportunities to automate smart things with the non-standard codes some alarm systems use!

Added add-attribute function to alarm and binary, updated package.

21 Jan 14:26
f3208ac
Compare
Choose a tag to compare
v0.3.11-beta.4

updated package

Added power sensor and message attribute

11 Jan 15:20
Compare
Choose a tag to compare

Changes:

  • @sakaloukas added a binary power sensor #40
  • Added last_code, last_message and last_update as attributes, fixes #37
  • Changed old last_message attribute to last_sia_event_string and got rid of message field from that, since that is captured in another attribute

Updated beta package

07 Jan 09:42
Compare
Choose a tag to compare
Updated beta package Pre-release
Pre-release
v0.3.11-beta.2

updated package beta

New package version with additional parsing

04 Jan 14:30
Compare
Choose a tag to compare

New package version (2.0.9b2) that has support for parsing content with ri, ti, id fields.
Added some codes to const.

Add keyswitch arm/disarm events to reactions array

29 Sep 12:07
9a90be1
Compare
Choose a tag to compare

Add keyswitch arm/disarm events to reactions array

Fix for binary sensors

14 Sep 12:36
Compare
Choose a tag to compare

Fix for binary sensors not resetting.

Small fix in package and updates based on work on official integration

04 Sep 10:15
Compare
Choose a tag to compare

Small update in the package (v2.0.8) that makes sure when responding fails the update to the entities do not fail.
Further code improvements based on the official integration.