Dashticz - General Discussions

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Locked
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

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

Post 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;
pkrabben
Posts: 55
Joined: Sunday 09 April 2017 15:55
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5877
Location: Almere
Contact:

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

Post 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
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

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

Post by robgeerts »

Yeah, but if you manually change that icon, it will get reverted back in a next update ;)
SwordFish
Posts: 278
Joined: Sunday 14 December 2014 12:28
Target OS: Raspberry Pi / ODroid
Domoticz version: V4.11375
Contact:

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

Post by SwordFish »

Sorry, its still a light bulb instead off a door.
Attachments
Knipsel.JPG
Knipsel.JPG (61.96 KiB) Viewed 2226 times
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

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

Post by robgeerts »

Sorry, little bug ;)
Fixed now
Clemen
Posts: 75
Joined: Saturday 05 December 2015 15:11
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Europe
Contact:

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

Post 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).
pvm
Posts: 550
Joined: Tuesday 17 June 2014 22:14
Target OS: NAS (Synology & others)
Domoticz version: 4.10538
Location: NL
Contact:

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

Post 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!
Synology NAS, slave PI3, ZWave (Fibaro), Xiaomi zigbee devices, BTLE plant sensor, DzVents, Dashticz on tablet, Logitech Media Server
Clemen
Posts: 75
Joined: Saturday 05 December 2015 15:11
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Europe
Contact:

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

Post 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
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

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

Post by robgeerts »

Do you have that script somewhere? Or isnt that done with JavaScript? Could the screen stil burn-in nowadays?
Blueone
Posts: 130
Joined: Friday 29 November 2013 11:30
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

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

Post 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 :).
User avatar
Dynamic
Posts: 109
Joined: Friday 12 July 2013 14:50
Target OS: -
Domoticz version:
Location: Enschede
Contact:

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

Post 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.
koowee
Posts: 62
Joined: Thursday 29 December 2016 18:17
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Finland
Contact:

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

Post 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 :)
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

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

Post by robgeerts »

Will fix the switches within 1,5 hour!
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

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

Post by robgeerts »

koowee wrote:
I will make also donation to your tablet fund :)
Thank you very much!
User avatar
HansieNL
Posts: 957
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

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

Post 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" />
Blah blah blah
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

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

Post by robgeerts »

should be fixed in latest version, can anybody confirm?
User avatar
HansieNL
Posts: 957
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

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

Post by HansieNL »

Here switches working again :D
Blah blah blah
koowee
Posts: 62
Joined: Thursday 29 December 2016 18:17
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Finland
Contact:

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

Post by koowee »

I can also confirm that switches work now
Bob123bob
Posts: 31
Joined: Monday 09 March 2015 7:35
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

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

Post 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
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

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

Post by EdwinK »

SwordFish wrote:Sorry, its still a light bulb instead off a door.
Lightbulbs are the new door(s).
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
Locked

Who is online

Users browsing this forum: No registered users and 1 guest