@CSC
CSC,
I stumbled onto this while searching for a long wanted solution and hope you can help. I am pretty sure I can use/repurpose it for my use but for the life of me I can not get it to function. I am going to guess its something I am not setting up correctly.
Some background, I am attempting use this to integrate an Eyezon Envisalink 3 that’s commonly connected to DSC and other alarm panels. It has a local built in server that accepts local http commands to arm/disarm etc
Currently I can use a web browser (or tasker get) and enter “http://192.168.5.174/2?A=3&p=1&X=0952” and the system will arm.
I have currently setup entered
Device IP address
192.168.5.174
Device port
80
URL Path for ON
/2?A=3&p=1&X=0952
URL Path for off
(I have not entered anything)
Post or Get
Get
Requires user auth? Set to off.
This is what is logged
a3059725-dc8d-42eb-8a70-304ec57fafb3 7:32:42 PM: debug GET /2?A=3&p=1&X=0952 HTTP/1.1
Accept: /
User-Agent: Linux UPnP/1.0 SmartThings
HOST: 192.168.5.174:80
Content-Type: application/x-www-form-urlencoded
a3059725-dc8d-42eb-8a70-304ec57fafb3 7:32:42 PM: debug The method is GET
a3059725-dc8d-42eb-8a70-304ec57fafb3 7:32:42 PM: debug The Header is [HOST:192.168.5.174:80, Content-Type:application/x-www-form-urlencoded]
a3059725-dc8d-42eb-8a70-304ec57fafb3 7:32:42 PM: debug path is: /2?A=3&p=1&X=0952
a3059725-dc8d-42eb-8a70-304ec57fafb3 7:32:42 PM: debug The device id configured is: ea5583db-eb51-42fe-a460-351b6c207c63
a3059725-dc8d-42eb-8a70-304ec57fafb3 7:32:42 PM: debug —ON COMMAND— /2?A=3&p=1&X=0952
Any help/insight for a total noob would greatly be appreciated!!
Phil