diff --git a/README.md b/README.md index 5417948..12eb645 100644 --- a/README.md +++ b/README.md @@ -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]._ @@ -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 diff --git a/config/configuration.yaml b/config/configuration.yaml new file mode 100644 index 0000000..062f434 --- /dev/null +++ b/config/configuration.yaml @@ -0,0 +1,6 @@ +default_config: + +logger: + default: error + logs: + custom_components.sia: debug \ No newline at end of file