Search found 30 matches

by donnyk
Tue Dec 11, 2012 3:05 am
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: 3rd Party Local API - Beta Testers/Contributers Wanted
Replies: 53
Views: 61793

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

donnyk wrote:The code has been updated with much improved event tracking and json output for current status.
Zone and partition names now committed to github and available via json requests.
by donnyk
Mon Dec 10, 2012 5:31 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: 3rd Party Local API - Beta Testers/Contributers Wanted
Replies: 53
Views: 61793

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

The code has been updated with much improved event tracking and json output for current status.
by donnyk
Sat Dec 08, 2012 5:08 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Wire gauge...
Replies: 4
Views: 7366

Re: Wire gauge...

pounder wrote:24-26ga - usual phone or network cable.
Solid core is considerably easier to work with.
by donnyk
Fri Dec 07, 2012 11:00 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: 3rd Party Local API - Beta Testers/Contributers Wanted
Replies: 53
Views: 61793

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

Just tried this, very good start. I'm able to arm/disarm and my zones update. I'm not sure the partition status is working, it always said 'armed': False for me. Is it too soon to request some new features? :) I see in the code the push notifications, I assume that isn't hooked up yet? gschrader, P...
by donnyk
Fri Dec 07, 2012 5:56 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: 3rd Party Local API - Beta Testers/Contributers Wanted
Replies: 53
Views: 61793

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

Sorry I should have been more clear. I wouldn't trust using the programming TPI through a proxy, I would connect to it directly. If something is maintaining a full time TPI connection though (eg a vera) given the one connection limit there is no other way you can really do it. What would be best wo...
by donnyk
Fri Dec 07, 2012 12:32 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: 3rd Party Local API - Beta Testers/Contributers Wanted
Replies: 53
Views: 61793

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

I'm withholding judgement until I see it working.

Besides going into master mode... what would I then need to send to add/remove/list users? Would this be the same as I would send if i were at the keypad. So I should consult the dsc manual?
by donnyk
Thu Dec 06, 2012 5:37 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: 3rd Party Local API - Beta Testers/Contributers Wanted
Replies: 53
Views: 61793

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

Yeah personally I wouldn't focus too much on the proxy feature, I wouldn't trust it to do any programming ala DLS. I will give this a look in the next day or two, thanks for your efforts! Very different opinions in this thread. I was thinking that programming via this interface would not be super g...
by donnyk
Wed Dec 05, 2012 7:49 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: 3rd Party Local API - Beta Testers/Contributers Wanted
Replies: 53
Views: 61793

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

you have a definite typo in code 816 - should be buffer not battery. I corrected the typo and commited it. You should see that fixed now. As for the proxying you are right that is not something i took into account but frankly I am not 100% certain how to do it reliably. Some parts are easy, eg the ...
by donnyk
Wed Dec 05, 2012 4:09 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: 3rd Party Local API - Beta Testers/Contributers Wanted
Replies: 53
Views: 61793

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

Pounder,

https://github.com/blog/966-improved-su ... nt-support

Seems you can use SVN w/ github as well so if you are comfortable with that then here you go.
by donnyk
Wed Dec 05, 2012 3:51 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: 3rd Party Local API - Beta Testers/Contributers Wanted
Replies: 53
Views: 61793

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

Yeah I know how to use git, have mainly just downloaded snapshots, more familiar with svn to actually work on code as a group. I would like to hear mikep's comments on this as well since he is also working on something like this. If there was some way we could unify the api thats exposed between th...