Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sia doesn't work #39

Open
dandek01 opened this issue Nov 19, 2022 · 1 comment
Open

sia doesn't work #39

dandek01 opened this issue Nov 19, 2022 · 1 comment

Comments

@dandek01
Copy link

Hi,
I have amc x824 alarm panel. I believe this alarm panel is ADM-CID capable. I'm struggling for ages to get this thing connect to my home assistant instance. In alarm configuration I set up cms parameters, for ip I use my ha ip, port 10000 protocol DC 09 SIA.
In sia configuration in ha I use port 10000 and for account_id I use hex number of my pin code for alarm system.
I enable debug mode in configuraion.yaml and all I get is
2022-11-19 16:11:12.985 DEBUG (MainThread) [pysiaalarm.aio.client] Starting SIA.
When I set up sia I get 6 devices. I don't have moisture and smoke sensors. My alarm is disconnected and pir sensor status is, of course, unavailable.
Maybe I'm doing something wrong, I don't know. All I know that I tried everything that cross my mind and nothing seems to work.
Alarm works, it's connected to amc cloud and I can control it over android app.

@eavanvalkenburg
Copy link
Owner

hi @dandek01 thanks for reporting, so first off it is important to note a couple of things about how SIA works and how this integration works:

  • SIA is event driven, so only when events happen in the alarm system does it send a message, this means that initially all entities in HA are shown as unknown/off, so you can try toggling the alarm on and off to see if messages are sent and received.
  • the ADM support spec within SIA is backported and so I am not sure how well that works for all alarms and in general protocols like this live and die with how well they are implemented by alarm system vendors, so there might be something specific in the way.
  • In HA you can turn on logging for both the component and the underlying package, so turn on both and then share some logs so I can see if the problem is something I can fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants