I know how to control a device or event from a custom web page created in HS. But I want to control a device or event from my IIS web server (port 80) web site. How do I get the post command to be sent to or recognized by HS?
Announcement
Collapse
No announcement yet.
How Does One Control Devices From a Web Page Not in HS?
Collapse
X
-
jmonacoTags: None
-
Dcom
have a look at this how to at cocoontech . . .
http://www.cocoontech.com/index.php?showtopic=294
Pete C
-
Originally posted by pete17chave a look at this how to at cocoontech . . .
http://www.cocoontech.com/index.php?showtopic=294
Pete C-Rupp
sigpic
Comment
-
You can put links to the actions in a page served by apache. As the Homeseer web server is not fully HTTP compliant, you would probably need to use an iframe work around to keep the origional page from refreshing and degrading your webcam video feed. As an example below is a webpage served up by the geocities web server that contains my pan/tilt webcam video and controls. The video is from webcam32 on my computer and the controls are performed via an Apache webserver cgi setup on my computer.
http://www.geocities.com/zoomkat/ezservo1.htm
Comment
-
Put this in a .reg file and run it. It will allow the username/password combination again.
--Start here
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_ DISABLE]
"iexplore.exe"=dword:00000000
"explorer.exe"=dword:00000000
-- Stop Here
The other solution is to enter the IP address of the machine you want to use as a "no password needed for these subnets" in the HS config. This way it doesn't need a username/password.
Ross.
Comment
Comment