Page 30 of 184

Re: New Dashboard Design v2, custom positioning and multiple screens

Posted: Monday 10 April 2017 13:52
by robgeerts
robgeerts wrote:
Blueone wrote:The toon also have a stand-by view which is black and white and is very usefull when it is not in use and still can see the time etc without having a bright screen at the wall.
Not possible at the moment but will add this asap!
Fixed, although, I have to customize the standby CSS a bit more.
Download latest version and add to config.js:

Code: Select all

var _STANDBY_AFTER_MINUTES  = 5;
(number = minutes)

If you dont want to use it, use:

Code: Select all

var _STANDBY_AFTER_MINUTES  = false;

Re: New Dashboard Design v2, custom positioning and multiple screens

Posted: Monday 10 April 2017 13:56
by pkrabben
robgeerts wrote:At the moment not possible anymore at the moment, I will fix this asap. Together with the possibility to change other icons as well.
Hi Rob.
I must say it's a very nice dashboard and it's not that hard to configure it.
Even for me with less knowledge about HTML and Scripting it worked well :-)

Thanks again for your support

Re: New Dashboard Design v2, custom positioning and multiple screens

Posted: Monday 10 April 2017 13:59
by robgeerts
Yeah, but if you manually change that icon, it will get reverted back in a next update ;)

Re: New Dashboard Design v2, custom positioning and multiple screens

Posted: Monday 10 April 2017 13:59
by SwordFish
Sorry, its still a light bulb instead off a door.

Re: New Dashboard Design v2, custom positioning and multiple screens

Posted: Monday 10 April 2017 14:13
by robgeerts
Sorry, little bug ;)
Fixed now

Re: New Dashboard Design v2, custom positioning and multiple screens

Posted: Monday 10 April 2017 14:16
by Clemen
robgeerts wrote:
robgeerts wrote:
Blueone wrote:The toon also have a stand-by view which is black and white and is very usefull when it is not in use and still can see the time etc without having a bright screen at the wall.
Not possible at the moment but will add this asap!
Fixed, although, I have to customize the standby CSS a bit more.
Download latest version and add to config.js:

Code: Select all

var _STANDBY_AFTER_MINUTES  = 5;
(number = minutes)

If you dont want to use it, use:

Code: Select all

var _STANDBY_AFTER_MINUTES  = false;


Nice, but would be great if standby could be another screen/page. Maybe a overlay all over the page.

Also if you could exit the standby mode with a click anywhere (remove the overlay).

Re: New Dashboard Design v2, custom positioning and multiple screens

Posted: Monday 10 April 2017 14:25
by pvm
robgeerts wrote:Almost done with that feature ;)
(this is regarding the more-black layout when inactive)

I was planning to do such a thing by using the camera of the tablet (done that before, when no movement, disable the screen; when movement turn it on for x seconds). Also used as screen burn-in prevention.
This feature is also nice.... but still causes burn-in (and energy usage for the screen to be on during the night, possibly only €3 a year.. not sure about that:) ). Randomizing layout every minute would also prevent burn-in... Maybe something to put on the backlog :)

edit: whoa in the meanwhile a lot of other posts on this topic... it's booming!

Re: New Dashboard Design v2, custom positioning and multiple screens

Posted: Monday 10 April 2017 14:27
by Clemen
pvm wrote:
robgeerts wrote:Almost done with that feature ;)
(this is regarding the more-black layout when inactive)

I was planning to do such a thing by using the camera of the tablet (done that before, when no movement, disable the screen; when movement turn it on for x seconds). Also used as screen burn-in prevention.
This feature is also nice.... but still causes burn-in (and energy usage for the screen to be on during the night, possibly only €3 a year.. not sure about that:) ). Randomizing layout every minute would also prevent burn-in... Maybe something to put on the backlog :)

I been using Ipad mini mounted on walls, they are on 24/7 with the same layout. Now for 4 years with no notable burn in

Re: New Dashboard Design v2, custom positioning and multiple screens

Posted: Monday 10 April 2017 14:28
by robgeerts
Do you have that script somewhere? Or isnt that done with JavaScript? Could the screen stil burn-in nowadays?

Re: New Dashboard Design v2, custom positioning and multiple screens

Posted: Monday 10 April 2017 15:20
by Blueone
robgeerts wrote:
robgeerts wrote: Fixed, although, I have to customize the standby CSS a bit more.
Download latest version and add to config.js:

Code: Select all

var _STANDBY_AFTER_MINUTES  = 5;
(number = minutes)

If you dont want to use it, use:

Code: Select all

var _STANDBY_AFTER_MINUTES  = false;
Very nice and fast! Going to try it this evening :).
pvm wrote:
robgeerts wrote:Almost done with that feature ;)
(this is regarding the more-black layout when inactive)

I was planning to do such a thing by using the camera of the tablet (done that before, when no movement, disable the screen; when movement turn it on for x seconds). Also used as screen burn-in prevention.
This feature is also nice.... but still causes burn-in (and energy usage for the screen to be on during the night, possibly only €3 a year.. not sure about that:) ). Randomizing layout every minute would also prevent burn-in... Maybe something to put on the backlog :)

edit: whoa in the meanwhile a lot of other posts on this topic... it's booming!
[/quote]

Maybe it would already help to add a timer to disable screen at night or something te prevent burn-in and energy level. Maybe an idea for the future :).

Re: New Dashboard Design v2, custom positioning and multiple screens

Posted: Monday 10 April 2017 15:28
by Dynamic
Blueone wrote:Maybe it would already help to add a timer to disable screen at night or something te prevent burn-in and energy level. Maybe an idea for the future :).
How about a virtual switch that triggers a complete 'black' overlay? The overlay can be hidden when touched or when the virtual switch is turned on.

That would be the best solution for me, since I have an ipad.

Re: New Dashboard Design v2, custom positioning and multiple screens

Posted: Monday 10 April 2017 15:57
by koowee
It seems that my switches doesn't work anymore after latest update. It sends only ON command to switch, not OFF anymore

from the log

Code: Select all

2017-04-10 16:53:56	On
2017-04-10 16:53:56	On
2017-04-10 16:53:47	On
2017-04-10 16:53:45	On
2017-04-10 16:53:43	On
2017-04-10 16:52:06	On
2017-04-10 16:52:03	On
2017-04-10 16:52:02	On
2017-04-10 16:51:59	On
2017-04-10 16:51:56	On
Switch json

Code: Select all

{
         "AddjMulti" : 1.0,
         "AddjMulti2" : 1.0,
         "AddjValue" : 0.0,
         "AddjValue2" : 0.0,
         "BatteryLevel" : 255,
         "CustomImage" : 2,
         "Data" : "Off",
         "Description" : "",
         "Favorite" : 1,
         "HardwareID" : 4,
         "HardwareName" : "Razberry",
         "HardwareType" : "OpenZWave USB",
         "HardwareTypeVal" : 21,
         "HaveDimmer" : true,
         "HaveGroupCmd" : true,
         "HaveTimeout" : false,
         "ID" : "00001401",
         "Image" : "TV",
         "IsSubDevice" : false,
         "LastUpdate" : "2017-04-10 16:47:02",
         "Level" : 0,
         "LevelInt" : 0,
         "MaxDimLevel" : 100,
         "Name" : "TV",
         "Notifications" : "false",
         "PlanID" : "0",
         "PlanIDs" : [ 0 ],
         "Protected" : false,
         "ShowNotifications" : true,
         "SignalLevel" : "-",
         "Status" : "Off",
         "StrParam1" : "",
         "StrParam2" : "",
         "SubType" : "Switch",
         "SwitchType" : "On/Off",
         "SwitchTypeVal" : 0,
         "Timers" : "false",
         "Type" : "Light/Switch",
         "TypeImg" : "lightbulb",
         "Unit" : 1,
         "Used" : 1,
         "UsedByCamera" : false,
         "XOffset" : "0",
         "YOffset" : "0",
         "idx" : "277"
      },
I will make also donation to your tablet fund :)

Re: New Dashboard Design v2, custom positioning and multiple screens

Posted: Monday 10 April 2017 16:36
by robgeerts
Will fix the switches within 1,5 hour!

Re: RE: Re: New Dashboard Design v2, custom positioning and multiple screens

Posted: Monday 10 April 2017 16:37
by robgeerts
koowee wrote:
I will make also donation to your tablet fund :)
Thank you very much!

Re: New Dashboard Design v2, custom positioning and multiple screens

Posted: Monday 10 April 2017 16:54
by HansieNL
koowee wrote:It seems that my switches doesn't work anymore after latest update. It sends only ON command to switch, not OFF anymore
As a workaround you can edit main.js in js folder.
Replace <em class="fa fa-toggle-off off icon" /> with <img src="img/bulb_off.png" class="off icon" /> and <em class="fa fa-toggle-on on icon" /> with <img src="img/bulb_on.png" class="on icon" />

Re: New Dashboard Design v2, custom positioning and multiple screens

Posted: Monday 10 April 2017 17:49
by robgeerts
should be fixed in latest version, can anybody confirm?

Re: New Dashboard Design v2, custom positioning and multiple screens

Posted: Monday 10 April 2017 17:59
by HansieNL
Here switches working again :D

Re: New Dashboard Design v2, custom positioning and multiple screens

Posted: Monday 10 April 2017 18:13
by koowee
I can also confirm that switches work now

Re: New Dashboard Design v2, custom positioning and multiple screens

Posted: Monday 10 April 2017 19:19
by Bob123bob
robgeerts wrote:
Bob123bob wrote: But as you can see 167_1 (now) is not working :(
Fixed
For me it's still not working :
device 167 displays now, today and total
device 167_1 displays now, today and total
device 167_2 displays today and total
device 167_3 displays total

Still no way to display 167_1 (now) only :(

No luck at this moment for this issue but that's a GOOD work for all the rest

Re: New Dashboard Design v2, custom positioning and multiple screens

Posted: Monday 10 April 2017 19:35
by EdwinK
SwordFish wrote:Sorry, its still a light bulb instead off a door.
Lightbulbs are the new door(s).