New release: iPhone/iPod HomeSeer GUI

Homeseer Forum in het Nederlands (DUTCH forum)

Moderator: Ruud

User avatar
Rene
Global Moderator
Global Moderator
Posts: 1689
Joined: Wed Oct 08, 2008 3:54 pm
Location: Netherlands

New release: iPhone/iPod HomeSeer GUI

Post by Rene »

Did anybody have a look at these scripts?

Rene.
Digit
Global Moderator
Global Moderator
Posts: 3388
Joined: Sat Mar 25, 2006 10:23 am
Location: Netherlands
Contact:

New release: iPhone/iPod HomeSeer GUI

Post by Digit »

Not yet, in the next couple of days i will.
User avatar
Rene
Global Moderator
Global Moderator
Posts: 1689
Joined: Wed Oct 08, 2008 3:54 pm
Location: Netherlands

New release: iPhone/iPod HomeSeer GUI

Post 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.
User avatar
TANE
Forum Moderator
Forum Moderator
Posts: 4806
Joined: Fri Apr 06, 2007 9:46 pm
Location: Netherlands
Contact:

New release: iPhone/iPod HomeSeer GUI

Post by TANE »

Rene,
I'm going to load the battery of my Iphone again this weekend...:)
Did not use it for long time.
DJF3
Advanced Member
Advanced Member
Posts: 895
Joined: Thu Jul 12, 2007 9:28 am
Contact:

New release: iPhone/iPod HomeSeer GUI

Post by DJF3 »

Will look at the script over the next few days.. Was on Holiday ;-)
Herbus
Member
Member
Posts: 363
Joined: Mon Mar 27, 2006 12:28 pm
Location: Netherlands

New release: iPhone/iPod HomeSeer GUI

Post 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">
User avatar
Rene
Global Moderator
Global Moderator
Posts: 1689
Joined: Wed Oct 08, 2008 3:54 pm
Location: Netherlands

New release: iPhone/iPod HomeSeer GUI

Post 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.
Bastiaan
Senior Member
Senior Member
Posts: 1257
Joined: Sat May 24, 2008 11:36 am
Location: Netherlands
Contact:

New release: iPhone/iPod HomeSeer GUI

Post by Bastiaan »

I am very interested in your reverse proxy, If you have time I would love to hear a bit more about it.
Herbus
Member
Member
Posts: 363
Joined: Mon Mar 27, 2006 12:28 pm
Location: Netherlands

New release: iPhone/iPod HomeSeer GUI

Post 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">
User avatar
Rene
Global Moderator
Global Moderator
Posts: 1689
Joined: Wed Oct 08, 2008 3:54 pm
Location: Netherlands

New release: iPhone/iPod HomeSeer GUI

Post 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.
DJF3
Advanced Member
Advanced Member
Posts: 895
Joined: Thu Jul 12, 2007 9:28 am
Contact:

New release: iPhone/iPod HomeSeer GUI

Post 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
Herbus
Member
Member
Posts: 363
Joined: Mon Mar 27, 2006 12:28 pm
Location: Netherlands

New release: iPhone/iPod HomeSeer GUI

Post by Herbus »

Thanks! This works great.

<font size="1">
patrick.heinrichs
Starting Member
Starting Member
Posts: 15
Joined: Mon Nov 03, 2008 2:17 pm
Location: Netherlands

New release: iPhone/iPod HomeSeer GUI

Post 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.
DJF3
Advanced Member
Advanced Member
Posts: 895
Joined: Thu Jul 12, 2007 9:28 am
Contact:

New release: iPhone/iPod HomeSeer GUI

Post 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
Julian
Starting Member
Starting Member
Posts: 38
Joined: Wed Feb 25, 2009 10:28 pm
Location: Netherlands

New release: iPhone/iPod HomeSeer GUI

Post 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!
Post Reply

Return to “Homeseer algemeen Forum”