New "progress" theme.

Moderator: leecollings

User avatar
htilburgs
Posts: 464
Joined: Tuesday 03 November 2015 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Netherlands
Contact:

Re: New "progress" theme.

Post by htilburgs »

@Bikey, I've been playing around and this is what is the result "last seen". Like it?

Image
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
Bikey
Posts: 331
Joined: Sunday 22 February 2015 12:19
Target OS: Linux
Domoticz version: 2020.x
Location: Netherlands
Contact:

Re: New "progress" theme.

Post by Bikey »

All I can say is perfect! :D

BTW: how do you get the battery level of an iPhone in Domoticz?
User avatar
htilburgs
Posts: 464
Joined: Tuesday 03 November 2015 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Netherlands
Contact:

Re: New "progress" theme.

Post by htilburgs »

Bikey wrote:All I can say is perfect! :D

BTW: how do you get the battery level of an iPhone in Domoticz?
@Bikey: iPhone battery level is done by a script on this forum https://www.domoticz.com/forum/viewtopi ... 23&t=13318
Follow the instructions on page 1 and use the modified script on page 8 (by ben53252642 » 15 Jan 2017, 15:21 - https://www.domoticz.com/forum/viewtopi ... 40#p114362). I changed the names in the script in Dutch. If you do so, also change the names of the dummy switches.... ;)

@Blauwebuis: I'll send you the modifications I made for the 'last seen:' (I like to keep it central and maybe there are consequences for other items I maybe miss).
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
Bikey
Posts: 331
Joined: Sunday 22 February 2015 12:19
Target OS: Linux
Domoticz version: 2020.x
Location: Netherlands
Contact:

Re: New "progress" theme.

Post by Bikey »

@htilburgs: thanks for the info and the work on the "last seen"!

I just downloaded a new version of the progress theme (link on the first page) and the sidebar menu is now working fine. However now the floorpan does not work any more (only the thumbnail is shown on mouse over on the buttons).
User avatar
htilburgs
Posts: 464
Joined: Tuesday 03 November 2015 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Netherlands
Contact:

Re: New "progress" theme.

Post by htilburgs »

@Bikey, for the 'last seen', edit the base.css file.
Search for #dashcontent #lastupdate, and change this section into:

Code: Select all

#dashcontent #lastupdate, 
#dashcontent #type {
    font-size: x-small;
    color: #2571ab;
    position: absolute;
    top: 7px;
}
Then you should have the Last Seen info into the Dashboard icons.

For the floorplan is strange, because for me it's working fine since the last update from blauwebuis.
Have you cleared your cache? That's always an issue with the themes.
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
Bikey
Posts: 331
Joined: Sunday 22 February 2015 12:19
Target OS: Linux
Domoticz version: 2020.x
Location: Netherlands
Contact:

Re: New "progress" theme.

Post by Bikey »

Thanks for the code, that works indeed.
What would I have to change to put the last-update text in the bottom left corner?

I tried again with the latest download, but even after clearing the caches or in incognito mode, the floorplan does not work with that version.
User avatar
htilburgs
Posts: 464
Joined: Tuesday 03 November 2015 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Netherlands
Contact:

Re: New "progress" theme.

Post by htilburgs »

Bikey,

Last seen:
Change the line "top: 7px" into "top: 42px".
You can / have to play around with it. One issue with the bottem left corner is the slider, that can cover a part of the text.

Floorplan:
I cannot find a reason, why it shouldn't work. For as far as I can see, there is no CSS that has impact on this.
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: New "progress" theme.

Post by EdwinK »

Since today I notice that the the theme looks different from yesterday :(

Image

Decided to re-upload the theme, but no change.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
blauwebuis
Posts: 331
Joined: Wednesday 21 December 2016 9:11
Target OS: Raspberry Pi / ODroid
Domoticz version: current
Contact:

Re: New "progress" theme.

Post by blauwebuis »

Yes, sorry about that. It's getting a bit complicated to maintain the theme for both the new github-version of Domotizc I'm working on, and the current version. Sorry about that.

You can download the latest version of the theme here:
https://github.com/domoticz/domoticz/tr ... es/feynman

.. but I have no idea how it will look without the proper javascript and html files now. Specifically:

1. You will really need this javacscript file in your www/app folder:
https://github.com/domoticz/domoticz/bl ... troller.js

2. Optionally, you may want this file in your app/views folder:
https://github.com/domoticz/domoticz/bl ... setup.html

Image
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: New "progress" theme.

Post by EdwinK »

I guess I better wait till there is a new version
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
blauwebuis
Posts: 331
Joined: Wednesday 21 December 2016 9:11
Target OS: Raspberry Pi / ODroid
Domoticz version: current
Contact:

Re: New "progress" theme.

Post by blauwebuis »

Yes, making good progress!

-drumroll-

Here's the most recent version, with see-through items enabled:
Image
blauwebuis
Posts: 331
Joined: Wednesday 21 December 2016 9:11
Target OS: Raspberry Pi / ODroid
Domoticz version: current
Contact:

Re: New "progress" theme.

Post by blauwebuis »

I tried the theme on a normal beta version of Domoticz, and it almost worked perfectly. So I've created a new version of the theme for download.

Please test it.
Bikey
Posts: 331
Joined: Sunday 22 February 2015 12:19
Target OS: Linux
Domoticz version: 2020.x
Location: Netherlands
Contact:

Re: New "progress" theme.

Post by Bikey »

Great work! I tried it (downloaded from the first page).
Unfortunately still some issues (yes, I cleared the cache):
Dasboard.png
Dasboard.png (144.63 KiB) Viewed 3962 times
Switches.png
Switches.png (35.03 KiB) Viewed 3962 times
Settings.png
Settings.png (111.29 KiB) Viewed 3962 times
Bikey
Posts: 331
Joined: Sunday 22 February 2015 12:19
Target OS: Linux
Domoticz version: 2020.x
Location: Netherlands
Contact:

Re: New "progress" theme.

Post by Bikey »

I also downloaded the Feynman Theme from Github, that is really starting to look cool (the dashboard at least) with the transparent switches!
Can't wait to see that theme completely finished across all pages ;-)
feynman.png
feynman.png (83.75 KiB) Viewed 3961 times
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: New "progress" theme.

Post by EdwinK »

Bikey wrote:Great work! I tried it (downloaded from the first page).
Unfortunately still some issues (yes, I cleared the cache):
Dasboard.png
Switches.png
Settings.png

Also have the tings not displayed properly. But it's better then the last version I had.

Image Image
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
User avatar
htilburgs
Posts: 464
Joined: Tuesday 03 November 2015 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Netherlands
Contact:

Re: New "progress" theme.

Post by htilburgs »

Make sure you run the latest beta version of Domoticz.
Try to delete the progress directory completly and then copy the latest version again.
You have to download the GuiWork version from https://github.com/domoticz/domoticz/tr ... es/feynman
Clear cache and try again.

I had the same problem and now its ok.

Image
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
Bikey
Posts: 331
Joined: Sunday 22 February 2015 12:19
Target OS: Linux
Domoticz version: 2020.x
Location: Netherlands
Contact:

Re: New "progress" theme.

Post by Bikey »

I did all that again: updated to latest beta, downloaded Feynman from GitHub and Progress from the first post and cleared the caches multiple times, but no difference.
On Github there is only the "feynman" theme which, on my system, is completely different than what you are showing. It has a black background and navigation on top.
If I try incognito/private mode on Safari/Chrome/Brave the page even stays completely blank...?
User avatar
htilburgs
Posts: 464
Joined: Tuesday 03 November 2015 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Netherlands
Contact:

Re: New "progress" theme.

Post by htilburgs »

Bikey wrote:I did all that again: updated to latest beta, downloaded Feynman from GitHub and Progress from the first post and cleared the caches multiple times, but no difference.
On Github there is only the "feynman" theme which, on my system, is completely different than what you are showing. It has a black background and navigation on top.
If I try incognito/private mode on Safari/Chrome/Brave the page even stays completely blank...?
@Bikey, that's right, the custom.css is not correct. You have to edit the second line into

Code: Select all

@import url("feynman.css");  /* Don't remove this line! */
now it has @import url("classic.css"); /* Don't remove this line! */
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: New "progress" theme.

Post by EdwinK »

htilburgs wrote:Make sure you run the latest beta version of Domoticz.
Try to delete the progress directory completly and then copy the latest version again.
You have to download the GuiWork version from https://github.com/domoticz/domoticz/tr ... es/feynman
Clear cache and try again.
I might be blond or something, but I can't see the 'download' button or a clone thingy.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
Bikey
Posts: 331
Joined: Sunday 22 February 2015 12:19
Target OS: Linux
Domoticz version: 2020.x
Location: Netherlands
Contact:

Re: New "progress" theme.

Post by Bikey »

EdKo66 wrote:
I might be blond or something, but I can't see the 'download' button or a clone thingy.
You have to go to the toplevel, then you get a button to download the complete branch "GUIWwork" in a ZIP-file.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest