Dashticz - General Discussions

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Locked
TapNL
Posts: 30
Joined: Monday 24 April 2017 21:52
Target OS: -
Domoticz version:
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by TapNL »

Just setup the traffic map. It worked like a charm. But I saw that there were some problems.
Thanks to Rob for picking this up so fast. Wonderfull.

Is it possible to have multiple areas for the maps. What I mean i: I would like to make a page with for example 4 areas where I travel a lot and that I can see in one screen the traffic in those areas. easy fix, would be to copy the function Rob has build with four slightly different names and different names, but maybe there is a more simple setup possible, because I can imagine that this could be interesting for more people.

Anyway. I love this Frontpage!
pvdhelm
Posts: 29
Joined: Tuesday 14 March 2017 17:23
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Skendel
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by pvdhelm »

After the last update i noticed that the dimmer function is still not working good. When i try to dim my lights the screen is still sliding left or right.

can you please fix this.


tnx patrick
pkrabben
Posts: 55
Joined: Sunday 09 April 2017 15:55
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5877
Location: Almere
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by pkrabben »

Traffic map and Graph's are working Thanks Rob

Image

Next task looking into why moon functionality is not working.

Thanks again for the great work you do on this dashboard
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by robgeerts »

TapNL wrote:Just setup the traffic map. It worked like a charm. But I saw that there were some problems.
Thanks to Rob for picking this up so fast. Wonderfull.

Is it possible to have multiple areas for the maps. What I mean i: I would like to make a page with for example 4 areas where I travel a lot and that I can see in one screen the traffic in those areas. easy fix, would be to copy the function Rob has build with four slightly different names and different names, but maybe there is a more simple setup possible, because I can imagine that this could be interesting for more people.

Anyway. I love this Frontpage!
In latest version, just pushed to gitlab, it is possible to define maps as:

Code: Select all

var maps = {}
maps.sonenbreugel = { width:12, latitude: 51.5322056, longitude: 5.4870054, zoom:10 }
maps.eindhoven = { width:12, latitude: 51.4301841, longitude: 5.4538185, zoom:13 }
And to add them to a block, add this:

Code: Select all

columns[1]['blocks'] = [maps.sonenbreugel,maps.eindhoven]
SwordFish
Posts: 278
Joined: Sunday 14 December 2014 12:28
Target OS: Raspberry Pi / ODroid
Domoticz version: V4.11375
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by SwordFish »

SuperMouse wrote:I will start mine with some print screens and exports of the custom.css and config.js
I need to clean up the code and make some pictures first :P

Here it is:
Show your Dashticz v2.0 and how-to's!

https://www.domoticz.com/forum/viewtopi ... =8&t=17242
Posted also my Dashticz.
Who is next? 8-)
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by robgeerts »

Looks nice, I see you already managed changing the graphcolors.
Did you do this via CSS?

(I replied with my dashticz-version too in that forum!)
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by EdwinK »

SwordFish wrote:
SuperMouse wrote:I will start mine with some print screens and exports of the custom.css and config.js
I need to clean up the code and make some pictures first :P

Here it is:
Show your Dashticz v2.0 and how-to's!

https://www.domoticz.com/forum/viewtopi ... =8&t=17242
Posted also my Dashticz.
Who is next? 8-)
Nothign special to show.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
SwordFish
Posts: 278
Joined: Sunday 14 December 2014 12:28
Target OS: Raspberry Pi / ODroid
Domoticz version: V4.11375
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by SwordFish »

robgeerts wrote:Looks nice, I see you already managed changing the graphcolors.
Did you do this via CSS?

(I replied with my dashticz-version too in that forum!)
No in the graphs.js :oops:
SwordFish
Posts: 278
Joined: Sunday 14 December 2014 12:28
Target OS: Raspberry Pi / ODroid
Domoticz version: V4.11375
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by SwordFish »

EdKo66 wrote:
SwordFish wrote:
SuperMouse wrote:I will start mine with some print screens and exports of the custom.css and config.js
I need to clean up the code and make some pictures first :P

Here it is:
Show your Dashticz v2.0 and how-to's!

https://www.domoticz.com/forum/viewtopi ... =8&t=17242
Posted also my Dashticz.
Who is next? 8-)
Nothign special to show.
Nothing special is also special ;)
Martijn85
Posts: 53
Joined: Wednesday 20 January 2016 20:21
Target OS: Raspberry Pi / ODroid
Domoticz version: Stable
Location: Netherlands
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by Martijn85 »

Wow! Nice update, some cool new functions!

Thanks m8, keep up to good work :D

Just have made a donation!
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by robgeerts »

Thank you very much, appreciate it!
pkrabben
Posts: 55
Joined: Sunday 09 April 2017 15:55
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5877
Location: Almere
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by pkrabben »

pkrabben wrote:Traffic map and Graph's are working Thanks Rob

Image

Next task looking into why moon functionality is not working.

Thanks again for the great work you do on this dashboard
Just made a donation for some beers ;-)
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by robgeerts »

pkrabben wrote:
pkrabben wrote:Traffic map and Graph's are working Thanks Rob

Image

Next task looking into why moon functionality is not working.

Thanks again for the great work you do on this dashboard
Just made a donation for some beers ;-)
Thanks Paul :)
pkrabben
Posts: 55
Joined: Sunday 09 April 2017 15:55
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5877
Location: Almere
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by pkrabben »

Is it possible to center the text in the Blocks like the 'Clock' block, and also to change the font size of a couple of blocks.

I now use

Code: Select all

}
.col-data .title {
   font-size:15px;
}
.col-data span {
   font-size:15px;
}
But this is for all blocks I want for example only change the font size for the light switches
poudenes
Posts: 667
Joined: Wednesday 08 March 2017 9:42
Target OS: Linux
Domoticz version: 3.8993
Location: Amsterdam
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by poudenes »

Did a donation as well :) Gebruik hem goed morgen op Koningsdag :)

Here my final creation of the 2 screens:
Screenshot_20170426-103204.jpg
Screenshot_20170426-103209.jpg
RPi3 B+, Debain Stretch, Domoticz, Homebridge, Dashticz, RFLink, Milight, Z-Wave, Fibaro, Nanoleaf, Nest, Harmony Hub, Now try to understand pass2php
pkrabben
Posts: 55
Joined: Sunday 09 April 2017 15:55
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5877
Location: Almere
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by pkrabben »

poudenes wrote:Did a donation as well :) Gebruik hem goed morgen op Koningsdag :)

Here my final creation of the 2 screens:

Screenshot_20170426-103204.jpg
Screenshot_20170426-103209.jpg
Nice Dashboard can you share how you created the yellow suns in the Sunrise and weather blocks?
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by robgeerts »

poudenes wrote:Did a donation as well :) Gebruik hem goed morgen op Koningsdag :)
Thanks :)
maluko
Posts: 105
Joined: Sunday 02 February 2014 23:57
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Portugal
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by maluko »

poudenes wrote:Did a donation as well :) Gebruik hem goed morgen op Koningsdag :)

Here my final creation of the 2 screens:

Screenshot_20170426-103204.jpg
Screenshot_20170426-103209.jpg
thanks poudenes, you can share your setting and screenshot at

https://www.domoticz.com/forum/viewtopi ... =8&t=17242

thanks
poudenes
Posts: 667
Joined: Wednesday 08 March 2017 9:42
Target OS: Linux
Domoticz version: 3.8993
Location: Amsterdam
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by poudenes »

Here you are !!

Code: Select all

/* Schakelaars */
.fa.fa-lightbulb-o.on           {color:#00FF00;}
.fa.fa-lightbulb-o.off          {color:#ff0000;}
.fa.fa-tv.on                    {color:#00FF00;}
.fa.fa-tv.off                   {color:#ff6666;}
.fa.fa-file-movie-o.on          {color:#00FF00;}
.fa.fa-file-movie-o.off         {color:#ffff00;}
.fa.fa-music.on                 {color:#00FF00;}
.fa.fa-music.off                {color:#0099ff;}
.fa.fa-power-off.off.on         {color:#00FF00;}
.fa.fa-power-off.off            {color:#ff8000;}
.fa-toggle-on.on                {color:#00FF00;}
.fa-toggle-on.off               {color:#ff0000;}
.fa-sign-out.on                {color:#00FF00;}
.fa-sign-out.off               {color:#ff0000;}

/* Weather */
.wi                             {color:#fff000;}

.fa-lightbulb-o:before          {font-size: 25px;}
.fa.fa-tv.on:before             {font-size: 25px;}
.fa.fa-tv.off:before            {font-size: 25px;}
.fa.fa-file-movie-o.on:before   {font-size: 25px;}
.fa.fa-file-movie-o.off:before  {font-size: 25px;}
.fa.fa-music.on:before          {font-size: 25px;}
.fa.fa-music.off:before         {font-size: 25px;}
.fa.fa-power-off.off.on:before  {font-size: 25px;}
.fa.fa-power-off.off:before     {font-size: 25px;}
.fa-toggle-on.on:before         {font-size: 25px;}
.fa-toggle-on.off:before        {font-size: 25px;}
fa-sign-out:before              {font-size: 25px;}

.transbg.col-xs-1, .transbg.col-xs-2, .transbg.col-xs-3, .transbg.col-xs-4, .transbg.col-xs-5, .transbg.col-xs-6,
.transbg.col-xs-7, .transbg.col-xs-8, .transbg.col-xs-9, .transbg.col-xs-10, .transbg.col-xs-11,
.transbg.col-xs-12              {padding-top:15px; padding-bottom:15px; border: 3px solid rgba(0,0,0,0); background: rgba(0,0,0,0.7); background-clip: padding-box;}
pkrabben wrote:
poudenes wrote:Did a donation as well :) Gebruik hem goed morgen op Koningsdag :)

Here my final creation of the 2 screens:

Screenshot_20170426-103204.jpg
Screenshot_20170426-103209.jpg
Nice Dashboard can you share how you created the yellow suns in the Sunrise and weather blocks?
RPi3 B+, Debain Stretch, Domoticz, Homebridge, Dashticz, RFLink, Milight, Z-Wave, Fibaro, Nanoleaf, Nest, Harmony Hub, Now try to understand pass2php
pkrabben
Posts: 55
Joined: Sunday 09 April 2017 15:55
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5877
Location: Almere
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by pkrabben »

poudenes wrote:Here you are !!

Code: Select all

/* Schakelaars */
.fa.fa-lightbulb-o.on           {color:#00FF00;}
.fa.fa-lightbulb-o.off          {color:#ff0000;}
.fa.fa-tv.on                    {color:#00FF00;}
.fa.fa-tv.off                   {color:#ff6666;}
.fa.fa-file-movie-o.on          {color:#00FF00;}
.fa.fa-file-movie-o.off         {color:#ffff00;}
.fa.fa-music.on                 {color:#00FF00;}
.fa.fa-music.off                {color:#0099ff;}
.fa.fa-power-off.off.on         {color:#00FF00;}
.fa.fa-power-off.off            {color:#ff8000;}
.fa-toggle-on.on                {color:#00FF00;}
.fa-toggle-on.off               {color:#ff0000;}
.fa-sign-out.on                {color:#00FF00;}
.fa-sign-out.off               {color:#ff0000;}

/* Weather */
.wi                             {color:#fff000;}

.fa-lightbulb-o:before          {font-size: 25px;}
.fa.fa-tv.on:before             {font-size: 25px;}
.fa.fa-tv.off:before            {font-size: 25px;}
.fa.fa-file-movie-o.on:before   {font-size: 25px;}
.fa.fa-file-movie-o.off:before  {font-size: 25px;}
.fa.fa-music.on:before          {font-size: 25px;}
.fa.fa-music.off:before         {font-size: 25px;}
.fa.fa-power-off.off.on:before  {font-size: 25px;}
.fa.fa-power-off.off:before     {font-size: 25px;}
.fa-toggle-on.on:before         {font-size: 25px;}
.fa-toggle-on.off:before        {font-size: 25px;}
fa-sign-out:before              {font-size: 25px;}

.transbg.col-xs-1, .transbg.col-xs-2, .transbg.col-xs-3, .transbg.col-xs-4, .transbg.col-xs-5, .transbg.col-xs-6,
.transbg.col-xs-7, .transbg.col-xs-8, .transbg.col-xs-9, .transbg.col-xs-10, .transbg.col-xs-11,
.transbg.col-xs-12              {padding-top:15px; padding-bottom:15px; border: 3px solid rgba(0,0,0,0); background: rgba(0,0,0,0.7); background-clip: padding-box;}
pkrabben wrote:
poudenes wrote:Did a donation as well :) Gebruik hem goed morgen op Koningsdag :)

Here my final creation of the 2 screens:

Screenshot_20170426-103204.jpg
Screenshot_20170426-103209.jpg
Nice Dashboard can you share how you created the yellow suns in the Sunrise and weather blocks?
Thanks this is working
Locked

Who is online

Users browsing this forum: Bing [Bot] and 0 guests