Search found 13 matches

by noone
Mon Oct 06, 2014 6:59 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: 3rd Party Local API - Beta Testers/Contributers Wanted
Replies: 53
Views: 61782

Re: 3rd Party Local API - Beta Testers/Contributers Wanted

So I just realized that the authentication is not private x.509 authentication which is what I was hoping for, so it looks like this will only work on a local LAN, since you can't really open this up to the internet.

Any plans to add private x.509 authentication in DonnyK?
by noone
Mon Oct 06, 2014 6:15 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: 3rd Party Local API - Beta Testers/Contributers Wanted
Replies: 53
Views: 61782

Re: 3rd Party Local API - Beta Testers/Contributers Wanted

It took some work, but I got it working. This is definitely something I can work from.

If anyone is looking for Python scripts, these are a good base to use as a reference.

Thanks go out to DonnyK and the other contributors for this work.
by noone
Mon Oct 06, 2014 8:00 am
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: 3rd Party Local API - Beta Testers/Contributers Wanted
Replies: 53
Views: 61782

Re: 3rd Party Local API - Beta Testers/Contributers Wanted

Does the web interface on this work? I installed it on a Windows machine (I did NOT install Python OpenSSL), using the expired certificates that came with the package and i'm not able to figure out how to access the web interface. The logs say the application started up correctly. I tried to access ...
by noone
Sat Jul 12, 2014 11:03 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: No more Quick API - Any python TPI examples anyone can share
Replies: 4
Views: 5483

Re: No more Quick API - Any python TPI examples anyone can s

The quick API is mostly useless without the status command working. All it can do now is blindly arm and disarm. The TPI is going to take a little time for me to figure out to code a new python script.
by noone
Mon Jul 07, 2014 9:14 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: No more Quick API - Any python TPI examples anyone can share
Replies: 4
Views: 5483

No more Quick API - Any python TPI examples anyone can share

I have had for some time a python script working using the a Quick API that would query the status of the alarm, and then arm or disarm it automatically, based on the status. I scheduled this script to run in the late evening and early morning, which effectively made it so I did not have to manually...
by noone
Sun Jun 15, 2014 2:25 am
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Envisalink not accepting remote commands
Replies: 5
Views: 6619

Re: Envisalink not accepting remote commands

This is happening to me right now.

Last updated time shows current when logged into the portal.

Queue has several commands in it.

Is the system down again???
by noone
Sat Jun 14, 2014 4:07 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: TPI Service Interruption still?
Replies: 10
Views: 10405

Re: TPI Service Interruption still?

It was working up until last night.

And it's a sticky post?
by noone
Sat Jun 14, 2014 2:01 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: TPI Service Interruption still?
Replies: 10
Views: 10405

Re: TPI Service Interruption still?

It appears there is an issue with the indexapi.php page since it's only returning old data from yesterday at 11:04pm eastern.
by noone
Sat Jun 14, 2014 1:31 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: TPI Service Interruption still?
Replies: 10
Views: 10405

Re: TPI Service Interruption still?

Fyi, there looks to be an issue with the status quick API command. Please advise on how this will be fixed. Interestingly, while the Status returns an incorrect Status and Date time stamp, the portal arm and disarm commands correctly work. Any ideas on when this will be fixed? http://forum.eyez-on.c...
by noone
Sat Jun 14, 2014 12:46 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: TPI Service Interruption still?
Replies: 10
Views: 10405

Re: TPI Service Interruption still?

Hi Grand Master. I'm using my own scripts to construct URLs and control my alarm system with them. I first query the status of my alarm system, then, send an arm or disarm URL command based on the status. An example of one of the URLs I'm using is above in my first post where it appears to query the...