Aurora theme

Moderator: leecollings

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

Re: Aurora theme

Post by EdwinK »

I believe it's mentioned that you need to run Domoticz beta for this to work.

From the first post:
It builds on top of the beta version of Domoticz.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
Holland
Posts: 179
Joined: Friday 12 July 2013 13:53
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta Ch
Location: The Netherlands
Contact:

Re: Aurora theme

Post by Holland »

Thank you for developing the theme, I like it a lot.

One issue I noticed and 2 requests

If I add both power usage and total energy usage within devices, e.g a Fibaro powerplug, both devices display the current power usage (so actually showing the exact same thing). But the device that should actually show the total energy usage, only displays the total energy usage of today in kWH. Also not as the main item, but below the current power usage. Within the devices screen this device displays as expected the total power usage in kWh.

Just wondering if there is any support to change display of this device, so that the total power usage (kWh), is shown.

Secondly,

Would it be possible to add a setting, that makes it possible to disable the display of the Returned Total Power within a P1 Total Power device.
I'm only using electricity, still there is a return value on this device visible. So for me, this doesn't make any sense.

Lastly
Is it possible to add a setting, that makes it possible that sensors are not changed into the color red (or add an adjustable delay), in case there is no update received for the past hour. Many of my devices, only send a update to the controller, if a certain threshold has been hit, e.g a minimum change in the temperature. Meaning, if the temperature doesn't a lot during the day, the sensor turns red.
User avatar
felix63
Posts: 244
Joined: Monday 07 December 2015 9:30
Target OS: Raspberry Pi / ODroid
Domoticz version: 2020.1
Location: Gouda
Contact:

Re: Aurora theme

Post by felix63 »

Perhaps the settings? Make sure
settings.png
settings.png (30.71 KiB) Viewed 3623 times
iPhone styling on non-mobile devices is unchecked.
Cletus wrote: Thursday 15 February 2018 10:37 Already tried that several times. No luck :(
blauwebuis
Posts: 331
Joined: Wednesday 21 December 2016 9:11
Target OS: Raspberry Pi / ODroid
Domoticz version: current
Contact:

Re: Aurora theme

Post by blauwebuis »

@holland:

// Just wondering if there is any support to change display of this device, so that the total power usage (kWh), is shown.
- the theme has no control over which data Domoticz outputs. It's just a theme. So it cannot add extra data.

//Would it be possible to add a setting, that makes it possible to disable the display of the Returned Total Power within a P1 Total Power device.
I'm only using electricity, still there is a return value on this device visible. So for me, this doesn't make any sense.
- see above

//Is it possible to add a setting, that makes it possible that sensors are not changed into the color red (or add an adjustable delay), in case there is no update received for the past hour.
- That is already a setting in Domoticz. I think under 'other' you can set how much time must pass before sensors are tagged as disconnected.

@devros:

// could be possible to hack domoticz and make switch with input text field?
The feature to edit item's text value directly was made so that you could easily change values in scripts and blockly things. So yes, this means you don't have to edit your python script every time, just let it use the current value of the text sensor. Currently the 'edit 'text' feature only works on the utilities page, so (for now) you won't be able to merge them into one item on the dashboard and change the text there.

@phantom: (@logread)
Wow, that does look weird. I can't test this plugin as I don't have zwave devices. I checked, and the icons are not the problem. Very odd.

//Is it possible to make this "Show three highlighted items" adjustable with a slider or number because i would like to have more then 3.
- Unfortunately no. This is hardcoded. Long story. It could be changed to be flexible, but that's a bit of work.
devros
Posts: 183
Joined: Saturday 29 October 2016 20:55
Target OS: -
Domoticz version:
Contact:

Re: Aurora theme

Post by devros »

@devros:

// could be possible to hack domoticz and make switch with input text field?
The feature to edit item's text value directly was made so that you could easily change values in scripts and blockly things. So yes, this means you don't have to edit your python script every time, just let it use the current value of the text sensor. Currently the 'edit 'text' feature only works on the utilities page, so (for now) you won't be able to merge them into one item on the dashboard and change the text there.

ok thanks, so with text sensor and one button switch and some simple DZvents code this could work, great would be way to stitch button and sensor together.

another thing i noticed is text aligment on sensors would be great to align values on right (on mobile theme is aligned)
here is curent aligment
Image
Noticed that values are in one span from domoticz. I found this code that could help (with little modification)

Code: Select all

http://jsfiddle.net/swfour/seLvC/7/
another great thing would be to display today value (in energy meters) /its also displayed in mobile theme...

thanks :)
Jem101
Posts: 66
Joined: Saturday 02 May 2015 21:26
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Bexleyheath, SE London, UK
Contact:

Re: Aurora theme

Post by Jem101 »

I have just noticed a weird little layout issue, if I have a device with an apostrophe in the name ie FRED'S BEDROOM TEMP, then in the Dashboard tab it shows perfectly but in the Temperature tab it is displayed as FRED'S BEDROOM TEMP.

Formating issue? but odd it only appears in the one tab. Tried multiple browsers and cleared the caches but still doesn't format correctly.

Also in Safari (on a Mac), I'm not able to add devices to scenes properly. If I try, when I press the Add button, the device doesn't show up in the list, but it is there, if I try to add it again, I get an error. Try the same thing in Chrome on the same Mac and the devices show up in the list and I can add them OK. Go back to Safari and they appear so it looks like just an issue of the screen not updating when a device is added.

Not really a big issue, but I was wondering if anyone else had seen any similar behaviour?
I firmly believe in having an open mind - although not so open that your brain falls out!

- sometimes attributed to Carl Sagan, but the original quote is much older than that
Xztraz
Posts: 107
Joined: Tuesday 31 January 2017 21:54
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Aurora theme

Post by Xztraz »

Great skin!
I really like the background graphs and big visualization of values and levels.
I Wish the temp and hum could be shown in big numbers too. but i guess that's changes to the core of domoticz.

Filed some bugs

Wiki for theme
https://www.domoticz.com/wiki/Aurora_Theme
blauwebuis
Posts: 331
Joined: Wednesday 21 December 2016 9:11
Target OS: Raspberry Pi / ODroid
Domoticz version: current
Contact:

Re: Aurora theme

Post by blauwebuis »

@jem: does this only happen in the Aurora theme, or also in other themes?
Holland
Posts: 179
Joined: Friday 12 July 2013 13:53
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta Ch
Location: The Netherlands
Contact:

Re: Aurora theme

Post by Holland »

Thanks for your reply Blauwebuis,

// Just wondering if there is any support to change display of this device, so that the total power usage (kWh), is shown.
- the theme has no control over which data Domoticz outputs. It's just a theme. So it cannot add extra data.

I disagree that it is new data. It's just how it is presented by the theme
Devices
Devices
Power Usage.JPG (239.48 KiB) Viewed 3283 times
See attached the devices screen. E.g the blue arrow. "Gebruik Gang 3e" 8.3 Watt is current electricity usage, and Totaal Verbruik Gang 3e 7.76 kWh, the accumulated usage since the device is installed.

Turning to the Dashboard, the two devices are presented like the screen below

Gebruik Front page.JPG
Gebruik Front page.JPG (39.62 KiB) Viewed 3283 times
It just looks strange, 2x the current usage on both devices as the main item. Secondly, Totaal Verbruik Gang 3e, presents Total Usage of Today and not total usage since the device is installed.

//Would it be possible to add a setting, that makes it possible to disable the display of the Returned Total Power within a P1 Total Power device.
I'm only using electricity, still there is a return value on this device visible. So for me, this doesn't make any sense.
- see above

See attached. It's not new data, just how it is presented. Just wondering if the display of the return value can be made an option. As you can see, the Return Value doesn't make any sense.
Total P1.JPG
Total P1.JPG (32.12 KiB) Viewed 3283 times
//Is it possible to add a setting, that makes it possible that sensors are not changed into the color red (or add an adjustable delay), in case there is no update received for the past hour.
- That is already a setting in Domoticz. I think under 'other' you can set how much time must pass before sensors are tagged as disconnected.

Ahh, thanks. Didn't know that.
blauwebuis wrote: Saturday 17 February 2018 9:23 @holland:

// Just wondering if there is any support to change display of this device, so that the total power usage (kWh), is shown.
- the theme has no control over which data Domoticz outputs. It's just a theme. So it cannot add extra data.

//Would it be possible to add a setting, that makes it possible to disable the display of the Returned Total Power within a P1 Total Power device.
I'm only using electricity, still there is a return value on this device visible. So for me, this doesn't make any sense.
- see above

//Is it possible to add a setting, that makes it possible that sensors are not changed into the color red (or add an adjustable delay), in case there is no update received for the past hour.
- That is already a setting in Domoticz. I think under 'other' you can set how much time must pass before sensors are tagged as disconnected.

@devros:

// could be possible to hack domoticz and make switch with input text field?
The feature to edit item's text value directly was made so that you could easily change values in scripts and blockly things. So yes, this means you don't have to edit your python script every time, just let it use the current value of the text sensor. Currently the 'edit 'text' feature only works on the utilities page, so (for now) you won't be able to merge them into one item on the dashboard and change the text there.

@phantom: (@logread)
Wow, that does look weird. I can't test this plugin as I don't have zwave devices. I checked, and the icons are not the problem. Very odd.

//Is it possible to make this "Show three highlighted items" adjustable with a slider or number because i would like to have more then 3.
- Unfortunately no. This is hardcoded. Long story. It could be changed to be flexible, but that's a bit of work.
blauwebuis
Posts: 331
Joined: Wednesday 21 December 2016 9:11
Target OS: Raspberry Pi / ODroid
Domoticz version: current
Contact:

Re: Aurora theme

Post by blauwebuis »

@Holland: the theme does not have much influence on what html Domoticz outputs. It does not calculate values. It does not decide to hide values. All it does it make things pretty.
Alitoy
Posts: 9
Joined: Wednesday 21 February 2018 19:39
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Aurora theme

Post by Alitoy »

Errors on the screen "Events Edtor" :
Default Theme Events editor:
default theme editor.png
default theme editor.png (136.45 KiB) Viewed 3232 times
Aurura Theme Events editor with errors:
errors in events editor.png
errors in events editor.png (93.65 KiB) Viewed 3232 times
Tested on Chrome and Firefox.
leffert
Posts: 2
Joined: Friday 17 March 2017 15:46
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Aurora theme

Post by leffert »

CLEMENT99 wrote: Friday 26 January 2018 13:27 I have just a problem with the camera.

I already have a camera installed and a virtual switch on/off associated with the camera
but it isn't showing up on the dashboard.
I have to click on the camera icon of the switch to display the camera.

:(
Had the same problem, check this option:
Setup | settings | theme | Dashboard options | Camera previews on the dashboard
Holland
Posts: 179
Joined: Friday 12 July 2013 13:53
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta Ch
Location: The Netherlands
Contact:

Re: Aurora theme

Post by Holland »

blauwebuis wrote: Wednesday 21 February 2018 15:37 @Holland: the theme does not have much influence on what html Domoticz outputs. It does not calculate values. It does not decide to hide values. All it does it make things pretty.
Ok, clear.
blauwebuis
Posts: 331
Joined: Wednesday 21 December 2016 9:11
Target OS: Raspberry Pi / ODroid
Domoticz version: current
Contact:

Re: Aurora theme

Post by blauwebuis »

UPDATE

By popular demand I added an option to hide Comfort and Dew Point data on TempHumBaro devices.
- This works on the dashboard, when highlighted devices are enabled.
- It is enabled by default.

Remember to reset the theme after installing it (button on the settings page). This will allow Domoticz to also store this new setting.
blauwebuis
Posts: 331
Joined: Wednesday 21 December 2016 9:11
Target OS: Raspberry Pi / ODroid
Domoticz version: current
Contact:

Re: Aurora theme

Post by blauwebuis »

@alitoy: clear your application cache.
Xztraz
Posts: 107
Joined: Tuesday 31 January 2017 21:54
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Aurora theme

Post by Xztraz »

Whats the correct procedure of upgrading the theme if using git(as instructions) for install?
blauwebuis
Posts: 331
Joined: Wednesday 21 December 2016 9:11
Target OS: Raspberry Pi / ODroid
Domoticz version: current
Contact:

Re: Aurora theme

Post by blauwebuis »

@Xtraz: since it's just html and javascript files, there is no problem with overwriting the theme.
Xztraz
Posts: 107
Joined: Tuesday 31 January 2017 21:54
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Aurora theme

Post by Xztraz »

Code: Select all

git clone https://github.com/flatsiedatsie/domoticz-aurora-theme.git aurora
fatal: destination path 'aurora' already exists and is not an empty directory.
pi ~/domoticz/www/styles $
i just removed it before doing another clone. does any settings get lost by that? all should be in vars right?

looks really nice with temp/hum modification! Large easy read numbers.
deeeeuww.PNG
deeeeuww.PNG (20.67 KiB) Viewed 3160 times
User avatar
htilburgs
Posts: 464
Joined: Tuesday 03 November 2015 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Netherlands
Contact:

Re: Aurora theme

Post by htilburgs »

Xztraz wrote: Thursday 22 February 2018 12:13

Code: Select all

git clone https://github.com/flatsiedatsie/domoticz-aurora-theme.git aurora
fatal: destination path 'aurora' already exists and is not an empty directory.
pi ~/domoticz/www/styles $
i just removed it before doing another clone. does any settings get lost by that? all should be in vars right?

looks really nice with temp/hum modification! Large easy read numbers.

deeeeuww.PNG
If you install with git clone, you can update afterwards by going to the aurora map and give command

Code: Select all

git pull
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
Xztraz
Posts: 107
Joined: Tuesday 31 January 2017 21:54
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Aurora theme

Post by Xztraz »


If you install with git clone, you can update afterwards by going to the aurora map and give command

Code: Select all

git pull
worked fine! :D

Code: Select all

pi ~/domoticz/www/styles/aurora $ git pull
remote: Counting objects: 3, done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 3 (delta 2), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (3/3), done.
From https://github.com/flatsiedatsie/domoticz-aurora-theme
   dd1a0ae..f9e0c7e  master     -> origin/master
Updating dd1a0ae..f9e0c7e
Fast-forward
 theme.css | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
adding to wiki.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest