Guests, kids, other half etc...
So I bought a raspberry pi touchscreen with the idea of mounting it in the wall in each room. So I played with lots of the web designs on here and I could not find one that did exactly what I wanted. Got loads of inspiration from many of the other projects here, before deciding on the best approach for my mind....
Only gets the devices from the roomplanner (seems easier to organise)
Displays on a small screen without slider bars
Template so room to room changes are easy (organise IDX, Names etc)
So started in the Living Room.
So I bit the bullet and built one (Mainly in PHP)
Beta 1 Still got lots of work and loads of inspiration from many of the other projects...
Still stuck on refreshing each div in a nice way and the best way to check devices states. Dont like a refresh query to check every x seconds kind of leaning towards a lua script to update the php server if there is a change and a full check every 10 mins or so, from the PHP server to compare the JSON. But i dont know if there is a better cleaner way, any help or suggestions?
The only downside seems to be that I need a dedicated PI to run all the PHP

I know before anyone points it out I need a better power supply (old phone cable is the fault with the pi complaining about power... Its only temporary).
I would prefer to have this native within Domoticz
Custom roomplan .www where all the devices are nativly treated and then its just about writing HTML/CSS/JS etc per room and adding the device code in. This way all the hard bits have been done and its just about custom design...