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).
https://www.home-assistant.io/integrations/sia/
SIA alarm systems integration into Home Assistant Based on https://github.com/bitblaster/alarmreceiver
This integration may be unsecure. You can use it, but it's at your own risk. This integration was tested with Ajax Systems security hub only. Other SIA hubs may not work.
- Fire/gas tracker
- Water leak tracker
- Alarm tracking
- Armed state tracking
- Partial armed state tracking
- AES-128 CBC encryption support
- Select "SIA Protocol".
- Enable "Connect on demand".
- Place Account Id - 3-16 ASCII hex characters. For example AAA.
- Insert Home Assistant IP adress. It must be visible to hub. There is no cloud connection to it.
- Insert Home Assistant listening port. This port must not be used with anything else.
- Select Preferred Network. Ethernet is preferred if hub and HA in same network. Multiple networks are not tested.
- Enable Periodic Reports. It must be smaller than 5 mins. If more - HA will mark hub as unavailable.
- Encryption is on your risk. There is no CPU or network hit, so it's preferred. Password is 16 ASCII characters.
Place "sia" folder in /custom_components folder
# configuration.yaml
sia:
port: **port**
hubs:
- name: **name**
account: **account**
password: *password*
Configuration variables:
- port (Required): Listeting port
- hubs (Required): List of hubs
- name (Required): Used to generate sensor ids.
- account (Required): Hub account to track. 3-16 ASCII hex characters. Must be same, as in hub properties.
- password (Optional): Encoding key. 16 ASCII characters. Must be same, as in hub properties.
This software is supplied "AS IS" without any warranties and support.