Re: NEW frontpage.html - request comments
Posted: Friday 17 July 2015 8:18
Taking screenshot and send it is the best way to show how your web page actually looks like.
Open source Home Automation System
https://forum.domoticz.com/
Gives us some more information on your install and what is not working, otherwise we can't help you.King1987 wrote:hi everybody,
Ive installed today the frontpage, and it is working. However, on my iPad in Safari the switch is not working.
Does anybody know why is that?
Also it would be nice if ther is a solution to not show the status bas of safari, so the webpage is fullscreen.
Thanks for the help!
Gr Eelco
Sorry, you are totally right.G3rard wrote:Gives us some more information on your install and what is not working, otherwise we can't help you.
You can add the frontpage to the home screen of the iPad, then it opens withour status bar, see http://www.quepublishing.com/articles/a ... 5&seqNum=5 for more information.
Code: Select all
// ############################################################################################################
// #### vvvvv USER VALUES below vvvvv #######
// ############################################################################################################
$(document).ready(function() {
$.roomplan=7; // define roomplan in Domoticz and create items below.
$.domoticzurl="http://192.168.1.15:8080/";
//format: idx, value, label, description,lastseen(1 when lastseen is wanted, 2 is only time) ,plusmin button or protected (1 for buttons, 2 for volume of Sonos, 4 for protected), [override css], [alarm value]
$.PageArray = [
['0','Desc', 'cell1', 'Buiten','0','0'], //Desc means show the sub cells
['8','Temp', 'cell1a', 'Buiten','0','0'], //Lastseen only from cell_a possible
['8','Humidity', 'cell1b', 'Buiten','0','0'], // edited
['0','Desc', 'cell2', 'Buiten','0','0'], // edited
['9','Temp', 'cell2a', 'Buiten','0','0'], // edited
['9','Humidity', 'cell2b', 'Buiten','0','0'], // edited
['0','Data', 'cell3', 'Camera garage','0','0'],
['0','Desc', 'cell4', 'Buitentemp + vocht','0','0'],
['176','Data', 'cell4a', 'Buitentemp','0','0'],
['98','Humidity', 'cell4b', 'Buitenvocht','0','0'],
['0','Desc', 'cell5', 'Electra','0','0'], // edited
['6','Data', 'cell5a', 'Vermogen','0','0'], // edited
['6','Data', 'cell5b', 'Verbruik','0','0'], // edited
['48','Status', 'cell6', 'BeNext 1: Quooker','1','1'], // edited
['52','Data', 'cell7', 'Benext 1: Verbruik','1','1'], // edited
['49','Status', 'cell8', 'BeNext 2:','1','1'], // edited
['53','Data', 'cell9', 'Benext 2: Verbruik','1','1'], // edited
['115','Status', 'cell10', 'Sonos Kantoor','1','2'],
['50','Status', 'cell11', 'BeNext 3: TV','1','1'], // edited
['56','Data', 'cell12', 'BeNext 3: Verbruik','1','1'], // edited
['51','Status', 'cell13', 'BeNext 4:','1','1'], // edited
['58','Data', 'cell14', 'BeNext 3: TV','1','1'], // edited
['177','Status', 'cell15', 'Tuin','1','0'],
['60','Status', 'cell16', 'Voordeurlamp','1','0'], // edited
['62','Status', 'cell17', 'Achtertuinlamp','1','0'], // edited
['64','Status', 'cell18', 'Thuis','1','0'], // edited
['59','Status', 'cell19', 'Hue','1','0'], // edited
['79','Data', 'cell20', 'Scherm (A)','1','0'],
['66','Status', 'cell21', 'Zon','2','0'], // edited
['0','Tijd', 'cell22', 'Tijd','0','0'], // edited
['67','status', 'cell23', 'Manual TV','0','0'], // edited
In the console is nothing to see. only a 404 not found @video stream. even when i click on the NAN nothing happens.format: idx, value, label, description,lastseen(1 when lastseen is wanted, 2 is only time) ,plusmin button or protected (1 for buttons, 2 for volume of Sonos, 4 for protected), [override css], [alarm value]