Search found 30 matches

by donnyk
Wed Dec 05, 2012 1:36 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: 3rd Party Local API - Beta Testers/Contributers Wanted
Replies: 53
Views: 61790

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

PS - I was going to write my version in C and saw you had started in python so I figured what the heck I will give it a shot. I have done a bit of python coding with plpython for postgres embedded code but never too much outside of that. Mainly C over the years, but I am pretty impressed with how f...
by donnyk
Wed Dec 05, 2012 11:30 am
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: 3rd Party Local API - Beta Testers/Contributers Wanted
Replies: 53
Views: 61790

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

Here is what the output looks like currently, at the end you can see me disarm and alarm via the web interface built into the script. I'll work on a few of the things pounder noted tonight. C:\dsc>envisalink2.py 2012-12-05 10:28:41 Alarm Server Starting 2012-12-05 10:28:41 Tested only on a DSC-1616 ...
by donnyk
Wed Dec 05, 2012 10:56 am
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: 3rd Party Local API - Beta Testers/Contributers Wanted
Replies: 53
Views: 61790

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

Keep in mind there is a fair amount of state you need to track when doing the fan out proxy everyone is interested in. eg: - you need to keep track of each client logging in - you need to track the timestamp format they ask for - you need to track if any client goes into master or installer mode an...
by donnyk
Wed Dec 05, 2012 10:41 am
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: TPI Login Event - POLL
Replies: 7
Views: 8011

Re: TPI Login Event - POLL

Make it configurable.
by donnyk
Wed Dec 05, 2012 2:03 am
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: 3rd Party Local API - Beta Testers/Contributers Wanted
Replies: 53
Views: 61790

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

I would like to try and help, but currently my home automation system uses the TPI for status, reporting, etc. If you could add a pass-through (since the TPI only allows 1 external connection), I could help test while keeping my home automation system in the loop. PurdueGuy, Thanks again for the pa...
by donnyk
Tue Dec 04, 2012 11:48 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Bug Report - Envisalink 3
Replies: 2
Views: 3744

Bug Report - Envisalink 3

Hi, Small issue to report. By sending a command with a len of 3 or less (eg, 000 w/o a checksum) you will cause the device to stop responding. It will not respond anymore until you drop your connection and reconnect. Not a big issue but thought I would pass it on. Just something I uncovered. Thanks.
by donnyk
Tue Dec 04, 2012 9:47 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: 3rd Party Local API - Beta Testers/Contributers Wanted
Replies: 53
Views: 61790

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

yeah I see your reasoning for python, my crappy router can run dd-wrt but I'm not sure it has enough memory or storage for the python package. I'm thinking something like a raspberry pi or something would be just as ideal for this so something lightweight would be beneficial to that as well. Anyway...
by donnyk
Tue Dec 04, 2012 2:41 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: 3rd Party Local API - Beta Testers/Contributers Wanted
Replies: 53
Views: 61790

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

I'd be interested in taking a look. I was considering starting something similar myself (not in python mind you) your feature set pretty much captures what I wanted to do. I might be able to help with some of the web design, I'm more developer than designer myself but I've found lately using Bootst...
by donnyk
Mon Dec 03, 2012 3:43 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: 3rd Party Local API - Beta Testers/Contributers Wanted
Replies: 53
Views: 61790

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

I would like to try and help, but currently my home automation system uses the TPI for status, reporting, etc. If you could add a pass-through (since the TPI only allows 1 external connection), I could help test while keeping my home automation system in the loop. PurdueGuy, A passthrough/proxy of ...
by donnyk
Mon Dec 03, 2012 2:21 am
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: 3rd Party Local API - Beta Testers/Contributers Wanted
Replies: 53
Views: 61790

3rd Party Local API - Beta Testers/Contributers Wanted

Hi All, I received and installed my envisalink 3 a few weeks ago and given the lack of a real functional local (or remote for that matter) easy to use API I've been working on one off and on since then. The feature list so far: -Written in python (runnable on almost any os as well as modded/open sou...