Dashticz - General Discussions

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

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 doesn't work anymore

Post by EdwinK »

Duh... Maybe I should have installed the webstation first...

*feels stupid*
Last edited by EdwinK on Wednesday 12 July 2017 21:27, edited 1 time in total.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz doesn't work anymore

Post by robgeerts »

Nice :)
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 - General Discussions

Post by htilburgs »

Nice... Waiting for this... :D
Thanx!
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 - General Discussions

Post by htilburgs »

Schermafbeelding 2017-07-12 om 23.30.45.png
Schermafbeelding 2017-07-12 om 23.30.45.png (129.53 KiB) Viewed 2093 times
Rob, the text is under the icon, instead of behind the icon like all the other blocks.
One other thing is the font, it's different from the default. Is this on purpose, or do I need to add custom.css information?
Can I also change the font-color (green is very dark with my blue background) through custom.css?
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
Derik
Posts: 1601
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: Dashticz - General Discussions

Post by Derik »

Dear All get my weather not working....
Is there someone that will test my api key:

Code: Select all

 91950e7f510e4615
And a working WU station...

See no weather on my screen.
And it looks the key is running:
ScreenShot104.jpg
ScreenShot104.jpg (110.05 KiB) Viewed 2074 times
My config:

Code: Select all

var _APIKEY_WUNDERGROUND  		= '91950e7f510e4615';
var _WEATHER_CITY 			= 'IGELDERL237';
var _WEATHER_CITYNAME 		= 'Nijmegen'; //show a different city name, leave empty if same as _WEATHER_CITY
var _WEATHER_COUNTRY 		= 'NL';

And:

Code: Select all

 
columns[3] = {}
columns[3]['blocks'] = ['sunrise','currentweather_big','weather'];
columns[3]['width'] = 6;


The only thing see on my screen:
ScreenShot105.jpg
ScreenShot105.jpg (157.19 KiB) Viewed 2074 times

@ ROB, all the screens show a setting part....?
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - General Discussions

Post by robgeerts »

This will work:

Code: Select all

var _APIKEY_WUNDERGROUND        = '91950e7f510e4615';
var _WEATHER_CITY          = 'Nijmegen';
var _WEATHER_COUNTRY       = 'NL';
Settings is coming soon!
Derik
Posts: 1601
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: Dashticz - General Discussions

Post by Derik »

Fu**ck finally....
ScreenShot106.jpg
ScreenShot106.jpg (191.72 KiB) Viewed 2064 times
It works after 4 weeks... searching...
Thanks!!!!!
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - General Discussions

Post by robgeerts »

htilburgs wrote:Schermafbeelding 2017-07-12 om 23.30.45.png

Rob, the text is under the icon, instead of behind the icon like all the other blocks.
One other thing is the font, it's different from the default. Is this on purpose, or do I need to add custom.css information?
Can I also change the font-color (green is very dark with my blue background) through custom.css?
Could you test latest beta?
You can override this css in custom.css:

Code: Select all

.containslog .items .level0{ color:#c70626; }
.containslog .items .level1{ color:#067676; }
.containslog .items .level2{ color:#ffffff; }

.containslog .items .level0.popup{ color:#c70626; }
.containslog .items .level1.popup{ color:#067676; }
.containslog .items .level2.popup{ color:#727272; }
Derik
Posts: 1601
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: Dashticz - General Discussions

Post by Derik »

Could you test latest beta?
You can override this css in custom.css:
Is working:
ScreenShot107.jpg
ScreenShot107.jpg (122.25 KiB) Viewed 2422 times
Perhaps a option to enlarge the tile ?
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - General Discussions

Post by robgeerts »

Changed!

Before you could assign a background to a screen like:

Code: Select all

screens[1]['background'] = 'bg9.jpg';
If you wanted to use your own images, you had to place them in the img-folder.
From now on (in BETA), you can place them in the custom-folder and use it like:

Code: Select all

screens[1]['background'] = 'custom/bg9.jpg';
Derik
Posts: 1601
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: Dashticz - General Discussions

Post by Derik »

robgeerts wrote:Changed!

Before you could assign a background to a screen like:

Code: Select all

screens[1]['background'] = 'bg9.jpg';
If you wanted to use your own images, you had to place them in the img-folder.
From now on (in BETA), you can place them in the custom-folder and use it like:

Code: Select all

screens[1]['background'] = 'custom/bg9.jpg';

Perhaps possible to place the images in a separate map..
Think i get more images there. custom/images/ possible?
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - General Discussions

Post by robgeerts »

Thats already possible, create that folder and use:

Code: Select all

screens[1]['background'] = 'custom/images/bg9.jpg';
Derik
Posts: 1601
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: Dashticz - General Discussions

Post by Derik »

Rob...

Did the trick wioth a images folder:

Code: Select all

screens[1] = {}
screens[1]['background'] 		= 'bg1.jpg';
screens[1]['background_morning'] 	= 'custom/images/bg_morning_1.jpg';
screens[1]['background_noon'] 	= 'custom/images/bg_noon_1.jpg';
screens[1]['background_afternoon'] 	= 'custom/images/bg_afternoon_1.jpg';
screens[1]['background_night'] 	= 'custom/images/bg_night_1.jpg';
screens[1]['columns'] 		= [1]

screens[2] = {}
screens[2]['background'] 		= 'bg2.jpg';
screens[2]['background_morning'] 	= 'bg_morning.jpg';
screens[2]['background_noon'] 	= 'bg_noon.jpg';
screens[2]['background_afternoon'] 	= 'bg_afternoon.jpg';
screens[2]['background_night']	= 'bg_night.jpg';
screens[2]['columns'] 		= [4]

screens[3] = {}
screens[3]['background'] 		= 'bg3.jpg';
screens[3]['background_morning']	= 'custom/images/bg_morning_1.jpg';
screens[3]['background_noon']		= 'custom/images/bg_noon_1.jpg';
screens[3]['background_afternoon']	= 'custom/images/bg_afternoon_1.jpg';
screens[3]['background_night']	= 'custom/images/bg_night_1.jpg';
screens[3]['columns'] 		= [2,3]

screens[4] = {}
screens[4]['background'] 		= 'bg4.jpg';
screens[4]['background_morning']	= 'custom/images/bg_morning_1.jpg';
screens[4]['background_noon']		= 'custom/images/bg_noon_1.jpg';
screens[4]['background_afternoon']	= 'custom/images/bg_afternoon_1.jpg';
screens[4]['background_night']	= 'custom/images/bg_night_1.jpg';
screens[4]['columns'] 		= [5]
and here a re the images:
ScreenShot110.jpg
ScreenShot110.jpg (63.04 KiB) Viewed 2380 times
Did CTRL F5...
Only still see a black wallpaper:
ScreenShot109.jpg
ScreenShot109.jpg (41.08 KiB) Viewed 2380 times
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - General Discussions

Post by robgeerts »

AH, it wont work for the changing background based on time ;)

edit: Could you test latest beta?
Derik
Posts: 1601
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: Dashticz - General Discussions

Post by Derik »

Rob,

You are a Hero...
Works great.. [ for this part of the day ]

THANKS
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
Onrust
Posts: 37
Joined: Saturday 24 June 2017 10:44
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10717
Contact:

Re: Dashticz - General Discussions

Post by Onrust »

I'm getting following error when doing a git pull:

Code: Select all

pi@raspberrypi:~/domoticz/www/dash $ git pull
Updating ade0b8c..c87ae9d
error: Your local changes to the following files would be overwritten by merge:
        js/main.js
Please, commit your changes or stash them before you can merge.
Aborting
@robgeerts, could this be due to the changes you made through Teamviewer? What should I do to fix this? Git noob here so not sure stashing or merging is what I want.
blacksn0w
Posts: 99
Joined: Friday 10 March 2017 22:27
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Germany
Contact:

Re: Dashticz - General Discussions

Post by blacksn0w »

Onrust wrote:I'm getting following error when doing a git pull:

Code: Select all

pi@raspberrypi:~/domoticz/www/dash $ git pull
Updating ade0b8c..c87ae9d
error: Your local changes to the following files would be overwritten by merge:
        js/main.js
Please, commit your changes or stash them before you can merge.
Aborting
@robgeerts, could this be due to the changes you made through Teamviewer? What should I do to fix this? Git noob here so not sure stashing or merging is what I want.
When the change was done in the repo too just delete js/main.js and do a git pull again.
Migration done, hello Home Assistant.
Onrust
Posts: 37
Joined: Saturday 24 June 2017 10:44
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10717
Contact:

Re: Dashticz - General Discussions

Post by Onrust »

Thnx, that worked!
stlaha2007
Posts: 370
Joined: Monday 05 October 2015 10:16
Target OS: -
Domoticz version:
Contact:

Specific sensor data P1 Smartmeter missing?

Post by stlaha2007 »

Hi there....

First @RobGeerts thumbs up for the exellent work on Dashticz v.2

Running Domoticz beta v3.7680 and Dashticz v2 beta (updated friday evening).

I'm not sure if it's a bug or a feature request...
The P1 SmartMeter is 'loaded' with several stats (totalling 6, power, usage today, usage total, return power, return today, return total). P1 Gas also has used today and total....

However i can't find the specific return values with 'IDX#_3', 'IDX#_4' etcetera.... Also P1 Gas only happens to have IDX# not 'IDX#_1' and 'IDX#_2'

It works for almost every sensor with multiple values, like Water or Solar system which are based on the RFXmeter or General (kWh).

Any suggestions, where to look, or does it need to be moved to Bug or Feature Request??

See my dump from main Domo attached....Image

Sent from my K00C using Tapatalk
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Specific sensor data P1 Smartmeter missing?

Post by robgeerts »

Could you send me your output of:

http://DOMOTICZ URL/json.htm?type=devices&filter=all&used=true&order=Name
Locked

Who is online

Users browsing this forum: Google [Bot] and 1 guest