dbarentine / udi-totalconnect-poly

UDI Polyglot v2 Node Server for Total Connect 2 security systems
MIT License
1 stars 0 forks source link

Zone Support? #1

Closed ke6yjc closed 5 years ago

ke6yjc commented 5 years ago

Is there any plans to enable zone support to show the status of a zone?

dbarentine commented 5 years ago

Yes it's on my list to add. I just haven't been able to find time to dedicate to it yet.

ke6yjc commented 5 years ago

Ok, will it allow real-time info from zones or just poll them every so often?

Thanks, Ted

Sent from my iPhone, pardon the typ0s!

On Mar 28, 2019, at 2:13 PM, Dane Barentine notifications@github.com wrote:

Yes it's on my list to add. I just haven't been able to find time to dedicate to it yet.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

dbarentine commented 5 years ago

It will unfortunately not be real-time. It will poll on whatever the time you have set in polyglot.

The best I can tell there is no way in the current API for TC2 to get a real-time notification. It's possible they have some other undocumented API or websockets that can do it but I haven't been able to locate it. Technically the API I'm using isn't even supported or documented.

For reference this is their SOAP API that it uses: https://rs.alarmnet.com/TC21API/TC2.asmx

If someone knows of a way to hook real-time events from them I'd be glad to look at adding it.

dbarentine commented 5 years ago

@ke6yjc Zone support should now be in place. You can update to version 1.1.1 in the nodeserver store to get it. Let me know if you have any issues.