Page 1 of 1

Homeseer op iPhone

Posted: Fri Jun 18, 2010 4:58 pm
by CaptNemo
Just checking.
Anyone out there using their iPhone for controlling Homeseer?

I have written a WebApp (vbs/asp script) which I can share if anyone is interrested. Not quite finished, but I would be interrested in getting suggestions.
  • With the aim at user frendlyness and 'cewl' factor, it's not small, as in not a light web site. The 60k file generates ~100kB webpage (html), with an additional set of ~20 images of 3-7kB each, for a homeseer setup of 22 devices with 10 scripts. Looking for reduction, but it won't be light.
  • It currently has devices and events. I am not aiming at setings/ setup, just using.
  • Loading is once, all control is performed through AJAX calls in queues.
The asp file uses jQuery, jQTouch, Location extention for jQTouch, AJAX Queue plugin for jQuery, and Yahoo User Interface for sliders. It is not a small webapp.

Re: Homeseer op iPhone

Posted: Fri Jun 18, 2010 5:38 pm
by Rene
Can you provide us with some screenshots. There are several people using the iPhone to control Homeseer, some using HSTouch, others created their own interface (including myself).

Re: Homeseer op iPhone

Posted: Sun Jun 20, 2010 3:51 pm
by Harry
i am olso thinking of getting a iphone, but what is the best model phone,,has it to be an 3 GS, or is a 3 G good enough.
.

Posted: Sun Jun 20, 2010 4:15 pm
by I-1
I would wait for the iPhone 4g then

Posted with TouchBB on my iPhone

Re: Homeseer op iPhone

Posted: Tue Jun 22, 2010 6:08 pm
by CaptNemo
Not shown are the jQTouch animations, which I kind of like...

Basically it's listing the devices per location and events per group. Building the pages is simple, so grouping could be done differently.
events.png
events.png (180.91 KiB) Viewed 7084 times
Supporting the jQTouch themes (JQT and Apple)
event_appletheme.png
event_appletheme.png (178.77 KiB) Viewed 7084 times
The webapp posts all triggers to another asp which executes and logs them. Could write to a database easily too.
The log shows the location which can be captured using the Location extension of jQTouch (not sure about the negative value, generated by my laptop without GPS).
log.jpg
log.jpg (183.61 KiB) Viewed 7084 times
I can pm a zip with the app to try? Will post it here once it has reached some level of maturity.

Re: Homeseer op iPhone

Posted: Tue Jun 22, 2010 8:42 pm
by Reemster
is it also working on a iphone with the new 4.0 iphone update?

Re: Homeseer op iPhone

Posted: Thu Jul 01, 2010 11:14 pm
by drmacchi
Ipod too?

Re: Homeseer op iPhone

Posted: Sat Jul 03, 2010 12:38 am
by CaptNemo
Don't know, don't have them :D
Basically it is optimized for the iPhone 3GS screen width, and it uses Javascript for WebKit, so it should run but can't say anything on the looks.

Re: Homeseer op iPhone

Posted: Tue Aug 17, 2010 6:02 pm
by CaptNemo
I would upload, but the file is too big... Stuck it on SourceForge.

You can download iPhone6 from https://sourceforge.net/projects/iphone6/files/

Very Beta and immediately end of life as I am fed up with developing this in a text editor ... See if it works for you.
The code is a bit messyt as I learned the quirks (or lack of data structure) of HomeSeer while writing it.

Installation:
Download and unzip into the HomeSeer html folder.
Open http://host.domain/iphone6.asp on your iPhone.

Have fun with it!
(if you find too many bugs just remove it from your disk and move on with life :)