Dashticz - General Discussions

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Locked
SuperMouse
Posts: 30
Joined: Sunday 09 April 2017 11:14
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

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

Post by SuperMouse »

EdKo66 wrote:Yes please, Sopermouse

shit :roll:
User avatar
htilburgs
Posts: 464
Joined: Tuesday 03 November 2015 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Netherlands
Contact:

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

Post by htilburgs »

rick82 wrote:First of all: I'm really liking your dashboard, programming skills and keeping developing it! I've been using your dashboard and configuring it since yesterday and it's running like a charm. Bedankt :-)

Second: if I want to change the transparency of a block how do I do that? I want it to be more dark because of the bright background.....?!
There's so much going on in the CSS-sheet ;)
Place this in your custom.css and play with the line background: rgba(0,0,0,0.2); (red, green, blue, transparancy) - especialy the 0.2 value (0.1 max transparancy - 1 = no transparancy)

Code: Select all

/* Background blocks */
.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: 7px solid rgba(255,255,255,0);
	background: rgba(0,0,0,0.2);			
	background-clip: padding-box;
}
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
User avatar
htilburgs
Posts: 464
Joined: Tuesday 03 November 2015 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Netherlands
Contact:

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

Post by htilburgs »

Wiki modified with new look and page layout - http://www.domoticz.com/wiki/Dashticz-v2
I'll hope this becomes more clear to read, instead of 1 big page.

Now putting in the last changes ;)
In the speed this Dashboard is developing, it's a hard time to keep up...
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
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 »

htilburgs wrote:Wiki modified with new look and page layout - http://www.domoticz.com/wiki/Dashticz-v2
I'll hope this becomes more clear to read, instead of 1 big page.

Now putting in the last changes ;)
In the speed this Dashboard is developing, it's a hard time to keep up...
Looks good
tontze
Posts: 317
Joined: Thursday 12 January 2017 15:30
Target OS: Linux
Domoticz version: Beta Ch
Location: Finland
Contact:

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

Post by tontze »

Hi, i just installed this via git, but i dont see it at all when browing to url:8084 ? I did as wiki asked to, which wasnt much :D

-T
-----------------------------------------
Smartthings
zigbee2mqtt
RFLink 433mhz / Nrf 2.4Ghz
Mi Light
esp8266MiLight Hub
OpenHab/HomeAssistant/Domoticz
HP T610 & Debian 5.10.19-1 x86_64[/b]
SuperMouse
Posts: 30
Joined: Sunday 09 April 2017 11:14
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

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

Post by SuperMouse »

htilburgs wrote:Wiki modified with new look and page layout - http://www.domoticz.com/wiki/Dashticz-v2
I'll hope this becomes more clear to read, instead of 1 big page.

Now putting in the last changes ;)
In the speed this Dashboard is developing, it's a hard time to keep up...
Just Excellent !
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 »

Looks like the moon doesn't set at my place :D

Code: Select all

response	
version	"0.1"
termsofService	"http://www.wunderground.com/weather/api/d/terms.html"
features	
astronomy	1
moon_phase	
percentIlluminated	"12"
ageOfMoon	"3"
phaseofMoon	"Waxing Crescent"
hemisphere	"North"
current_time	
hour	"12"
minute	"04"
sunrise	
hour	"6"
minute	"12"
sunset	
hour	"20"
minute	"57"
moonrise	
hour	"8"
minute	"42"
moonset	
hour	""
minute	""
sun_phase	
sunrise	
hour	"6"
minute	"12"
sunset	
hour	"20"
minute	"57"
koowee
Posts: 62
Joined: Thursday 29 December 2016 18:17
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Finland
Contact:

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

Post by koowee »

tontze wrote:Hi, i just installed this via git, but i dont see it at all when browing to url:8084 ? I did as wiki asked to, which wasnt much :D

-T
If you did install it under .../domoticz/www/dashticz_v2/, then you need to use this kind of address domoticz_url:8084/dashticz_v2/ (assuming that your domoticz use 8084 port).
User avatar
htilburgs
Posts: 464
Joined: Tuesday 03 November 2015 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Netherlands
Contact:

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

Post by htilburgs »

koowee wrote:
tontze wrote:Hi, i just installed this via git, but i dont see it at all when browing to url:8084 ? I did as wiki asked to, which wasnt much :D

-T
If you did install it under .../domoticz/www/dashticz_v2/, then you need to use this kind of address domoticz_url:8084/dashticz_v2/ (assuming that your domoticz use 8084 port).
Koowee was quicker ;) Also modified the Wiki, this was not correct.
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
User avatar
mvveelen
Posts: 687
Joined: Friday 31 October 2014 10:22
Target OS: NAS (Synology & others)
Domoticz version: Beta
Location: Hoorn, The Netherlands
Contact:

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

Post by mvveelen »

SuperMouse wrote:Hi Guys.

Back again after 5 days on a holiday. Could not resist to open this forum :D

I have this idea to make the moon edges transparent :idea:

Anybody else interested before I change another 99 moons :o
Yes, please !

I was searching on the web for transparent images and was going to......well, now I'll wait for you to finish them :D
RPi3b+/RFXCOM rfxtrx433E/Shelly/Xiaomi Gateway/Philips HUE Lights/Atag Zone One/2 SunnyBoy inverters/AirconWithMe/P1 smartmeter/Domoticz latest Beta
tontze
Posts: 317
Joined: Thursday 12 January 2017 15:30
Target OS: Linux
Domoticz version: Beta Ch
Location: Finland
Contact:

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

Post by tontze »

koowee wrote:
tontze wrote:Hi, i just installed this via git, but i dont see it at all when browing to url:8084 ? I did as wiki asked to, which wasnt much :D

-T
If you did install it under .../domoticz/www/dashticz_v2/, then you need to use this kind of address domoticz_url:8084/dashticz_v2/ (assuming that your domoticz use 8084 port).
aah ok ofcoz :) Thnx, working now.
-----------------------------------------
Smartthings
zigbee2mqtt
RFLink 433mhz / Nrf 2.4Ghz
Mi Light
esp8266MiLight Hub
OpenHab/HomeAssistant/Domoticz
HP T610 & Debian 5.10.19-1 x86_64[/b]
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 »

SuperMouse wrote:Hi Guys.

Back again after 5 days on a holiday. Could not resist to open this forum :D

I have this idea to make the moon edges transparent :idea:

Anybody else interested before I change another 99 moons :o
Yes please!!!


Verzonden vanaf mijn iPhone met Tapatalk Pro
RPi3 B+, Debain Stretch, Domoticz, Homebridge, Dashticz, RFLink, Milight, Z-Wave, Fibaro, Nanoleaf, Nest, Harmony Hub, Now try to understand pass2php
tontze
Posts: 317
Joined: Thursday 12 January 2017 15:30
Target OS: Linux
Domoticz version: Beta Ch
Location: Finland
Contact:

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

Post by tontze »

Hm, selector switches doesnt look very handy, also it has some weird "select" option in dropdown menu, which doesnt do anything, obviously :) Otherwise, looks very nice !
-----------------------------------------
Smartthings
zigbee2mqtt
RFLink 433mhz / Nrf 2.4Ghz
Mi Light
esp8266MiLight Hub
OpenHab/HomeAssistant/Domoticz
HP T610 & Debian 5.10.19-1 x86_64[/b]
User avatar
htilburgs
Posts: 464
Joined: Tuesday 03 November 2015 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Netherlands
Contact:

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

Post by htilburgs »

@robgeerts,

For my iPhone location, it will show ON instead of the location.
Can you look into this? User @poudenes has the same problem.

Code: Select all

 {
         "AddjMulti" : 1.0,
         "AddjMulti2" : 1.0,
         "AddjValue" : 0.0,
         "AddjValue2" : 0.0,
         "BatteryLevel" : 255,
         "CustomImage" : 0,
         "Data" : "Dashticzstraat 2, 1234 AB Dashticzstad (0.4 km)",
         "Description" : "",
         "Favorite" : 0,
         "HardwareID" : 7,
         "HardwareName" : "Dummy Virtual Switch",
         "HardwareType" : "Dummy (Does nothing, use for virtual switches only)",
         "HardwareTypeVal" : 15,
         "HaveTimeout" : false,
         "ID" : "00082154",
         "LastUpdate" : "2017-04-29 12:00:07",
         "Name" : "Locatie iPhone",
         "Notifications" : "false",
         "PlanID" : "0",
         "PlanIDs" : [ 0 ],
         "Protected" : false,
         "ShowNotifications" : false,
         "SignalLevel" : "-",
         "SubType" : "Text",
         "Timers" : "false",
         "Type" : "General",
         "TypeImg" : "text",
         "Unit" : 1,
         "Used" : 1,
         "XOffset" : "0",
         "YOffset" : "0",
         "idx" : "154"
      }
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
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 »

htilburgs wrote:
I think it doesn't know ' "Data" : "Dashticzstraat 2, 1234 AB Dashticzstad (0.4 km)",'
:D
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
User avatar
htilburgs
Posts: 464
Joined: Tuesday 03 November 2015 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Netherlands
Contact:

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

Post by htilburgs »

:lol:
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
User avatar
mvveelen
Posts: 687
Joined: Friday 31 October 2014 10:22
Target OS: NAS (Synology & others)
Domoticz version: Beta
Location: Hoorn, The Netherlands
Contact:

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

Post by mvveelen »

Any users with an Apple calendar? Trying to get the calendar plugin to work, but nothing shows up.
RPi3b+/RFXCOM rfxtrx433E/Shelly/Xiaomi Gateway/Philips HUE Lights/Atag Zone One/2 SunnyBoy inverters/AirconWithMe/P1 smartmeter/Domoticz latest Beta
madrian
Posts: 231
Joined: Saturday 27 August 2016 1:18
Target OS: -
Domoticz version:
Contact:

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

Post by madrian »

mvveelen wrote:Any users with an Apple calendar? Trying to get the calendar plugin to work, but nothing shows up.
Me. :) config.js is correctly configured? Google Calendar works?
SuperMouse
Posts: 30
Joined: Sunday 09 April 2017 11:14
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

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

Post by SuperMouse »

I will be dreaming about moons tonight... :geek:

But here they are:

https://drive.google.com/file/d/0B3pz_b ... c4bVE/view

Use them on a starry background and there you go !

Show them on this forum:
https://www.domoticz.com/forum/viewtopi ... =8&t=17242
Last edited by SuperMouse on Saturday 29 April 2017 14:33, edited 1 time in total.
User avatar
mvveelen
Posts: 687
Joined: Friday 31 October 2014 10:22
Target OS: NAS (Synology & others)
Domoticz version: Beta
Location: Hoorn, The Netherlands
Contact:

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

Post by mvveelen »

madrian wrote:
mvveelen wrote:Any users with an Apple calendar? Trying to get the calendar plugin to work, but nothing shows up.
Me. :) config.js is correctly configured? Google Calendar works?
I added the URL (webcal://p29-calendars.icloud.com/published/2/nhsdjfgdsfgdsjfhfy3ef_DSgEIaCw_Tv6VZAn0xMLLCMhlEE-RIreVpahV4zKT-fE_XyvWaKHmFSf4cTYEptui-tRa1buriW7k)

^^
the URL is just an example

But in the config.js I use buttons.calendar (the config_default.js isn't clear about what else to use) and nothing is showing up. I'm not using a Google calendar, but an Apple calendar.
RPi3b+/RFXCOM rfxtrx433E/Shelly/Xiaomi Gateway/Philips HUE Lights/Atag Zone One/2 SunnyBoy inverters/AirconWithMe/P1 smartmeter/Domoticz latest Beta
Locked

Who is online

Users browsing this forum: No registered users and 1 guest