Page 1 of 2

FloorPlan Web Interface

Posted: Sat Apr 23, 2011 8:00 pm
by Gandohr
I wanted to share some info about a project I'm working on.
watch the video and let me know what you think.

It does work on the iPad except for the dragging, working on a fix for that as we speak.

bottelier.com/imagestore/domotica/floor ... orplan.mov

Re: FloorPlan Web Interface

Posted: Sat Apr 23, 2011 9:19 pm
by Uriel
Looks real good, would be a nice addition to Plugwise 8)

Re: FloorPlan Web Interface

Posted: Sun Apr 24, 2011 4:43 pm
by Gandohr
I finally got the ipad version working

While in edit mode on the ipad it will use an other html file to do all the work.
In the left menu i made a java-script detection to check if its an ipad, or some other browser.
The edit link will then point to either edit.html or ipad.hmtl :)

the video i made is horrible, but its hard controlling an ipad while recording with an iphone4 :)
But i think its decent enough for you all to have a idea of the whole thing

watch the video at
bottelier.com/imagestore/domotica/floor ... n_ipad.mov
the video has no sound as it all speaks for itself

Gand

Re: FloorPlan Web Interface

Posted: Sun Apr 24, 2011 4:47 pm
by PietjeNL
Sweet, looks real usable.

Re: FloorPlan Web Interface

Posted: Sun Apr 24, 2011 10:51 pm
by Gandohr
I just checked my samsung galaxy S (android) and it seemed to be working on that platform as well
could not doe a propper check, cause of the little screen. but still i have high hopes it will work on android tablets

Gand

Re: FloorPlan Web Interface

Posted: Mon Apr 25, 2011 10:01 am
by PietjeNL
Gand please translate it, cause is a english part of the forum (zie bovenaan: * Board index ‹ Hardware Forum (English) ‹ Plugwise Forum)

Re: FloorPlan Web Interface

Posted: Mon Apr 25, 2011 10:50 am
by Gandohr
PietjeNL wrote:Gand please translate it, cause is a english part of the forum (zie bovenaan: * Board index ‹ Hardware Forum (English) ‹ Plugwise Forum)
Keep forgetting its international :) layout looks like Runningplus forums and those are 100% dutch :D
I'll try to remember, thanks for correcting me

Re: FloorPlan Web Interface

Posted: Mon Apr 25, 2011 2:52 pm
by Mdamen
What technologies did you use? The floorplan looks nice.

Re: FloorPlan Web Interface

Posted: Mon Apr 25, 2011 4:10 pm
by Gandohr
Its within the Plugwise webserver so i could only use html + Plugwise-C code and JavaScript
Images are made with floorplanner.com

Re: FloorPlan Web Interface

Posted: Wed Apr 27, 2011 9:01 pm
by Gandohr
Oke i think its finally done.

Check out the complete video on Full Movie
Check a real short ipad video on iPad demo

Or download the source on Download

Please leave a comment if you download it, i'd like to track if its used

Re: FloorPlan Web Interface

Posted: Thu Apr 28, 2011 6:17 pm
by Gandohr
For those who downloaded it allready.
There is a small update V1.1 (check Version.txt in the floor folder to see your version if version.txt does not exist you have v1.0)

The updates contains a change to the menu in view mode.
The off option is no longer visible when a device has a locked status.

You can use the same link to download the latest version
Download

Re: FloorPlan Web Interface

Posted: Tue May 03, 2011 2:17 pm
by wimbo
Hi,

I'm trying your Floorplan addition at my Plugwise server.

When I copied the "floor" folder to my Plugwise WWW root, I only got 404 errors.

I editted your index.html, and it seems to be working ok now

Changed this

<title>Plugwise Floorplan</title>
<frameset cols='0,120,100%' border='0'>
<frame name='action' src='none.html'></frame>
<frame name='left' src='left.html?t=m&floor=0'></frame>
<frame name='page' src='main.html?t=m&floor=0'></frame>
</frameset>

to:

<title>Plugwise Floorplan</title>
<frameset cols='0,120,100%' border='0'>
<frame name='action' src='/floor/none.html'></frame>
<frame name='left' src='/floor/left.html?t=m&floor=0'></frame>
<frame name='page' src='/floor/main.html?t=m&floor=0'></frame>
</frameset>

Wim.

Re: FloorPlan Web Interface

Posted: Wed May 04, 2011 12:41 am
by Gandohr
Putting a / behind floor would have worked :)
but this is a beter option made the change in the .zip file thats mentioned in the previous posts.
so people who download it now will have the new version

Your mentioned in the Version.txt

Re: FloorPlan Web Interface

Posted: Fri May 06, 2011 11:44 pm
by wimbo
Thanks! :)

(btw: the Version.txt says "limbo", it's Wimbo ;) )

Re: FloorPlan Web Interface

Posted: Sat May 07, 2011 5:04 pm
by Gandohr
now it says Wimbo,
Well the file does not speak, but you know what i mean :)