eavanvalkenburg / pysiaalarm

A python package to connect to a SIA DC-09 based alarm system.
MIT License
39 stars 29 forks source link

Please help me #25

Closed aperezva closed 2 years ago

aperezva commented 3 years ago

I m sorry but I don´t have knowledge in programming etc. I have Ajax alarm with different sensors and in differents rooms. I use three alarm methods, one full activation, another night and another a partical activation.

Also I have two smoke sensors and two water detectors.

Please could you help me how to integrate all this devices and methods?

Thanks

eavanvalkenburg commented 3 years ago

do you mean integrating into home assistant? if so, just follow this: https://www.home-assistant.io/integrations/sia/ and note that the water and smoke sensors are disabled by default, just enable them through the integrations pane. And during setup the number of rooms should be set as the number of zones, each zone will be it's own alarm control panel so that you can see the status. And note that SIA doesnt allow you to change the alarm state, just view it.

aperezva commented 3 years ago

Thanks I will try.

I have another problem, when I change status from night mode to disarmed, status change to unknown, any idea how to fix it?.

Sorry but I dan´th have knowledge programming etc El 27 oct 2021 11:08 +0200, Eduard van Valkenburg @.***>, escribió:

do you mean integrating into home assistant? if so, just follow this: https://www.home-assistant.io/integrations/sia/ and note that the water and smoke sensors are disabled by default, just enable them through the integrations pane. And during setup the number of rooms should be set as the number of zones, each zone will be it's own alarm control panel so that you can see the status. And note that SIA doesnt allow you to change the alarm state, just view it. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

eavanvalkenburg commented 3 years ago

no programming needed. Unknown is most likely caused because the ping interval isn't set to the same value in ajax and the integration.

aperezva commented 3 years ago

Thanks,

I have review and have the same interval 1 minute El 27 oct 2021 11:12 +0200, Eduard van Valkenburg @.***>, escribió:

no programming needed. Unknown is most likely caused because the ping interval isn't set to the same value in ajax and the integration. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

aperezva commented 3 years ago

Hi Eduard,

Alrm working fine thanks a lot.

Only one question, I have two water detecter and wo smoke detector, How can I configure them? They are in the different rooms. Now I have only two detected or configured. How can I difference between each other?

Thanks El 27 oct 2021 11:15 +0200, Toni Pérez @.***>, escribió:

Thanks,

I have review and have the same interval 1 minute El 27 oct 2021 11:12 +0200, Eduard van Valkenburg @.***>, escribió:

no programming needed. Unknown is most likely caused because the ping interval isn't set to the same value in ajax and the integration. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

eavanvalkenburg commented 3 years ago

Good to hear the alarm works! The SIA protocol doesn't distinguish between different sensors unless they are in different zones, then if you setup the integration with those zones you get them (and also a alarm for the other zone, because SIA doesn't tell me what is in a zone, so I just create a alarm, water and smoke in each), so just enable/disable the ones you want!