Search found 141 matches

by K-Man
Mon Feb 11, 2013 12:27 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: 502 errors received when I send a command to the TPI
Replies: 1
Views: 3242

Re: 502 errors received when I send a command to the TPI

There's an open bug report saying that the FAP key commands don't work. PM me with your email address and I'll put you on the developer mailing list.
by K-Man
Fri Feb 08, 2013 1:54 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: EnvisaLink 2DS TPI question
Replies: 4
Views: 5053

Re: EnvisaLink 2DS TPI question

No, all communications, except <CR> and <LF> are done in ASCII. Things like the checksum are calculated in HEX, but you send them as the ASCII equivalent.

It's all meant to be human readable.
by K-Man
Fri Feb 08, 2013 10:54 am
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: EnvisaLink 2DS TPI question
Replies: 4
Views: 5053

Re: EnvisaLink 2DS TPI question

Your checksum is wrong in both instances and the TPI doesn't differentiate between a bad password and a bad checksum (I guess I was thought I wouldn't give a hacker more information than was needed). The checksum for your string should be CA, and you have 1C. I think what you've forgot is the modulo...
by K-Man
Thu Dec 13, 2012 3:31 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Beta testers wanted for Vista128/250 Panels
Replies: 3
Views: 4371

Beta testers wanted for Vista128/250 Panels

I'm looking for a couple of beta testers who own Vista128 or Vista250 panels. I'm offering a free Envisalink 3 to anyone who's game. You have to know how to program your panel (if you have a Vista128 then I assume you know what you are doing) and I will need access to your module directly through a ...
by K-Man
Thu Dec 13, 2012 3:13 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: EnvisaLink 3 and Alarm Relay
Replies: 12
Views: 17886

Re: EnvisaLink 3 and Alarm Relay

The Envisalink can be firmware provisioned with different IP protocols depending on the central station requirement. This IP alarm channel is completely different than the Envisalerts protocol that you use for your interactive services. DC-09 is an open standard from SIA that we support but only a s...
by K-Man
Mon Nov 19, 2012 10:00 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Envisalink - TPI Documentation
Replies: 112
Views: 729728

Re: Envisalink 2DS - TPI Documentation

Can you private message me with your email address and maybe we can take this offline? I'm not entirely clear what you're looking for but we have a very active beta community that you might want to be a part of.
by K-Man
Mon Nov 19, 2012 9:53 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Compass Downloading
Replies: 9
Views: 12347

Re: Compass Downloading

We have no plans to support Ademco downloading over the Envisalink at this time. My team has a backlog of about 6 months of other features that need to be cleared before we'd be open to explore this.

DSC downloading is currently in development and we hope to release it early next year. FYI.
by K-Man
Fri Oct 12, 2012 9:33 am
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Network Supervision Fault & Network Supervision Restore
Replies: 20
Views: 23333

Re: Network Supervision Fault & Network Supervision Restore

In addition to our own labs, Envisacor has roughly 50 BETA test sites around the world that run all our candidate firmware before it has been released. This gives us a good cross-section of network components and topologies. Please believe me when I say that we cannot repoduce this behaviour at any ...
by K-Man
Mon Oct 01, 2012 9:52 am
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Away arming?
Replies: 10
Views: 11876

Re: Away arming?

Just to butress Mr. GW's comment, the low-level software routine to arm-with-code is called for both the local webpage and when issued from the portal. I wrote the code. Maybe there's an issue in presenting the true state of the system from the local webpage. That's possible, because I wrote that to...
by K-Man
Wed Sep 12, 2012 1:04 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Envisalink - TPI Documentation
Replies: 112
Views: 729728

Re: Envisalink 2DS - TPI Documentation

Its been so long I needed to look at the code to answer this one. The reason that you can't send function keys is that these are somewhat meaningless as keypad function keys are mapped to other "real" functions like "arm stay" and "arm away". You would need to program t...