Dashticz - General Discussions

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

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 »

@tontze @godinperson

Nice to hear you like the dashboard and trying to get it work.
Have you followed the Wiki?

http://www.domoticz.com/wiki/Dashticz_V2_-_Installation

Simple installation is working with the Favorites from Domoticz and

First edit the upper part of the CONFIG.js file, found in /<dashticz v2 folder>/custom/ -> var _HOST_DOMOTICZ with your IP and Port

Code: Select all

var _LANGUAGE 			= 'nl_NL'; //or: en_US, fr_FR, hu_HU, sw_SW
var _HOST_DOMOTICZ	  	= 'http://192.168.1.3:8084';
var _DOMOTICZ_REFRESH		= 5; //in seconds
var _DASHTICZ_REFRESH		= 30; //in minutes
Than configure the next part:

Code: Select all

var _USE_AUTO_POSITIONING 	= true; //don't want to configure positions, use auto positioning
var _USE_FAVORITES		= true; //only used when using auto positioning
Now you should have a working configuration for Dashticz v2.0 !

After you have a working configuration the nice things are starting, making your own configuration!!
Folow the Wiki and start at http://www.domoticz.com/wiki/Dashticz_V ... figuration
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
tontze
Posts: 317
Joined: Thursday 12 January 2017 15:30
Target OS: Linux
Domoticz version: Beta Ch
Location: Finland
Contact:

Re: Dashticz - General Discussions

Post by tontze »

htilburgs wrote:@tontze @godinperson

Nice to hear you like the dashboard and trying to get it work.
Have you followed the Wiki?

http://www.domoticz.com/wiki/Dashticz_V2_-_Installation

Simple installation is working with the Favorites from Domoticz and

First edit the upper part of the CONFIG.js file, found in /<dashticz v2 folder>/custom/ -> var _HOST_DOMOTICZ with your IP and Port

Code: Select all

var _LANGUAGE 			= 'nl_NL'; //or: en_US, fr_FR, hu_HU, sw_SW
var _HOST_DOMOTICZ	  	= 'http://192.168.1.3:8084';
var _DOMOTICZ_REFRESH		= 5; //in seconds
var _DASHTICZ_REFRESH		= 30; //in minutes
Than configure the next part:

Code: Select all

var _USE_AUTO_POSITIONING 	= true; //don't want to configure positions, use auto positioning
var _USE_FAVORITES		= true; //only used when using auto positioning
Now you should have a working configuration for Dashticz v2.0 !

After you have a working configuration the nice things are starting, making your own configuration!!
Folow the Wiki and start at http://www.domoticz.com/wiki/Dashticz_V ... figuration
Yes, all this is done. I did have dashticz earlier too, but git pull lost all buttons, and i decided to install it freshly, which results was only
backgrund visible :/ I dont get it what im doing wrong ..
-----------------------------------------
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 - General Discussions

Post by htilburgs »

@tontze, to see if something is wrong I've just installed a fresh beta version of Dashticz v2.0 and only edited my var_HOST_DOMOTICZ.
Everything works as it should be. Default background with my Domoticz Favorites.

Can you post your CONFIG.js (whitout the private data as APIKEYS), so I can look at it?
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
tontze
Posts: 317
Joined: Thursday 12 January 2017 15:30
Target OS: Linux
Domoticz version: Beta Ch
Location: Finland
Contact:

Re: Dashticz - General Discussions

Post by tontze »

htilburgs wrote:@tontze, to see if something is wrong I've just installed a fresh beta version of Dashticz v2.0 and only edited my var_HOST_DOMOTICZ.
Everything works as it should be. Default background with my Domoticz Favorites.

Can you post your CONFIG.js (whitout the private data as APIKEYS), so I can look at it?
Hi, my config.js was lowercase, not uppercase, so i got something back, but buttons are still missing... Im using fresh CONFIG.js, only host and such edited.

Code: Select all

var _LANGUAGE                           = 'en_US'; //or: en_US, fr_FR, hu_HU
var _HOST_DOMOTICZ                      = 'http://192.168.xxx.xxx:8080';
var _DOMOTICZ_REFRESH           = 5; //in seconds
var _DASHTICZ_REFRESH           = 30; //in minutes


/*
IF YOU HAVE A MEDIABOX FROM ZIGGO (HORIZON), COPY SWITCH_HORIZON.PHP ON A WEBSERVER INSIDE YOUR NETWORK AND CHANGE THE IP.
ENTER THE PATH TO THIS FILE BELOW.
*/
var _HOST_ZIGGO_HORIZON         = ''; //e.g. http://192.168.1.3/domoticz/switch_horizon.php';
var _APIKEY_WUNDERGROUND        = '';
var _WEATHER_CITY                       = 'Eindhoven';
var _WEATHER_CITYNAME           = ''; //show a different city name, leave empty if same as _WEATHER_CITY
var _WEATHER_COUNTRY            = 'NL';
var _USE_AUTO_POSITIONING       = true; //don't want to configure positions, use auto positioning
var _USE_FAVORITES                      = true; //only used when using auto positioning
var _HIDE_SECONDS_IN_CLOCK  = false; //do not show the seconds in the clock
var _HIDE_MEDIAPLAYER_WHEN_OFF = false; //when you have a mediaplayer connected, hide it if nothing is playing
var _NEWS_RSSFEED                       = 'http://www.nu.nl/rss/algemeen';
var _USE_FAHRENHEIT                     = false;
var _USE_BEAUFORT                       = true; //Bft instead of m/s
var _TRANSLATE_SPEED            = false; //windspeed, north northwest instead of NNW
var _STANDBY_AFTER_MINUTES  = false; //enter amount of minutes like: 5 (5 minutes)
var _SCROLL_NEWS_AFTER          = 7000; //milliseconds, so 7000 is 7 seconds
var _SHOW_LASTUPDATE            = true;
var _LASTUPDATE_FORMAT          = 'DD-MM-YY HH:mm';
var _SCREENSLIDER_EFFECT        = 'slide'; //'slide' or 'fade' or 'cube' or 'coverflow' or 'flip'

var _APIKEY_MAPS                        = '';
var _MAPS_LATITUDE                      = '';
var _MAPS_LONGITUDE                     = '';

var _AUTO_SWIPEBACK_TO          = 1; //when no activity, swipe back to main screen after x seconds
var _AUTO_SWIPEBACK_TIME        = 10; //seconds

// Online Radio Stream Plugin, Note: you must enable  plugin in column section 'streamplayer', see columns[3]['blocks'] example below.
var _STREAMPLAYER_TRACKS        = [
                                                                {"track":1,"name":"Music FM","file":"http://stream.musicfm.hu:8000/musicfm.mp3"},
                                                                {"track":2,"name":"Radio 1","file":"http://213.181.210.106:8000/high.mp3"},
                                                                {"track":3,"name":"Test FM","file":"http://213.181.210.106:8000/high.mp3"},
                                                          ];

// iCalendar Plugin, supports all .ics calendar types like Google Calendar, Apple Calendar
var _ICALENDAR_URL                      = 'https://testurl.com/ical.ics'; //supports .ics type calendars (Google Calendar, Apple Calendar etc.)
var _ICALENDAR_DATEFORMAT       = 'friendly'; //'friendly', 'MM.DD.YYYY HH:mm', 'DD.MM.YYYY HH:mm', 'YYYY.MM.DD HH:mm'
var _ICALENDAR_LOCALE           = 'en'; //en,hu, etc.

//Buttons or images to open webpages in an iframe, like a news website or weather forecast
var buttons = {}
buttons.buienradar = {width:12, isimage:true, refreshimage:60000, image: 'http://api.buienradar.nl/image/1.0/RadarMapNL?w=285&h=256', url: 'http://www.weeronline.nl/Europa/Nederland/Son/4058667'}
buttons.radio = {width:12, image: 'img/radio_on.png', title: 'Radio', url: 'http://nederland.fm'}
buttons.nunl = {width:12, icon: 'fa-newspaper-o', title: 'Nu.nl', url: 'http://www.nu.nl'}

--------------Everything below this are uncommented --------
Here is all i see now, with above CONFIG.js
dasht.PNG
dasht.PNG (256.75 KiB) Viewed 2158 times
And endlessly in chrome console :

Code: Select all

Uncaught TypeError: disableStandby is not a function
    at HTMLBodyElement.<anonymous> (main.js:413)
    at HTMLBodyElement.dispatch (jquery.min.js:3)
    at HTMLBodyElement.r.handle (jquery.min.js:3)
-----------------------------------------
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
capman
Posts: 153
Joined: Friday 12 July 2013 20:48
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Belgium
Contact:

Re: Dashticz - General Discussions

Post by capman »

A have a question about the music controls. Is it possible to make the buttons larger for play , pause, etc... ? A have my Logitech media server on my synology nas and when a use squeezeplay on my phone , tablet ,a see a cover from what is playing with some radiostations. A think that these come from http://www.tunein.com . These covers see a also on my LMS , so they must keep them from some source.
Should it be possible to see these also on my dashboard screen ? A have searching for this a lot , but a found nothing how to do that. Maybe are here some users who are more capable for how to do this. Also thanks in advance.
Here some screenshot from my LMS where you see the whats playing cover.

Sorry , wrong subforum. A copied to Dashticz - Feature Requests :oops: http://www.domoticz.com/forum/viewtopic ... 67&t=17424
Attachments
radio cover.JPG
radio cover.JPG (50.88 KiB) Viewed 2122 times
Last edited by capman on Saturday 20 May 2017 13:14, edited 3 times in total.
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 - General Discussions

Post by EdwinK »

Well, it's a start. Now you can try to set this up with your own settings.
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 - General Discussions

Post by htilburgs »

tontze wrote:
htilburgs wrote:@tontze, to see if something is wrong I've just installed a fresh beta version of Dashticz v2.0 and only edited my var_HOST_DOMOTICZ.
Everything works as it should be. Default background with my Domoticz Favorites.

Can you post your CONFIG.js (whitout the private data as APIKEYS), so I can look at it?
Hi, my config.js was lowercase, not uppercase, so i got something back, but buttons are still missing... Im using fresh CONFIG.js, only host and such edited.

Code: Select all

var _LANGUAGE                           = 'en_US'; //or: en_US, fr_FR, hu_HU
var _HOST_DOMOTICZ                      = 'http://192.168.xxx.xxx:8080';
var _DOMOTICZ_REFRESH           = 5; //in seconds
var _DASHTICZ_REFRESH           = 30; //in minutes


/*
IF YOU HAVE A MEDIABOX FROM ZIGGO (HORIZON), COPY SWITCH_HORIZON.PHP ON A WEBSERVER INSIDE YOUR NETWORK AND CHANGE THE IP.
ENTER THE PATH TO THIS FILE BELOW.
*/
var _HOST_ZIGGO_HORIZON         = ''; //e.g. http://192.168.1.3/domoticz/switch_horizon.php';
var _APIKEY_WUNDERGROUND        = '';
var _WEATHER_CITY                       = 'Eindhoven';
var _WEATHER_CITYNAME           = ''; //show a different city name, leave empty if same as _WEATHER_CITY
var _WEATHER_COUNTRY            = 'NL';
var _USE_AUTO_POSITIONING       = true; //don't want to configure positions, use auto positioning
var _USE_FAVORITES                      = true; //only used when using auto positioning
var _HIDE_SECONDS_IN_CLOCK  = false; //do not show the seconds in the clock
var _HIDE_MEDIAPLAYER_WHEN_OFF = false; //when you have a mediaplayer connected, hide it if nothing is playing
var _NEWS_RSSFEED                       = 'http://www.nu.nl/rss/algemeen';
var _USE_FAHRENHEIT                     = false;
var _USE_BEAUFORT                       = true; //Bft instead of m/s
var _TRANSLATE_SPEED            = false; //windspeed, north northwest instead of NNW
var _STANDBY_AFTER_MINUTES  = false; //enter amount of minutes like: 5 (5 minutes)
var _SCROLL_NEWS_AFTER          = 7000; //milliseconds, so 7000 is 7 seconds
var _SHOW_LASTUPDATE            = true;
var _LASTUPDATE_FORMAT          = 'DD-MM-YY HH:mm';
var _SCREENSLIDER_EFFECT        = 'slide'; //'slide' or 'fade' or 'cube' or 'coverflow' or 'flip'

var _APIKEY_MAPS                        = '';
var _MAPS_LATITUDE                      = '';
var _MAPS_LONGITUDE                     = '';

var _AUTO_SWIPEBACK_TO          = 1; //when no activity, swipe back to main screen after x seconds
var _AUTO_SWIPEBACK_TIME        = 10; //seconds

// Online Radio Stream Plugin, Note: you must enable  plugin in column section 'streamplayer', see columns[3]['blocks'] example below.
var _STREAMPLAYER_TRACKS        = [
                                                                {"track":1,"name":"Music FM","file":"http://stream.musicfm.hu:8000/musicfm.mp3"},
                                                                {"track":2,"name":"Radio 1","file":"http://213.181.210.106:8000/high.mp3"},
                                                                {"track":3,"name":"Test FM","file":"http://213.181.210.106:8000/high.mp3"},
                                                          ];

// iCalendar Plugin, supports all .ics calendar types like Google Calendar, Apple Calendar
var _ICALENDAR_URL                      = 'https://testurl.com/ical.ics'; //supports .ics type calendars (Google Calendar, Apple Calendar etc.)
var _ICALENDAR_DATEFORMAT       = 'friendly'; //'friendly', 'MM.DD.YYYY HH:mm', 'DD.MM.YYYY HH:mm', 'YYYY.MM.DD HH:mm'
var _ICALENDAR_LOCALE           = 'en'; //en,hu, etc.

//Buttons or images to open webpages in an iframe, like a news website or weather forecast
var buttons = {}
buttons.buienradar = {width:12, isimage:true, refreshimage:60000, image: 'http://api.buienradar.nl/image/1.0/RadarMapNL?w=285&h=256', url: 'http://www.weeronline.nl/Europa/Nederland/Son/4058667'}
buttons.radio = {width:12, image: 'img/radio_on.png', title: 'Radio', url: 'http://nederland.fm'}
buttons.nunl = {width:12, icon: 'fa-newspaper-o', title: 'Nu.nl', url: 'http://www.nu.nl'}

--------------Everything below this are uncommented --------
Here is all i see now, with above CONFIG.js
dasht.PNG

And endlessly in chrome console :

Code: Select all

Uncaught TypeError: disableStandby is not a function
    at HTMLBodyElement.<anonymous> (main.js:413)
    at HTMLBodyElement.dispatch (jquery.min.js:3)
    at HTMLBodyElement.r.handle (jquery.min.js:3)
Error:
About the error, I can confirm that when you have var _STANDBY_AFTER_MINUTES = false; then you get this error. Something is wrong in the main.js file. I wil notice @robgeerts for this.

Put the var _STANDBY_AFTER_MINUTES = 10; than the error is gone for the moment.

Question:
You say "--------------Everything below this are uncommented --------" . Do you mean you removed the // for the lines?
Or did you mean to write 'everything are commented' ??
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
tontze
Posts: 317
Joined: Thursday 12 January 2017 15:30
Target OS: Linux
Domoticz version: Beta Ch
Location: Finland
Contact:

Re: Dashticz - General Discussions

Post by tontze »

htilburgs wrote:
tontze wrote:
htilburgs wrote:@tontze, to see if something is wrong I've just installed a fresh beta version of Dashticz v2.0 and only edited my var_HOST_DOMOTICZ.
Everything works as it should be. Default background with my Domoticz Favorites.

Can you post your CONFIG.js (whitout the private data as APIKEYS), so I can look at it?
Hi, my config.js was lowercase, not uppercase, so i got something back, but buttons are still missing... Im using fresh CONFIG.js, only host and such edited.

Code: Select all

var _LANGUAGE                           = 'en_US'; //or: en_US, fr_FR, hu_HU
var _HOST_DOMOTICZ                      = 'http://192.168.xxx.xxx:8080';
var _DOMOTICZ_REFRESH           = 5; //in seconds
var _DASHTICZ_REFRESH           = 30; //in minutes


/*
IF YOU HAVE A MEDIABOX FROM ZIGGO (HORIZON), COPY SWITCH_HORIZON.PHP ON A WEBSERVER INSIDE YOUR NETWORK AND CHANGE THE IP.
ENTER THE PATH TO THIS FILE BELOW.
*/
var _HOST_ZIGGO_HORIZON         = ''; //e.g. http://192.168.1.3/domoticz/switch_horizon.php';
var _APIKEY_WUNDERGROUND        = '';
var _WEATHER_CITY                       = 'Eindhoven';
var _WEATHER_CITYNAME           = ''; //show a different city name, leave empty if same as _WEATHER_CITY
var _WEATHER_COUNTRY            = 'NL';
var _USE_AUTO_POSITIONING       = true; //don't want to configure positions, use auto positioning
var _USE_FAVORITES                      = true; //only used when using auto positioning
var _HIDE_SECONDS_IN_CLOCK  = false; //do not show the seconds in the clock
var _HIDE_MEDIAPLAYER_WHEN_OFF = false; //when you have a mediaplayer connected, hide it if nothing is playing
var _NEWS_RSSFEED                       = 'http://www.nu.nl/rss/algemeen';
var _USE_FAHRENHEIT                     = false;
var _USE_BEAUFORT                       = true; //Bft instead of m/s
var _TRANSLATE_SPEED            = false; //windspeed, north northwest instead of NNW
var _STANDBY_AFTER_MINUTES  = false; //enter amount of minutes like: 5 (5 minutes)
var _SCROLL_NEWS_AFTER          = 7000; //milliseconds, so 7000 is 7 seconds
var _SHOW_LASTUPDATE            = true;
var _LASTUPDATE_FORMAT          = 'DD-MM-YY HH:mm';
var _SCREENSLIDER_EFFECT        = 'slide'; //'slide' or 'fade' or 'cube' or 'coverflow' or 'flip'

var _APIKEY_MAPS                        = '';
var _MAPS_LATITUDE                      = '';
var _MAPS_LONGITUDE                     = '';

var _AUTO_SWIPEBACK_TO          = 1; //when no activity, swipe back to main screen after x seconds
var _AUTO_SWIPEBACK_TIME        = 10; //seconds

// Online Radio Stream Plugin, Note: you must enable  plugin in column section 'streamplayer', see columns[3]['blocks'] example below.
var _STREAMPLAYER_TRACKS        = [
                                                                {"track":1,"name":"Music FM","file":"http://stream.musicfm.hu:8000/musicfm.mp3"},
                                                                {"track":2,"name":"Radio 1","file":"http://213.181.210.106:8000/high.mp3"},
                                                                {"track":3,"name":"Test FM","file":"http://213.181.210.106:8000/high.mp3"},
                                                          ];

// iCalendar Plugin, supports all .ics calendar types like Google Calendar, Apple Calendar
var _ICALENDAR_URL                      = 'https://testurl.com/ical.ics'; //supports .ics type calendars (Google Calendar, Apple Calendar etc.)
var _ICALENDAR_DATEFORMAT       = 'friendly'; //'friendly', 'MM.DD.YYYY HH:mm', 'DD.MM.YYYY HH:mm', 'YYYY.MM.DD HH:mm'
var _ICALENDAR_LOCALE           = 'en'; //en,hu, etc.

//Buttons or images to open webpages in an iframe, like a news website or weather forecast
var buttons = {}
buttons.buienradar = {width:12, isimage:true, refreshimage:60000, image: 'http://api.buienradar.nl/image/1.0/RadarMapNL?w=285&h=256', url: 'http://www.weeronline.nl/Europa/Nederland/Son/4058667'}
buttons.radio = {width:12, image: 'img/radio_on.png', title: 'Radio', url: 'http://nederland.fm'}
buttons.nunl = {width:12, icon: 'fa-newspaper-o', title: 'Nu.nl', url: 'http://www.nu.nl'}

--------------Everything below this are uncommented --------
Here is all i see now, with above CONFIG.js
dasht.PNG

And endlessly in chrome console :

Code: Select all

Uncaught TypeError: disableStandby is not a function
    at HTMLBodyElement.<anonymous> (main.js:413)
    at HTMLBodyElement.dispatch (jquery.min.js:3)
    at HTMLBodyElement.r.handle (jquery.min.js:3)
Error:
About the error, I can confirm that when you have var _STANDBY_AFTER_MINUTES = false; then you get this error. Something is wrong in the main.js file. I wil notice @robgeerts for this.

Put the var _STANDBY_AFTER_MINUTES = 10; than the error is gone for the moment.

Question:
You say "--------------Everything below this are uncommented --------" . Do you mean you removed the // for the lines?
Or did you mean to write 'everything are commented' ??

They all have // before them, just like they had in default. Sry for my english :) I meant they are "commented out" if thats how you should say it :D
-----------------------------------------
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 - General Discussions

Post by htilburgs »

They all have // before them, just like they had in default. Sry for my english :) I meant they are "commented out" if thats how you should say it :D
Ok, no problem, but that's why I checked.
Okay, with the error addressed (made a bug-report) and putting var _STANDBY_AFTER_MINUTES = 10; you can start to build your own dashboard ;)

Follow the Wiki (Configuration & Positioning)
- http://www.domoticz.com/wiki/Dashticz_V ... figuration
- http://www.domoticz.com/wiki/Dashticz_V2_-_Positioning

If there are questions, you know to find your way to the forum. Succes.
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
tontze
Posts: 317
Joined: Thursday 12 January 2017 15:30
Target OS: Linux
Domoticz version: Beta Ch
Location: Finland
Contact:

Re: Dashticz - General Discussions

Post by tontze »

I presume example buttons should also appear in default configuration right ?

In my case, they disappeared in some git pull update, and i havent succeeded to get them back ..

-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]
clubeddie
Posts: 80
Joined: Saturday 19 March 2016 21:12
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: Dashticz - General Discussions

Post by clubeddie »

htilburgs wrote:
They all have // before them, just like they had in default. Sry for my english :) I meant they are "commented out" if thats how you should say it :D
Ok, no problem, but that's why I checked.
Okay, with the error addressed (made a bug-report) and putting var _STANDBY_AFTER_MINUTES = 10; you can start to build your own dashboard ;)

Follow the Wiki (Configuration & Positioning)
- http://www.domoticz.com/wiki/Dashticz_V ... figuration
- http://www.domoticz.com/wiki/Dashticz_V2_-_Positioning

If there are questions, you know to find your way to the forum. Succes.
Is there a little fault on the wiki page?
https://www.domoticz.com/wiki/Dashticz_ ... stallation

The location of the CONFIG.js seems to be in the dashticz folder, but it is now located in the custom folder?
I am just play with it a little, get only a black screen. So i am doing something wrong, better sit in the sun today!
tontze
Posts: 317
Joined: Thursday 12 January 2017 15:30
Target OS: Linux
Domoticz version: Beta Ch
Location: Finland
Contact:

Re: Dashticz - General Discussions

Post by tontze »

If i understood right, it used to be in dashticz folder, and moved to custom in later versions, so yes, wiki is a bit outdated ?
-----------------------------------------
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
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: Dashticz - General Discussions

Post by EdwinK »

CONFIG.js should be in the custom folder.
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 - General Discussions

Post by htilburgs »

Didn't noticed thus in the Wiki. Will be updated today.
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 »

Thanks @EdKo66 for the quick Wiki update ;)
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
tontze
Posts: 317
Joined: Thursday 12 January 2017 15:30
Target OS: Linux
Domoticz version: Beta Ch
Location: Finland
Contact:

Re: Dashticz - General Discussions

Post by tontze »

Oh man, this totally gets me down .. Is there any requirements for dashticz to run properly ?

Now i disabled auto positioning and usage of favs, and did :

Code: Select all

var blocks = {}

blocks[134] = {}
blocks[134]['width'] = 4; //1 to 12, remove this line if you want to use the default (4)
blocks[134]['title'] = 'Living room' //if you want change the name of switch different then domoticz
And, nothing to see .. Should there be, or am i doing this wrong ? 134 is one of my light switches idx ..
-----------------------------------------
Smartthings
zigbee2mqtt
RFLink 433mhz / Nrf 2.4Ghz
Mi Light
esp8266MiLight Hub
OpenHab/HomeAssistant/Domoticz
HP T610 & Debian 5.10.19-1 x86_64[/b]
Damsee
Posts: 58
Joined: Thursday 20 April 2017 1:17
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10717
Location: France
Contact:

Re: Dashticz - General Discussions

Post by Damsee »

Dear all,

Thanks Rob and all of you guys for the nice work and wonderful dashboard.
I successfully managed to get what i want to :)

As i'm using Domoticz from remote access, i'd like to get Dashticz on my mobile phone instead of the Domoticz interface.
Did any of you have some settings (CSS i guess ?) to run on smartphone because my currently dashboard looks quite ugly on my galaxy S7 as all icons and text are coming over each other...

Do you have any tip to reduce the default size of the box ? (i might create a 2nd dashticz dashboard for the smartphone then...)
box.png
box.png (120.19 KiB) Viewed 2064 times
Thanks :D
RPI3 Raspbian Buster + Domoticz v2020.1 stable + RFXtrx433E + Z-Stick Gen5 + Amazon Echo (alexicz)
x5 THGN810 / x5 ZMNHJD1 / x2 Flood sensor FGFS101 / x1 Smoke sensor FGSD002
x1 ZMNHAD1 / x2 FGS213 / x3 Wallplug FGWPE/F / NodOn Soft remote CRC-3-6-0
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 - General Discussions

Post by EdwinK »

tontze wrote:Oh man, this totally gets me down .. Is there any requirements for dashticz to run properly ?

Now i disabled auto positioning and usage of favs, and did :

Code: Select all

var blocks = {}

blocks[134] = {}
blocks[134]['width'] = 4; //1 to 12, remove this line if you want to use the default (4)
blocks[134]['title'] = 'Living room' //if you want change the name of switch different then domoticz
And, nothing to see .. Should there be, or am i doing this wrong ? 134 is one of my light switches idx ..

Can you show us the complete CONFIG.js please. (Minus personal data such as API-keys)
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
lensmall002
Posts: 1
Joined: Saturday 06 May 2017 15:45
Target OS: -
Domoticz version:
Contact:

Re: Dashticz - General Discussions

Post by lensmall002 »

tontze
Posts: 317
Joined: Thursday 12 January 2017 15:30
Target OS: Linux
Domoticz version: Beta Ch
Location: Finland
Contact:

Re: Dashticz - General Discussions

Post by tontze »

EdKo66 wrote:
tontze wrote:Oh man, this totally gets me down .. Is there any requirements for dashticz to run properly ?

Now i disabled auto positioning and usage of favs, and did :

Code: Select all

var blocks = {}

blocks[134] = {}
blocks[134]['width'] = 4; //1 to 12, remove this line if you want to use the default (4)
blocks[134]['title'] = 'Living room' //if you want change the name of switch different then domoticz
And, nothing to see .. Should there be, or am i doing this wrong ? 134 is one of my light switches idx ..

Can you show us the complete CONFIG.js please. (Minus personal data such as API-keys)
Ok, forgot to remove // before 'var columns {}' , now im seeing my device :)
-----------------------------------------
Smartthings
zigbee2mqtt
RFLink 433mhz / Nrf 2.4Ghz
Mi Light
esp8266MiLight Hub
OpenHab/HomeAssistant/Domoticz
HP T610 & Debian 5.10.19-1 x86_64[/b]
Locked

Who is online

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