Page 3 of 4

New release: iPhone/iPod HomeSeer GUI

Posted: Sat Feb 21, 2009 4:17 pm
by Rene
Did anybody have a look at these scripts?

Rene.

New release: iPhone/iPod HomeSeer GUI

Posted: Sat Feb 21, 2009 4:36 pm
by Digit
Not yet, in the next couple of days i will.

New release: iPhone/iPod HomeSeer GUI

Posted: Fri Mar 06, 2009 12:21 am
by Rene
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.

New release: iPhone/iPod HomeSeer GUI

Posted: Fri Mar 06, 2009 1:34 am
by TANE
Rene,
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

Posted: Tue Mar 10, 2009 9:10 pm
by DJF3
Will look at the script over the next few days.. Was on Holiday ;-)

New release: iPhone/iPod HomeSeer GUI

Posted: Wed Apr 15, 2009 8:38 pm
by Herbus
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">

New release: iPhone/iPod HomeSeer GUI

Posted: Wed Apr 15, 2009 8:55 pm
by Rene
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.

New release: iPhone/iPod HomeSeer GUI

Posted: Wed Apr 15, 2009 9:10 pm
by Bastiaan
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

Posted: Wed Apr 15, 2009 9:29 pm
by Herbus
I use DJF3-2's and am also very interested in your proxy solution. Seems like the solution for my 'problem'.

<font size="1">

New release: iPhone/iPod HomeSeer GUI

Posted: Wed Apr 15, 2009 10:06 pm
by Rene
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.

New release: iPhone/iPod HomeSeer GUI

Posted: Thu Apr 16, 2009 7:33 am
by DJF3
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

New release: iPhone/iPod HomeSeer GUI

Posted: Thu Apr 16, 2009 8:19 am
by Herbus
Thanks! This works great.

<font size="1">

New release: iPhone/iPod HomeSeer GUI

Posted: Sat Apr 25, 2009 7:42 pm
by patrick.heinrichs
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

Posted: Sun Apr 26, 2009 9:03 am
by DJF3
<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

New release: iPhone/iPod HomeSeer GUI

Posted: Tue Apr 28, 2009 1:59 am
by Julian
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!