Search found 2 matches
- Sat Jun 18, 2016 9:15 pm
- Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
- Topic: Simple command-line trick to Arm/Disarm, but how to ArmAway?
- Replies: 2
- Views: 8068
Re: Simple command-line trick to Arm/Disarm, but how to ArmA
The docs imply this can be done via the TPI, though I have not actually tried it myself. You might be able to get away with piping a echo/sleep/echo sequence to netcat (as you need to log in before sending the arm command), but an 'expect' script would probably be more extensible in the long run ...
- Mon May 30, 2016 2:17 pm
- Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
- Topic: Simple command-line trick to Arm/Disarm, but how to ArmAway?
- Replies: 2
- Views: 8068
Simple command-line trick to Arm/Disarm, but how to ArmAway?
I have a Linux server I use to automate our lights, television, air condition, etc. It mostly uses simple shell scripts to get the job done. I have found that I can use the following shell scripts to perform certain actions with my Envisalink: Report the current status of the alarm: curl -sS 'http ...