I'm sure that I am doing something quite stupid here. I want to be able to remotely trigger an event from the desktop of a computer on my local network that is not the HS3 controller.
From a browser window, http://192.168.1.2/JSON?request=rune...Bunkhouse%20Up works perfectly.
Calling RunJSON.exe with "C:\Program Files (x86)\HomeSeer\RunJSON.exe" http://192.168.1.2/JSON?request=rune...Bunkhouse%20Up fails with
Calling RunJSON.exe with "C:\Program Files (x86)\HomeSeer\RunJSON.exe" "http://192.168.1.2/JSON?request=runevent&group=Blinds&name=Bunkhouse%20Up" fails with no error message.
Calling HS3EventRun.exe with "C:\Program Files (x86)\HomeSeer\HS3EventRun.exe" server="192.168.1.2" eventname="Bunkhouse Up" fails with
I've verified that I am using the same .dll files as on my HS3 controller (copied them directly over)
So what am I doing wrong? At first I thought that there was some sort of a permission issue accessing my HS3 server, but it works from the browser so I am just very confused.
Many thanks!
From a browser window, http://192.168.1.2/JSON?request=rune...Bunkhouse%20Up works perfectly.
Calling RunJSON.exe with "C:\Program Files (x86)\HomeSeer\RunJSON.exe" http://192.168.1.2/JSON?request=rune...Bunkhouse%20Up fails with
'group' is not recognized as an internal or external command,
operable program or batch file.
'name' is not recognized as an internal or external command,
operable program or batch file.
operable program or batch file.
'name' is not recognized as an internal or external command,
operable program or batch file.
Calling RunJSON.exe with "C:\Program Files (x86)\HomeSeer\RunJSON.exe" "http://192.168.1.2/JSON?request=runevent&group=Blinds&name=Bunkhouse%20Up" fails with no error message.
Calling HS3EventRun.exe with "C:\Program Files (x86)\HomeSeer\HS3EventRun.exe" server="192.168.1.2" eventname="Bunkhouse Up" fails with
Connecting to server at 192.168.1.2...
You want me to run event name: Bunkhouse Up
Cannot connect attempt 1: The host failed to connect. Timeout occured. 15000
You want me to run event name: Bunkhouse Up
Cannot connect attempt 1: The host failed to connect. Timeout occured. 15000
I've verified that I am using the same .dll files as on my HS3 controller (copied them directly over)
So what am I doing wrong? At first I thought that there was some sort of a permission issue accessing my HS3 server, but it works from the browser so I am just very confused.
Many thanks!
Comment