Search found 16 matches

by guinness
Wed Mar 09, 2022 10:07 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: EVL4 Local Webservice Tricks and Hacks
Replies: 9
Views: 43020

Re: EVL4 Local Webservice Tricks and Hacks

That's unfortunate, but I suppose that was to be expected with the limited resources available to a RTOS. Anyway I was able to achieve what I needed with a regular expression. Below is an example using Apple Shortcuts . shortcut.png It allows me to ask my Apple Watch what the alarm status is and it ...
by guinness
Wed Mar 09, 2022 1:27 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Ademco-10SE circa 1998
Replies: 5
Views: 4771

Re: Ademco-10SE circa 1998

There is another product called AD2USB that does support 10SE panels. Since the 10SE uses non-addressable keypads, you have to configure your keypad to use address 31. For those replacing the panel, you'll lose programming but there's a cheat sheet at Vista 20P Programming Guide that'll get you star...
by guinness
Tue Mar 08, 2022 10:26 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: EVL4 Local Webservice Tricks and Hacks
Replies: 9
Views: 43020

Re: EVL4 Local Webservice Tricks and Hacks

Would it be possible to add an new option for getting system status? Currently all commands just return the raw HTML from the internal web page which is of limited use. Could it instead just return status as "Not Ready", "Ready", "Armed" etc? That would also be useful f...
by guinness
Mon Mar 07, 2022 4:53 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Possible to set up a new Honeywell Vista 20p using new EVL4 instead of keypad?
Replies: 8
Views: 30980

Re: Possible to set up a new Honeywell Vista 20p using new EVL4 instead of keypad?

For anyone that wants to try and brute-force the installer code, the following application code should work (you'll also need TelnetClient.cs from the aforementioned GitHub repo). Use at your own risk. If programming was exited with *98 installer code lockout this won't work. The system should be di...
by guinness
Sun Mar 06, 2022 11:59 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Possible to set up a new Honeywell Vista 20p using new EVL4 instead of keypad?
Replies: 8
Views: 30980

Re: Possible to set up a new Honeywell Vista 20p using new EVL4 instead of keypad?

I've created a console application at https://github.com/mguinness/ConsoleKeypad which allows programming the Vista panel using the Envisalink module. If you have a brand new panel you could set the keypad address to 16 in the EL web config page as that's always enabled for the first keypad. FWIW, f...
by guinness
Sun Mar 06, 2022 10:37 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Virtual Keypad for programming EVL3 or 4?
Replies: 24
Views: 33836

Re: Virtual Keypad for programming EVL3 or 4?

I've created a command line application that can be run from the console to act as a virtual keypad, see https://github.com/mguinness/ConsoleKeypad for more details. Basically it will display the messages and indicators from the panel in real time and allows you send key presses to arm/disarm etc. C...