Frontpage improvement

Use this forum to discuss possible implementation of a new feature before opening a ticket.
A developer shall edit the topic title with "[xxx]" where xxx is the id of the accompanying tracker id.
Duplicate posts about the same id. +1 posts are not allowed.

Moderators: leecollings, remb0

Post Reply
Justintime
Posts: 228
Joined: Thursday 21 May 2015 9:08
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Contact:

Frontpage improvement

Post by Justintime »

I am still having great fun with Domoticz. Every time fine tuning the system, looking on the forum how other members uses the system. And the will to expand devices to automate.

Lots of friends and family are blown away what this program and a simple rasp can do.

I know this to much to ask. And guess it would take a lot of work. But just my 2 cents...

What I would like is to have a page where you can group switches with a separate icon(for instance living room) . Press the icon and a page will open with switches.
The pull down menu works... But this would be more convinient.
Last edited by Justintime on Thursday 22 December 2016 14:41, edited 3 times in total.
User avatar
Egregius
Posts: 2592
Joined: Thursday 09 April 2015 12:19
Target OS: Linux
Domoticz version: v2024.7
Location: Beitem, BE
Contact:

Re: Frontpage improvement

Post by Egregius »

Everybody has it own taste for a interface.
With lots of devices the web gui is not workable, deffinitely not on mobile.
I like a floorplan a lot. On one single screen is see the status of the 48 most important devices, without scrolling, just a single view.
Other less important devices are on a second page and everything related to the heating also on a separate page.
It is even not that hard to create a own interface for it. If you know some php you can look at my github for hints.

Besides that I'm convinced it's just not possible to implement and maintain tens of different interfaces by the developers. Let them concentrate on stability, speed and extensions.
Justintime
Posts: 228
Joined: Thursday 21 May 2015 9:08
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Contact:

Re: RE: Re: Frontpage improvement

Post by Justintime »

Egregius wrote:Everybody has it own taste for a interface.
With lots of devices the web gui is not workable, deffinitely not on mobile.
I like a floorplan a lot. On one single screen is see the status of the 48 most important devices, without scrolling, just a single view.
Other less important devices are on a second page and everything related to the heating also on a separate page.
It is even not that hard to create a own interface for it. If you know some php you can look at my github for hints.

Besides that I'm convinced it's just not possible to implement and maintain tens of different interfaces by the developers. Let them concentrate on stability, speed and extensions.
Yes i agree with you on focusing on development and stability.

Unfortunately i am not familiar with php or any programming, coding etc. All I have is looking at tutorials, examples and stealing scripts... Image.

When i am converted to Pi3 with ssd. I will use your lua2pass system. That's allready a challenge for me to convert the Lua scripts i have.
People like you make this a great community.
User avatar
Egregius
Posts: 2592
Joined: Thursday 09 April 2015 12:19
Target OS: Linux
Domoticz version: v2024.7
Location: Beitem, BE
Contact:

Re: Frontpage improvement

Post by Egregius »

I think my floorplan is easier to set-up as all functions are ready to use.
Placing a switch on the floorplan is as simple as:
Schakelaar('hall','Light'); (sorry for the Dutch name 'Schakelaar', means switch in English but that's a predefined php function).
and giving it a place and size in css:
.hall{top:410px;left:252px;}#hall{height:50px;width:auto;}

The position in css is new and gives much more possibilities between different platforms. Thanks to that it's possible to have a nice fullscreen view no mather wich device is used in portrait or in landscape :)

As this topic goes over frontpage gui I'm not gonna talk about lua pass2php, there is a topic for that.
Justintime
Posts: 228
Joined: Thursday 21 May 2015 9:08
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Contact:

Re: RE: Re: Frontpage improvement

Post by Justintime »

Egregius wrote:I think my floorplan is easier to set-up as all functions are ready to use.
Placing a switch on the floorplan is as simple as:
Schakelaar('hall','Light'); (sorry for the Dutch name 'Schakelaar', means switch in English but that's a predefined php function).
and giving it a place and size in css:
.hall{top:410px;left:252px;}#hall{height:50px;width:auto;}

The position in css is new and gives much more possibilities between different platforms. Thanks to that it's possible to have a nice fullscreen view no mather wich device is used in portrait or in landscape :)

As this topic goes over frontpage gui I'm not gonna talk about lua pass2php, there is a topic for that.
OK thanks... Another item on my todo's list.
I will look into it.
User avatar
mlamie
Posts: 122
Joined: Friday 25 October 2013 17:12
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5877
Location: The Netherlands
Contact:

Re: Frontpage improvement

Post by mlamie »

I use the ImperiHome application in combination with Domoticz. That is way more straight forward then working with the frontpage. You can use a composite widget and combine switches for example. I would advise you to take a look.

http://www.domoticz.com/forum/viewtopic.php?f=21&t=6882

P.s. I can also advise you to test voice commands: http://www.domoticz.com/forum/viewtopic ... 37&t=14947

Here some screenshots from my Android wall tablet, I'm still tweaking some now and then.

Image

Image

Image

Image
Raspberry Pi 3, RaZberry, RFXtrx433
Various Z-Wave devices, KlikAanKlikUit devices, ESP8266 NodeMCU, Sonoff POW and a Essent E-thermostaat
IP camera: Dahua 4MP IPC-HDBW4421R-AS, Vivotek FD8134V
User avatar
Egregius
Posts: 2592
Joined: Thursday 09 April 2015 12:19
Target OS: Linux
Domoticz version: v2024.7
Location: Beitem, BE
Contact:

Re: Frontpage improvement

Post by Egregius »

What if you want to view 48 devices at once?
User avatar
mlamie
Posts: 122
Joined: Friday 25 October 2013 17:12
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5877
Location: The Netherlands
Contact:

Re: Frontpage improvement

Post by mlamie »

Egregius wrote:What if you want to view 48 devices at once?
What I can find is a page with 30 ;), but as mentioned you can include multiple devices (Composite) in a single box. For example I have all door sensors in a single widget and when selected you see all 3 of them. When 1 is open the widget will turn red instead of green.

Image

Image
Raspberry Pi 3, RaZberry, RFXtrx433
Various Z-Wave devices, KlikAanKlikUit devices, ESP8266 NodeMCU, Sonoff POW and a Essent E-thermostaat
IP camera: Dahua 4MP IPC-HDBW4421R-AS, Vivotek FD8134V
User avatar
Egregius
Posts: 2592
Joined: Thursday 09 April 2015 12:19
Target OS: Linux
Domoticz version: v2024.7
Location: Beitem, BE
Contact:

Re: Frontpage improvement

Post by Egregius »

You don't have to convince me, I'm not going away from my floorplan :D :lol:
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest