New release: iPhone/iPod HomeSeer GUI
Moderator: Ruud
New release: iPhone/iPod HomeSeer GUI
Did anybody have a look at these scripts?
Rene.
Rene.
New release: iPhone/iPod HomeSeer GUI
Not yet, in the next couple of days i will.
New release: iPhone/iPod HomeSeer GUI
This evening I had a look at the code as I uploaded it in my previous post and realised that some last minute changes I made caused the javascript to fail. This time I upload a new version of the code which I tested before uploading;-)
200935232120_Version 1.1.zip
Rene.
200935232120_Version 1.1.zip
Rene.
New release: iPhone/iPod HomeSeer GUI
Rene,
I'm going to load the battery of my Iphone again this weekend...
Did not use it for long time.
I'm going to load the battery of my Iphone again this weekend...

Did not use it for long time.
New release: iPhone/iPod HomeSeer GUI
Will look at the script over the next few days.. Was on Holiday 

New release: iPhone/iPod HomeSeer GUI
This is working great! But......
If I connect from the outside I have to enter a username and password (just like you login on HS by internet).
Is there a way to connect the Iphone to HS from the outside without entering username and password?
<font size="1">
If I connect from the outside I have to enter a username and password (just like you login on HS by internet).
Is there a way to connect the Iphone to HS from the outside without entering username and password?
<font size="1">
New release: iPhone/iPod HomeSeer GUI
Who's scripts are you using: DJF3-2's or mine?
Actually you are login in into Homeseer, the pages are served by the Homeseer webserver. I do not know how to turn this of because I do not experience this behaviour. I do not have password protected Homeseer, instead I use a reverse proxy to connect to Homeseer from the Internet and use authentication on the reverse proxy using a client certificate. This is the only workable solution for authentication on the iPhone, cause the iPhone will not save userid and passwords of webservers and therefore you will have to provide them each time you visit the website after having restarted your browser.
Rene.
Actually you are login in into Homeseer, the pages are served by the Homeseer webserver. I do not know how to turn this of because I do not experience this behaviour. I do not have password protected Homeseer, instead I use a reverse proxy to connect to Homeseer from the Internet and use authentication on the reverse proxy using a client certificate. This is the only workable solution for authentication on the iPhone, cause the iPhone will not save userid and passwords of webservers and therefore you will have to provide them each time you visit the website after having restarted your browser.
Rene.
New release: iPhone/iPod HomeSeer GUI
I am very interested in your reverse proxy, If you have time I would love to hear a bit more about it.
New release: iPhone/iPod HomeSeer GUI
I use DJF3-2's and am also very interested in your proxy solution. Seems like the solution for my 'problem'.
<font size="1">
<font size="1">
New release: iPhone/iPod HomeSeer GUI
What would you like to known about the reverse proxy? I run several websites, public and private, and also MS Exchange. The reverse proxy, http://yxorp.sourceforge.net/, runs on Linux, and provides access to my public websites, and provided you pass the authentication to my private websites and exchange. Authentication is based on userid and password or on client certificates (X509). Because the iPhone does not remember credentials for any website and I do not like entering my userid and password every time I visit Homeseer, I use certificates to authenticate. In this way authentication is transparant and you will not notice it. So my setup is:
Internet -> Firewall and reverse proxy -> website 1 (http://www.klootwijk.org)
-> website 2 (http://house.klootwijk.org)
-> website 3 (https://house.klootwijk.org, which requires authentication using either password or certificate)
-> MS Exchange
Rene.
Internet -> Firewall and reverse proxy -> website 1 (http://www.klootwijk.org)
-> website 2 (http://house.klootwijk.org)
-> website 3 (https://house.klootwijk.org, which requires authentication using either password or certificate)
-> MS Exchange
Rene.
New release: iPhone/iPod HomeSeer GUI
Herbus,
There's a pretty simple solution. On your iphone, bookmark the following URL:
http://<username>:<password>@<hs_ip_address>:<hs_port_number>/html/iphone.html
example:
http://admin:supersecret@141.258.120.12 ... phone.html
This will automatically log you in. Same thing applies to homeseer itself.
DJ
There's a pretty simple solution. On your iphone, bookmark the following URL:
http://<username>:<password>@<hs_ip_address>:<hs_port_number>/html/iphone.html
example:
http://admin:supersecret@141.258.120.12 ... phone.html
This will automatically log you in. Same thing applies to homeseer itself.
DJ
New release: iPhone/iPod HomeSeer GUI
Thanks! This works great.
<font size="1">
<font size="1">
-
- Starting Member
- Posts: 15
- Joined: Mon Nov 03, 2008 2:17 pm
- Location: Netherlands
New release: iPhone/iPod HomeSeer GUI
Beste DJ, heb je al een oplossing gevonden waardoor het schakelen van devices via iPodLamp wel werkt? Ik heb nl. zojuist de versie van je website gedownload. Ziet er prachtig uit. Echter jammer dat het aan/uitzetten van devices (nog) niet werkt.
New release: iPhone/iPod HomeSeer GUI
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by patrick.heinrichs</i>
<br />Beste DJ, heb je al een oplossing gevonden waardoor het schakelen van devices via iPodLamp wel werkt? Ik heb nl. zojuist de versie van je website gedownload. Ziet er prachtig uit. Echter jammer dat het aan/uitzetten van devices (nog) niet werkt.
<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">
Dag Patrick,
Heb je het volgende al getest? (zie pagina 1 van deze thread)
In HSCOM.ASP, pas '="admin"' aan naar '<>"guest"'
De regel ziet er dan als volgt uit:
If device <> "" And Request.ServerVariables("AUTH_USER") <> "guest" Then
-Na deze aanpassing, wat werkt er niet?
-Staat er iets in je HS log?
Groeten
DJ
<br />Beste DJ, heb je al een oplossing gevonden waardoor het schakelen van devices via iPodLamp wel werkt? Ik heb nl. zojuist de versie van je website gedownload. Ziet er prachtig uit. Echter jammer dat het aan/uitzetten van devices (nog) niet werkt.
<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">
Dag Patrick,
Heb je het volgende al getest? (zie pagina 1 van deze thread)
In HSCOM.ASP, pas '="admin"' aan naar '<>"guest"'
De regel ziet er dan als volgt uit:
If device <> "" And Request.ServerVariables("AUTH_USER") <> "guest" Then
-Na deze aanpassing, wat werkt er niet?
-Staat er iets in je HS log?
Groeten
DJ
New release: iPhone/iPod HomeSeer GUI
Rene,
Ik wil jouw iphone plugin graag gebruiken, ik krijg met beide versies alleen wat javascript errors...
Bijv rklha is not defined etc..
Kan je me een beetje op weg helpen? Thx!
Ik wil jouw iphone plugin graag gebruiken, ik krijg met beide versies alleen wat javascript errors...
Bijv rklha is not defined etc..
Kan je me een beetje op weg helpen? Thx!