Page 5 of 24

Re: Aurora theme

Posted: Sunday 24 December 2017 14:58
by macieq1989
Docdigit wrote: Sunday 24 December 2017 13:44
gijsje wrote: Sunday 17 December 2017 22:17 I have the issue that it does not show corect but i have it with all the themes.
I did delete the cache and did try ctrl F5
Any ideas?
Image
Same issue overhere - I think it may be an issue with access rights on files after ftp'ing into the proper folder.
Will let you know once I found out...
Happy Xmas,
DD
Hi
You have to be on the beta release, and you need to clear cache AND site data. After that should work fine :)

Re: Aurora theme

Posted: Sunday 24 December 2017 17:55
by dextm80
Hi! What an amazing theme!

I find bugs (?) :

in wheather form for a few seconds it's all ok

Schermata del 2017-12-24 17-35-30.png
Schermata del 2017-12-24 17-35-30.png (104.33 KiB) Viewed 3824 times
and then after a few seconds:

Schermata del 2017-12-24 17-35-38.png
Schermata del 2017-12-24 17-35-38.png (71.44 KiB) Viewed 3824 times
dots disappered, why?

after, another question:

domoticz show only 3 highlighted items, how can go beyond??



Tnx

Re: Aurora theme

Posted: Sunday 24 December 2017 19:31
by dextm80
another bug
Schermata del 2017-12-24 19-25-33.png
Schermata del 2017-12-24 19-25-33.png (106.25 KiB) Viewed 3812 times

Re: Aurora theme

Posted: Monday 25 December 2017 0:25
by blauwebuis
I've uploaded a new version.

- Fixed a small bug in a hidden feature I was working on (blockly import export).
- implemented baseURL patch (had to tweak it a bit).

IMPROVEMENTS
- Made some settings optional, based on requests: hide page titles on the dashboard, use full page width for items.
- If you have a background image set, then the items will automatically get a less transparent background.
- Theme detects when it has been upgraded, and prompts the user to reset.
- dataviz lines are less pronounced, more types of items will get dataviz, and some existing types work better.
- data outputs are separated better visually.
- small speed improvements (checking if optimizations are necessary before performing them).

Image

NEW FEATURES
- Users can now easily add their own CSS on the settings page. This is a quick way to create your own hacks to the styling.
- Added a Blockly import-export feature. Something I always wanted. Go to the events page, and you will see two new buttons in the bottom right.

More detail and responses later. Happy holidays.

Re: Aurora theme

Posted: Monday 25 December 2017 10:48
by blauwebuis
@dutchdevil83: your background image might look better now. Give it a try?

@Eoreh:
- Only the first three items in each section get highlighted. That's hard-coded, and a result of it being an older feature originally designed for a three-column display.
- When fuild item display is enabled, items will stretch to fit the space. This is normal.
- I've added an option to hide the titles. Even better, I've added an option to easily add your own CSS. Because I wonder how many people want this feature - I might remove it later. I'd ask people to share CSS snippets instead.
- In merged items the timestamp is shown for the first item the script comes accross. So you can change the timestamp by shuffling your items before you enable the merger feature. While technically possible to copy the timestamps into the 'main' item too, I'm not planning on adding that at the moment.
- bug:(5) - I can't help you there. It is based on the output by Domoticz. That changed recently.
- I've made the datavisualisation color less pronounced (6).

@jeanclic:
- Not having the pictures for weather is related to the french translation, you're right.
- The theme follows the rules about battery output display. I've also noticed that items without a battery get a battery icon anyway. This means Domoticz is outputting valid battery data for them. In theory, a battery level of 255 means it doesn't have one, and values between 0 and 100 mean it does. The script only shows battery output on items that follow these rules.
- It would be possible to show both the timestamp and the time-ago time on an item. You/someone/me can create some CSS rules for that, and add that in the CSS field in the theme settings.
- It would be possible to always show the battery percentage. Same story as above.
- To all the other questions the answer is pretty much "sorry,no". It is really hard to theme Domoticz because the output is so messy. It took a lot of work to get here, and changing things like the postion of elements is not easily done. Also, try to scale your browser window. You'll find that it works on all sizes, and repositions and scales elements to optimally make use of screen space. But that also creates constraints in where things can be placed. Also the item footer is not always visible: users can turn it off. For example, I can't place a button for the datavisualisation in it: sometimes datavisualisation is on, but the footer is off.
- I've made the selection boxes a little smaller. Originally I created some visual toggle switches (which, ironcally, have made it into Domoticz already), but I stopped using them.

How do you get that popup on the floorplan? Weird how that escaped all styling :-D

About the translation: that would rock. In theory translation is possible (the proper codes are in the html). But I don't know how all that works, who you have to talk to about that.

@TiXav: thanks, I've incorporated your code.

@dextm80:
- I've modified the data output that used comma's.
- Only three items are highlighted. That's hardcoded into the theme. Originally, the theme tried to do everything with CSS only. If you want to change it, hack the file "dashboard_highlighted.css" and change all the ":nth-child(-n+3)" into ":nth-child(-n+5)", for example.
- I've modified the merging code do that it doesn't allow the merging of complex items. It was designed to merge items with single sensor data output.

Re: Aurora theme

Posted: Monday 25 December 2017 11:11
by bdormael
Great theme, love it

Few items I noticed with using an iPad in horizontal mode:
- I have lots of sensors with long texts, this means they overlap the values and therefore not readable anymore : this is because it chooses 3 columns, when turning the iPad in vertical mode it shows fine in 2 columns, not overlapping anymore, can’t we have an option to have fixed 2 columns ?
- My smoke sensors have a “reset” function, this is also shown on the widget, that means the options are too long and doesn’t fit in the widget anymore
- all battery icons are shown outside of the widgets and only showing empty icons
- when showing a dimmer widget as part of the first 3 expanded rows, the dimmer level is overlapping the on/off button, therefore not able to turn on/off

Thanks again for this theme, I’m sure it will be perfect in time


Verzonden vanaf mijn iPad met Tapatalk

Re: Aurora theme

Posted: Monday 25 December 2017 11:36
by blauwebuis
bdormael wrote: Monday 25 December 2017 11:11 Great theme, love it

Few items I noticed with using an iPad in horizontal mode:
- I have lots of sensors with long texts, this means they overlap the values and therefore not readable anymore : this is because it chooses 3 columns, when turning the iPad in vertical mode it shows fine in 2 columns, not overlapping anymore, can’t we have an option to have fixed 2 columns ?
- My smoke sensors have a “reset” function, this is also shown on the widget, that means the options are too long and doesn’t fit in the widget anymore
- all battery icons are shown outside of the widgets and only showing empty icons
- when showing a dimmer widget as part of the first 3 expanded rows, the dimmer level is overlapping the on/off button, therefore not able to turn on/off

Thanks again for this theme, I’m sure it will be perfect in time


Verzonden vanaf mijn iPad met Tapatalk
Are you in compact mode? Do you have a picture perhaps? The battery icon being outside is really strange.

Re: Aurora theme

Posted: Monday 25 December 2017 11:42
by bdormael
blauwebuis wrote:
bdormael wrote: Monday 25 December 2017 11:11 Great theme, love it

Few items I noticed with using an iPad in horizontal mode:
- I have lots of sensors with long texts, this means they overlap the values and therefore not readable anymore : this is because it chooses 3 columns, when turning the iPad in vertical mode it shows fine in 2 columns, not overlapping anymore, can’t we have an option to have fixed 2 columns ?
- My smoke sensors have a “reset” function, this is also shown on the widget, that means the options are too long and doesn’t fit in the widget anymore
- all battery icons are shown outside of the widgets and only showing empty icons
- when showing a dimmer widget as part of the first 3 expanded rows, the dimmer level is overlapping the on/off button, therefore not able to turn on/off

Thanks again for this theme, I’m sure it will be perfect in time


Verzonden vanaf mijn iPad met Tapatalk
Are you in compact mode? Do you have a picture perhaps? The battery icon being outside is really strange.
Not in compact mode, normal mode, see screenshot
Image


Verzonden vanaf mijn iPad met Tapatalk

Re: Aurora theme

Posted: Monday 25 December 2017 16:58
by jeanclic
Thanks for all the work and the answers.
I have the same issue with the battery display.
I have also issues with Wind graph on the dashboard : the "day" button is not at the same place as on the other items.
Smoke sensor has an additional button to reset it when smoke has been detected. that is not handled correctly (item is bigger as the others).

On the floorplan, I never saw any theme taking this particular display into account : popups are displayed when you go hover an icon with your mouse.

I tried switching to english for weather visualization, but no improvement for me :(.
I will take a look for translation, or I will hard code for me in french :D

Re: Aurora theme

Posted: Monday 25 December 2017 18:52
by TiXav
In the normal mode, when I change the plan by the filter from dashboard the merge function does not work with lights/devices, to make it working I have to change the order of the lights/devices (note : it is working for temperature at least when the filter is changed )

Re: Aurora theme

Posted: Monday 25 December 2017 19:10
by dextm80
hi, when i click on the domoticz logo (firefox) go to full screen mode....why?

and now when i move temp sensor get error "you can do it only for the same sensor"

Re: Aurora theme

Posted: Monday 25 December 2017 22:16
by miremi
Thank you for amazing work!!!
This one need to be default theme on domoticz

Many of small bugs are also related to not cleaning the cache. It is wise to completely clean cache and cookies.

Re: Aurora theme

Posted: Monday 25 December 2017 22:28
by blauwebuis
@TixAV: I don't quite follow. Filter?

@jeanclic:
- I have in fact tested it with the 'reset' option, and it works fine here. Perhaps something is "breaking out" of the item. This enlarges the item, and could make other parts of the item, like the battery icon, shift outside of the item. Do you have any idea what is "breaking out"?

@dextm80:
- the fullscreen option is another feature I forgot to mention :-) I thought it would be cool to put that under the domoticz logo. But if that's really annoying let me know.
- You probably have the "merge weather and temperature sections" feature enabled. That only visually merges them. Technically, from the perspective of Domoticz, they are still two different sections.

@miremi: thanks! really glad to hear it :-) Originally this was supposed to become the new Domoticz default theme. I have spent a lot of work on that :-(

Re: Aurora theme

Posted: Monday 25 December 2017 22:58
by TiXav
@TixAV: I don't quite follow. Filter?
I would say this filter :
Capture12.PNG
Capture12.PNG (22.22 KiB) Viewed 3649 times

Re: Aurora theme

Posted: Tuesday 26 December 2017 0:36
by devros
+1 for this as new default theme
It needs some tweaking but its good start :-)

Dunno why sensor merging not working for me..

Re: Aurora theme

Posted: Tuesday 26 December 2017 19:22
by piokuc
I still have problem on latest version... still problem that no showing any devices on dashboard. After refresh page sometimes show but sometimes i must a little refresh page to show.

Graph diagram not show when temp is under 0 celcius...

And maybe good option will be implement translation for this theme ? I want to add polish translation...

Re: Aurora theme

Posted: Wednesday 27 December 2017 11:58
by rhendriks
Is it possible that I can change the color where the value is standing?
In the other themes this is white en better readable
Or where can I find this ,then can I change this ?
Image

Re: Aurora theme

Posted: Wednesday 27 December 2017 12:01
by miremi
+1 for value background color

Also here
Image

After first login i get some layout problems then when refreshing with F5 it looks normal.
Image

Login page with some layout problems, i cannot scroll up
Image

All this done with clean browser

Re: Aurora theme

Posted: Thursday 28 December 2017 23:53
by PauldH
Hi,

Is this theme also available trough GitHub? Maybe if the source is uploaded there the process of making it default can be checked by multiple users and contributors.

This realy is a cool upgrade compaired to the old interface, I'm definitely going to try it :)

Re: Aurora theme

Posted: Friday 29 December 2017 3:24
by blauwebuis
Yes, I plan to upload it to Github after I feel I've done all the big things / it's feature complete.

Which will be very soon.