
New "progress" theme.
Moderator: leecollings
- 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.
@Bikey, I've been playing around and this is what is the result "last seen". Like it?


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
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
-
- Posts: 331
- Joined: Sunday 22 February 2015 12:19
- Target OS: Linux
- Domoticz version: 2020.x
- Location: Netherlands
- Contact:
Re: New "progress" theme.
All I can say is perfect!
BTW: how do you get the battery level of an iPhone in Domoticz?

BTW: how do you get the battery level of an iPhone in Domoticz?
- 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.
@Bikey: iPhone battery level is done by a script on this forum https://www.domoticz.com/forum/viewtopi ... 23&t=13318Bikey wrote:All I can say is perfect!![]()
BTW: how do you get the battery level of an iPhone in Domoticz?
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
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
-
- Posts: 331
- Joined: Sunday 22 February 2015 12:19
- Target OS: Linux
- Domoticz version: 2020.x
- Location: Netherlands
- Contact:
Re: New "progress" theme.
@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).
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).
- 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.
@Bikey, for the 'last seen', edit the base.css file.
Search for #dashcontent #lastupdate, and change this section into:
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.
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;
}
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
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
-
- Posts: 331
- Joined: Sunday 22 February 2015 12:19
- Target OS: Linux
- Domoticz version: 2020.x
- Location: Netherlands
- Contact:
Re: New "progress" theme.
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.
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.
- 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.
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.
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
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
- 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.
Since today I notice that the the theme looks different from yesterday 

Decided to re-upload the theme, but no change.


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
-
- Posts: 331
- Joined: Wednesday 21 December 2016 9:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: current
- Contact:
Re: New "progress" theme.
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

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

- 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.
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
-
- Posts: 331
- Joined: Wednesday 21 December 2016 9:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: current
- Contact:
Re: New "progress" theme.
Yes, making good progress!
-drumroll-
Here's the most recent version, with see-through items enabled:

-drumroll-
Here's the most recent version, with see-through items enabled:

-
- Posts: 331
- Joined: Wednesday 21 December 2016 9:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: current
- Contact:
Re: New "progress" theme.
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.
Please test it.
-
- Posts: 331
- Joined: Sunday 22 February 2015 12:19
- Target OS: Linux
- Domoticz version: 2020.x
- Location: Netherlands
- Contact:
Re: New "progress" theme.
Great work! I tried it (downloaded from the first page).
Unfortunately still some issues (yes, I cleared the cache):
Unfortunately still some issues (yes, I cleared the cache):
-
- Posts: 331
- Joined: Sunday 22 February 2015 12:19
- Target OS: Linux
- Domoticz version: 2020.x
- Location: Netherlands
- Contact:
Re: New "progress" theme.
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
Can't wait to see that theme completely finished across all pages

- 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.
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.


Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
- 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.
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.

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.

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
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
-
- Posts: 331
- Joined: Sunday 22 February 2015 12:19
- Target OS: Linux
- Domoticz version: 2020.x
- Location: Netherlands
- Contact:
Re: New "progress" theme.
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...?
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...?
- 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.
@Bikey, that's right, the custom.css is not correct. You have to edit the second line intoBikey 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...?
Code: Select all
@import url("feynman.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
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
- 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.
I might be blond or something, but I can't see the 'download' button or a clone thingy.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.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
-
- Posts: 331
- Joined: Sunday 22 February 2015 12:19
- Target OS: Linux
- Domoticz version: 2020.x
- Location: Netherlands
- Contact:
Re: New "progress" theme.
You have to go to the toplevel, then you get a button to download the complete branch "GUIWwork" in a ZIP-file.EdKo66 wrote:
I might be blond or something, but I can't see the 'download' button or a clone thingy.
Who is online
Users browsing this forum: No registered users and 1 guest