

Moderators: EyezOnRich, GrandWizard
I am going to update the documentation as this is the most asked question among the registered developers. Zone change faults happen as soon as the Fault message appears. The Ademco panels do not inform its peripherals if a zone closes (restores) so the Envisalink has to infer this.MattTW wrote:Since you asked, K-Man, I have a few thoughts about the Ademco version of the TPI:
- - As I think others have pointed out on this forum, the %01 zone state change event seems buggy. You indicated it is based on keypad "Fault" messages, but even assuming that some zone state changes could be missed this way, my experience is that %01 events do not seem to occur consistently when they should. This reduces the usefulness of the API considerably.
MattTW wrote: - Very rarely, I see an event come back from the TPI that looks like: %...part of an event...%...another event...$ - in other words it looks like the TPI is sending back one event partially overwritten by another event. This is easy enough to ignore but seems like a bug on the Envisalink side. Could be a bug on my side although it seems doubtful. I am using the Python asynchat stuff.
See above. Send lots of packet captures.MattTW wrote: - Occasionally the login process will fail even though a trace shows all the data being sent back and forth was correct (password is hardcoded). Trying again a few seconds later with the exact same data works.
Well to be honest, the biggest complaint among developers is that the TPI is too human friendly, especially the DSC version. The TPI is used by machines so it should cater to machines. Many people want to implement light-weight interfaces and cringe at the thought of parsing XML, or handling JSON. Makes me squirm too.MattTW wrote: - It would be nice if the "Dump Zone Timers" portion of the API was a little more human friendly. I have written code to do what I need, but many folks trying to use that part of API will be way over their heads.
Yes, I will do this. I have been procrastinating due to the lack of interest on the Honeywell side. For the DSC BETA we had 30 registered developers and nearly 400 BETA testers. For Ademco, one, and that guy may have registered in hopes of a free T-shirt.MattTW wrote: - Overall the API works well and is very usable - thank you. The version number is indicated as .01 - which would suggest to most people that it is a very early incomplete alpha. That may discourage some from even trying to use it. Maybe revise the version number to 1.0 beta or something like that.
[/list]