Page 16 of 24
Re: Aurora theme
Posted: Tuesday 27 February 2018 7:13
by jeanclic
Hello blauwebuis,
I noticed this morning using my wall tablet that it is now possible to swipe from a floorplan to an other by sliding your finger left or right.
Is that a function you added or did I just not have seen it before ?
Btw, when doing that, the main menu side bar has some issues remaining fixed at the left...
Send via Tapatalk
Re: Aurora theme
Posted: Tuesday 27 February 2018 8:04
by blauwebuis
@jeanclic: I didn't add that.
Re: Aurora theme
Posted: Tuesday 27 February 2018 16:45
by Xztraz
thats a standard feature in domoticz mobile view
could we have a setting for what transition we have on floorplans. i would like fading since i mostly show different building levels and it would look nice

Re: Aurora theme
Posted: Tuesday 27 February 2018 16:51
by Xztraz
-double post--
Re: Aurora theme
Posted: Tuesday 27 February 2018 19:57
by jeanclic
Thank you for the answer. I learnt something
still, I have noticed an issue when sliding : the vertical menu bar follows a bit the display, and then comes back to its position. I find that a bit weird, but maybe it is by design ?
Re: Aurora theme
Posted: Wednesday 28 February 2018 20:09
by tontze
First of all, incredible job here !
Just one grouping question, i can group switches and temperature, but when i tried to group blinds switch, that didnt work out .. What information do you need ?)
Re: Aurora theme
Posted: Wednesday 28 February 2018 21:20
by Xztraz
grouping dimmers seem a bit off too. i think it's mainly for devices with only one icon and no slider

- auroradimmersgrouping.PNG (34.06 KiB) Viewed 4258 times
Re: Aurora theme
Posted: Friday 02 March 2018 0:04
by devros
Im using iphone theme - works great but even better with horizontall scrooling disabled, navigation is easier imho (move panels page horizontally is on pohne useless)
Can you add this to mobile css?
body, html{
overflow-x: hidden;
}
Re: Aurora theme
Posted: Friday 02 March 2018 14:51
by Alitoy
Alitoy wrote: ↑Wednesday 21 February 2018 19:53
Errors on the screen "Events Edtor" :
Default Theme Events editor:
default theme editor.png
Aurura Theme Events editor with errors:
errors in events editor.png
Tested on Chrome and Firefox.
blauwebuis wrote: ↑Thursday 22 February 2018 12:01
@alitoy: clear your application cache.
Does not work.
After clearing the cache, everything is fine. First time.
But. When you start editing scripts, after several updates this problem appears again.
Unable to edit scripts. (no scroll bars).
Clearing the cache does not help. The problem returns.
Re: Aurora theme
Posted: Friday 02 March 2018 22:11
by tontze
Under devices light icon is wrong when turned on, looks like blinds icon ?
Re: Aurora theme
Posted: Saturday 03 March 2018 10:19
by tontze
Xztraz wrote: ↑Saturday 24 February 2018 11:11
This works: (adress in data field)
iframe.PNG
veckaiframe.PNG
Awesome!
Im a bit dump, so can you exactly tell me what device did you make for it ? I dont find any switches or such that have data fiel on it ?
Re: Aurora theme
Posted: Saturday 03 March 2018 12:21
by blauwebuis
@jeanclic: i don’t know about the sliding issue. It doesn’t sound like it’s really an issue?
@tontze:
- yes, you can only merge simple items (see the manual). Hmm, I thought I had added code that made it impossible to even try doing that. Guess not

- that’s not the blinds icon, that’s the switch icon. Interesting that it gets replaced, thanks for pointing that out.
- I’ll update the about-text to explain better how to use the iFrame feature.
@Alitoy: what a weird error. Blockly is not working because there is something wrong with an image? (editor.png). I’m no sure how the theme could be doing that. The Blockly and events page is an iFrame, so as far as I’m aware the theme doesn’t have much influence on it. Have you tried in the default theme? Does the error not show up there? If not, could you check for errors in the console?
Re: Aurora theme
Posted: Saturday 03 March 2018 13:59
by jeanclic
I don't know how to show you... when I slide from a floor plan to another, part of the vertical menu follows and is moved almost at the other opposite of the screen.
then it comes back, but I think there is an anchor issue...
not really WAF important, but not perfect

Re: Aurora theme
Posted: Saturday 03 March 2018 16:44
by remb0
when opening the log on a mobile I can't see the tabs: status and error.
only all.
Nice trick to inclube webpages. is the next step scaling of the blocks to see more?
Re: Aurora theme
Posted: Saturday 03 March 2018 18:38
by Xztraz
You can scale the iframe box a bit. but it won't be pretty
Re: Aurora theme
Posted: Monday 05 March 2018 16:16
by blauwebuis
@rembo: sounds like you have the privacy feature activated.
Re: Aurora theme
Posted: Monday 12 March 2018 20:56
by miljume
Very nice theme, I just downloaded and installed it !
However I have problems in the mobile view (on my smartphone with Android 8.0) where no temp sensors or switches shows the value for each sensor (see picture)

- Screenshot_20180312-204449.jpg (147.03 KiB) Viewed 3696 times
I have tried clearing the cache, restarting Domoticz and tried both Chrome and Firefox without success
Any clues?
EDIT: Turned off "iPhone style" in settings and now they are showing up again !
Re: Aurora theme
Posted: Saturday 17 March 2018 19:51
by marcin
Hi.
The same error on android 7.
Re: Aurora theme
Posted: Monday 19 March 2018 14:43
by pandy
Hi and sorry for the questions..
can someone help me on how to display an IP Cam?... on the first page of the post I see a widget with a preview of the IPCam..How can I get this?
Thanks for your help.
Re: Aurora theme
Posted: Monday 19 March 2018 17:49
by Xztraz
pandy wrote: ↑Monday 19 March 2018 14:43
Hi and sorry for the questions..
can someone help me on how to display an IP Cam?... on the first page of the post I see a widget with a preview of the IPCam..How can I get this?
Thanks for your help.
A couple of posts ago
viewtopic.php?f=8&t=20960&start=280#p172435
i have an example of how to make an iframe on the dashboard.
The dummy button(text) is a bit picky on what you enter for url. it cant handle some special chars so they need to be replaced with encoded values instead. This is a domoticz bug.