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

Commit

Permalink
Merge branch 'master' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
eavanvalkenburg authored Oct 20, 2021
2 parents ab4af27 + 3b8f907 commit ddc2166
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[![hacs][hacsbadge]](hacs)

## OFFICIAL INTEGRATION IS NOW IN HA!

Make sure to delete the current integraiton, in your Integrations page, then delete the HACS custom component, reboot and then input your config in the official
integration config. There are some settings, most importantly ignoring timestamps, in a options flow (press configure after installing the integration).


## OFFICIAL INTEGRATION IS NOW IN HA!
----------------


_Component to integrate with [SIA], based on [CheaterDev's version][ch_sia]._

Expand Down Expand Up @@ -32,14 +41,15 @@ Platform | Description

## Hub Setup (Ajax Systems Hub example)

1. Select "SIA Protocol".
2. Enable "Connect on demand".
3. Place Account Id - 3-16 ASCII hex characters. For example AAA.
1. Select "SIA Protocol".
2. Enable "Connect on demand".
3. Place Account Id/Object number - 3-16 ASCII hex characters. For example AAA.
4. Insert Home Assistant IP address. It must be a visible to hub. There is no cloud connection to it.
5. Insert Home Assistant listening port. This port must not be used with anything else.
6. Select Preferred Network. Ethernet is preferred if hub and HA in same network. Multiple networks are not tested.
7. Enable Periodic Reports. The interval with which the alarm systems reports to the monitoring station, default is 1 minute. This component adds 30 seconds before setting the alarm unavailable to deal with slights latencies between ajax and HA and the async nature of HA.
8. Encryption is on your risk. There is no CPU or network hit, so it's preferred. Password is 16 ASCII characters.
9. Keep in mind that Monitoring Station will say "Connected" in the app if configured correctly. The sensors will have state "Unknown" until they get a new state. Arm/disarm to update the alarm sensor as an example.

## Installation

Expand Down
6 changes: 6 additions & 0 deletions config/configuration.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
default_config:

logger:
default: error
logs:
custom_components.sia: debug

0 comments on commit ddc2166

Please sign in to comment.