Page 11 of 24
Re: Aurora theme
Posted: Saturday 20 January 2018 18:47
by blauwebuis
@rhendriks: glad to hear it.
@htilburgs: thanks for the clear description.
A new version has been uploaded
FIXES
- The event page should fit in the page better, no matter where you place the main menu. It also no longer uses a scaling hack.
- Settings side menu should be better positioned, no matter where you place the main menu.
- Remote control positioning is no longer handled by the theme, it leaves that to the JS system. It was too difficult to style without being able to test it myself.
- buttons on highlighted items are now above the main icon.
IMPROVEMENTS
- The import and export buttons fit better on the events page.
- Empty columns are removed after merging.
- Settings tabs slide over each other better on small screens.
NEW FEATURES
- On mobile you can now invert the colours of the entire page, creating a dark version of the mobile theme ("night mode").
Re: Aurora theme
Posted: Saturday 20 January 2018 20:53
by bdormael
Removing of empty columns doesn’t seem to work for me with the new version, still showing the empty utilities column on my ipad in landscape mode
Verzonden vanaf mijn iPad met Tapatalk
Re: Aurora theme
Posted: Saturday 20 January 2018 21:55
by htilburgs
Problems with the Events page are solved. Nice!
Re: Aurora theme
Posted: Saturday 20 January 2018 22:43
by niki_lauda
Hi

- 1.jpg (18.42 KiB) Viewed 6732 times
I get this double line error if I select floorplan from the dashboard and then go back to the dashboard. F5 removes the error.
Re: Aurora theme
Posted: Sunday 21 January 2018 9:47
by Eoreh
Hi !
I have version from Commits on Jan 20, 2018
Big problem for me. When i edit and next save script dzVents (but only created in this version aurora, not previous)....
a new copy is created with the number at the end. And after 3 save i have 4 running scripts. Can you turn off this futures ?.

- error1.png (16.18 KiB) Viewed 6697 times
EDIT: Its not stably observed. When i back to default and again to aurora i dont have this issue.
Other minor problems for me.
1. Becouse for dzVents scripts is major think capitalize of name device so i prefered not uppercase on dashboard name.
I turn it off in custom.css in the section
"body .item tr > .name {" by comment this line (near line 750)
/* text-transform: uppercase; */ /* AM */
I dont know how this make by "User CSS:" Can you give example of this css file ?.
2. How to make:
a) Can the header be (eg 1) for elements grouped with the same width as eg for thermometers (eg 2)?
b) Temperature and humidity values can be bigger (eg 3) as well as when there is only temperature (eg 2)? (i dont need information about "comfortable" and "dew point" at all)
c) In the case when the device does not report above 1 hour, then there is only a red line separating the header (I have no example now)
When the battery shows a discharge, the color of the whole device changes to gray-yellow (eg 3). This is not readable. How to make only a yellow line (and with rest device in "normal" colors) ?
d) In the first version at the very beginning when the device was single lastupdate it was white letters under the name. There was no footer section. It was great for me because it saved a lot less on my desktop and phone.
How to get back to this functionality?

- error3.png (52.46 KiB) Viewed 6697 times
Saving space is important to me because I want the most devices to fit on my desktop.
Its only half looks like this:

- error2.png (355.34 KiB) Viewed 6697 times
Re: Aurora theme
Posted: Sunday 21 January 2018 10:09
by Eoreh
PS. ad 2b

- error4.png (8.01 KiB) Viewed 6683 times
b) Also dont need "comfortable" and "dew point" at all on element after "3 big" first, its mean for small like this.
2 additional row are unnecessary. Similar to the header;)
Its will save more space. (That's how it used to be in previous older versions)
Re: Aurora theme
Posted: Sunday 21 January 2018 14:35
by blauwebuis
@Eoreh:
- The French language has very long data output, so to be universal the theme can no longer put two data outputs on one line.
- Try this code in your CSS area:
body .item tr > .name,
body .item tr > .name span{text-transform: capitalize!important}
or to reset:
body .item tr > .name,
body .item tr > .name span{text-transform: inherit!important}
- Domoticz uses very hardcore caching (manifest), and switches themes by changing the directory name. Sometimes when you switch themes the old files will still be used. I tried to overcome this by putting a "?aurora" at the end of the file imports. But this cannot be done for the original starting files (custom.css and custom.js). So when you change theme, you really have to clean your application cache.
- The TempHumBaro output is a bit silly, I agree. Domoticz has recently changed its data outputs, and I suspect this is one of the results. There's not much I can do about it. I could delete the "comfort" data, and then it would place the 'bigtext' data (top right of the item) in the center. But not all users will be happy with this.
- The last-updated time is now universally below the item. If you need more space:
- - Hide the last updated time
- - Disable the highlights feature
- - Choose compact display
- - try the "mobile on desktop" display
- The battery display has been made into a thin line, and the old icon has been removed. Thanks!
Re: Aurora theme
Posted: Thursday 25 January 2018 6:57
by Schorschi
Hi,
i like this theme too.
Very good job.
I need some more configuration possibilities for camare windwow (popup) and preview.
Is there any possibility to configure the size of the popup and also from the switch preview?
Maybe as an config in the theme configuration?
thx.
Re: Aurora theme
Posted: Thursday 25 January 2018 21:24
by rhendriks
Eoreh wrote: ↑Sunday 21 January 2018 9:47
How did you grouped the elements in one frame?
Re: Aurora theme
Posted: Friday 26 January 2018 9:33
by Eoreh
rhendriks wrote: ↑Thursday 25 January 2018 21:24
Eoreh wrote: ↑Sunday 21 January 2018 9:47
How did you grouped the elements in one frame?
Thanks to the theme - Aurora
If the elements start the same name (way) and are separated by the "-" sign and in the options theme you have selected. "Merge items with the same name"
for egz. Temperature - Hall
Temperature - Kichen
You will have one "frame" - > "Temperature" with 2 items - Hall and Kichen.
Re: Aurora theme
Posted: Friday 26 January 2018 10:19
by dervogt
Thanks for the theme, it is working pretty well, even on small raspberrypi screens. One thing to consider: if running Domoticz behind a reverse proxy, the json calls do not work properly as the URL for the calls seems to be hardcoded. So I had to change the hardcoded parts in the custom.js as well as in the dashboard_camera_previews.js to include the path of the URL.
I am not a pretty good coder from scratch, so perhaps in one of the future iterations of the theme, you can have a look into that and see if you could get away from the hardcoded path so I can use the theme flexibly internally as well as externally? With the currently hardocded calls, I can either use the theme on the external URL(reverse proxy and SSL offload on subdomain) or on the internal URL (directly connected to internal IP/port)
Re: Aurora theme
Posted: Friday 26 January 2018 10:41
by CLEMENT99
Just perfect, a great job.
Works great with Android (phone) and with my Windows PC.
It just lacks a way to change the room easily (Buttons or larger drop-down list)
Re: Aurora theme
Posted: Friday 26 January 2018 13:27
by CLEMENT99
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.

Re: Aurora theme
Posted: Friday 26 January 2018 19:29
by CLEMENT99
Forget my last post, it works in Normal mode and not in Compact mode.
Re: Aurora theme
Posted: Friday 26 January 2018 20:05
by rhendriks
Eoreh wrote: ↑Friday 26 January 2018 9:33
rhendriks wrote: ↑Thursday 25 January 2018 21:24
Eoreh wrote: ↑Sunday 21 January 2018 9:47
How did you grouped the elements in one frame?
Thanks to the theme - Aurora
If the elements start the same name (way) and are separated by the "-" sign and in the options theme you have selected. "Merge items with the same name"
for egz. Temperature - Hall
Temperature - Kichen
You will have one "frame" - > "Temperature" with 2 items - Hall and Kichen.
Thanks , it's great
Re: Aurora theme
Posted: Saturday 27 January 2018 14:01
by piokuc
Hi
Please change icon for mobile devices...
Re: Aurora theme
Posted: Saturday 27 January 2018 19:06
by blauwebuis
Thanks for the kind words everyone!
@piokuc: that's not under my control. I did create a pull request to change that in Domoticz..
@dervogt: could you tell me a little bit more about that? Perhaps through a DM? because there are no hard-coded URL's in the theme. There ARE generated URL's. That's because there were some weird things happening when the filename were loaded in from a relative position.
At some point I will look into turning the room dropdown into separate buttons.
Re: Aurora theme
Posted: Sunday 28 January 2018 14:09
by piokuc
But some days ago i see that you PR was merged.
Re: Aurora theme
Posted: Sunday 28 January 2018 23:22
by CLEMENT99
blauwebuis wrote: ↑Saturday 27 January 2018 19:06
At some point I will look into turning the room dropdown into separate buttons.
Great news ! Separate buttons or optional top menu bar ...
Do you have the same problem in the devices panel with the panel pages number and the Domoticz copyright ?
I'm using google chrome but same problem with edge...

- Capture.JPG (18 KiB) Viewed 6152 times
Re: Aurora theme
Posted: Tuesday 30 January 2018 14:06
by devros
Thanks for this great theme (i hope it would be default one day

one request, could you add switch to disable, or disable animation on page load (visible on merged items)?
thanks