Page 172 of 184
Re: Dashticz - General Discussions
Posted: Saturday 11 August 2018 9:29
by poudenes
poudenes wrote:Hi All,
Can someone help me. Volt is ok. Volt as text and value below. But Gas vandaag, Totaal Gas, And the rest are not switched also not the title is showing
Code: Select all
//
// P1 INFO
//
blocks[23] = {width: 4, icon: 'fa-bolt', show_lastupdate: false, hide_data: true, switch: true, title: 'Watt' };
blocks[24] = {width: 4, icon: 'fa-bolt', show_lastupdate: false, hide_data: true, switch: true, title: 'Volt' };
blocks[25] = {width: 4, icon: 'fa-fire', show_lastupdate: false, hide_data: true, switch: true, title: 'Gas' };
switchen.jpg
To bad. Didn't solve this issue yet
Verzonden vanaf mijn iPhone met Tapatalk Pro
Re: Dashticz - General Discussions
Posted: Saturday 11 August 2018 11:37
by Herman-H
HansieNL wrote: Friday 10 August 2018 23:01
@Herman-H: If the key is not right the item only shows 4 small blocks without info.
@ HansieNL,
Even what your picture shows i don't see.
I loaded now the config.js from github. The only thing what i changed is the ip adres and this is what i see.

- Dashticz.JPG (45.73 KiB) Viewed 3219 times
With Edge, Firefox and Chrome i see the same results.
Re: Dashticz - General Discussions
Posted: Saturday 11 August 2018 14:29
by commentator
Installed it yesterday. All Domoticz items are working.
How to show the default news?
Code: Select all
var config = {}
config['domoticz_ip'] = 'myip:myport';
config['user_name'] = 'username';
config['pass_word'] = 'password';
config['app_title'] = 'Dashticz';
config['domoticz_refresh'] = '5';
config['dashticz_refresh'] = '60';
config['default_news_url'] = 'https://cors-anywhere.herokuapp.com/http://www.nu.nl/rss/algemeen';
config['news_scroll_after'] = '7';
config['standby_after'] = 0;
config['auto_swipe_back_to'] = 1;
config['auto_swipe_back_after'] = '10';
config['auto_slide_pages'] = 1;
config['slide_effect'] = 'slide';
config['standard_graph'] = 'month';
config['language'] = 'nl_NL';
config['timeformat'] = 'DD-MM-YY HH:mm';
config['calendarformat'] = 'dd DD.MM HH:mm';
config['calendarlanguage'] = 'nl_NL';
config['calendarurl'] = 0;
config['boss_stationclock'] = 'RedBoss';
config['use_favorites'] = 1;
config['last_update'] = 1;
Re: Dashticz - General Discussions
Posted: Saturday 11 August 2018 15:30
by Herman-H
Herman-H wrote: Saturday 11 August 2018 11:37
HansieNL wrote: Friday 10 August 2018 23:01
@Herman-H: If the key is not right the item only shows 4 small blocks without info.
@ HansieNL,
Even what your picture shows i don't see.
I loaded now the config.js from github. The only thing what i changed is the ip adres and this is what i see.
Dashticz.JPG
With Edge, Firefox and Chrome i see the same results.
Problem solved:
When i loaded this from Rob Geurts config file:
config['wu_api'] = 'a14940b730424939';
config['wu_city'] = 'Eindhoven';
config['wu_name'] = '';
config['wu_country'] = 'NL';
The blocks are visible. Then i changed the key with my own key and all was working.
The problem was that the name of my city was unknown for Wunderground.
Re: Dashticz - General Discussions
Posted: Sunday 12 August 2018 18:52
by Herman-H
commentator wrote: Saturday 11 August 2018 14:29
Installed it yesterday. All Domoticz items are working.
How to show the default news?
Code: Select all
var config = {}
config['domoticz_ip'] = 'myip:myport';
config['user_name'] = 'username';
config['pass_word'] = 'password';
config['app_title'] = 'Dashticz';
config['domoticz_refresh'] = '5';
config['dashticz_refresh'] = '60';
config['default_news_url'] = 'https://cors-anywhere.herokuapp.com/http://www.nu.nl/rss/algemeen';
config['news_scroll_after'] = '7';
config['standby_after'] = 0;
config['auto_swipe_back_to'] = 1;
config['auto_swipe_back_after'] = '10';
config['auto_slide_pages'] = 1;
config['slide_effect'] = 'slide';
config['standard_graph'] = 'month';
config['language'] = 'nl_NL';
config['timeformat'] = 'DD-MM-YY HH:mm';
config['calendarformat'] = 'dd DD.MM HH:mm';
config['calendarlanguage'] = 'nl_NL';
config['calendarurl'] = 0;
config['boss_stationclock'] = 'RedBoss';
config['use_favorites'] = 1;
config['last_update'] = 1;
Maybe this can help you, i didn't test it by myself.
http://www.domoticz.com/forum/viewtopic ... 20#p127589
Re: Dashticz - General Discussions
Posted: Sunday 12 August 2018 20:53
by commentator
nope. still no news
Maybe @robgeerts can explain me how the out of the box newsfeed should be working?
btw it doesn't matter which rss (tried 3 different sites) and also with and without the
https://cors-anywhere.herokuapp.com/ part
Dashticz - General Discussions
Posted: Sunday 12 August 2018 21:57
by kiddigital
commentator wrote:nope. still no news
Maybe @robgeerts can explain me how the out of the box newsfeed should be working?
btw it doesn't matter which rss (tried 3 different sites) and also with and without the
https://cors-anywhere.herokuapp.com/ part
How does your blocks definition look like? Do you have the ‘news’ block defined somewhere?
Check
https://www.domoticz.com/wiki/Dashticz ... ositioning to see some examples.
Also, check your browser debugger/dev tools/console to see if your browser is even trying to load the newsfeed and if/why it might fail.
Verzonden vanaf mijn iPhone met Tapatalk
Re: Dashticz - General Discussions
Posted: Sunday 12 August 2018 22:54
by commentator
kiddigital wrote: Sunday 12 August 2018 21:57
commentator wrote:nope. still no news
Maybe @robgeerts can explain me how the out of the box newsfeed should be working?
btw it doesn't matter which rss (tried 3 different sites) and also with and without the
https://cors-anywhere.herokuapp.com/ part
How does your blocks definition look like? Do you have the ‘news’ block defined somewhere?
Check
https://www.domoticz.com/wiki/Dashticz ... ositioning to see some examples.
Also, check your browser debugger/dev tools/console to see if your browser is even trying to load the newsfeed and if/why it might fail.
Verzonden vanaf mijn iPhone met Tapatalk
I don't have bloks. I'm using the standard from install. As it is default in the setting I expect to see it somewhere without adding extra bloks
Re: Dashticz - General Discussions
Posted: Monday 13 August 2018 8:59
by kiddigital
commentator wrote:I don't have bloks. I'm using the standard from install. As it is default in the setting I expect to see it somewhere without adding extra bloks
That probably means that you have auto_configure active and that will only show Domoticz items.
If you want other items like news or weather, you need to start defining your own blocks including the ones you would like from Domoticz.
Verzonden vanaf mijn iPhone met Tapatalk
Re: Dashticz - General Discussions
Posted: Monday 13 August 2018 9:31
by commentator
kiddigital wrote: Monday 13 August 2018 8:59
commentator wrote:I don't have bloks. I'm using the standard from install. As it is default in the setting I expect to see it somewhere without adding extra bloks
That probably means that you have auto_configure active and that will only show Domoticz items.
If you want other items like news or weather, you need to start defining your own blocks including the ones you would like from Domoticz.
Verzonden vanaf mijn iPhone met Tapatalk
tanks, going to try it tonight.
Bit strange a default template with non working items in it
Re: Dashticz - General Discussions
Posted: Monday 13 August 2018 21:03
by Derik
Dear All....
Is there perhaps someone that have a option to set the camera's into a nice steady place?

- IMG_20180813_205206 2.jpg (38.75 KiB) Viewed 3050 times
Now i cannot set the second radar [ test for my cam ] to a fixed place..
Every time a switch is changing, my board is going crazy...
Re: Dashticz - General Discussions
Posted: Friday 17 August 2018 4:06
by alarm_guy1
Hi just getting into Dashticz but am struggling, I am a complete newbie.
All I really want at this point is my lounge light on the main screen, I understand that Dashticz should pull from Domoticz anyyhing that is on the dashboard.
unfortunately this appears not to be the case.
I have a password on my domoticz so in the CONFIG.js file I added the following lines
config['domoticz_ip'] = '
http://192.168.2.137:8081';
config['user_name'] = 'domoticz';
config['pass_word'] = 'domoticz';
config['loginEnabled'] = 1;
but I see nothing from Domoticz at all, just the stock screen
Any help appreciated
Re: Dashticz - General Discussions
Posted: Friday 17 August 2018 4:44
by HansieNL
@alarm_guy1: can you post your complete CONFIG.js as code?
Re: Dashticz - General Discussions
Posted: Friday 17 August 2018 12:14
by alarm_guy1
Right here is my code. it is still very much the original code, I have only changed a few bits that dont work, but my real focus is Domoticz, the other bits are bells and whistles i'm not fussed about.
I have hopefully attached a screen shot of my Domoticz loaded so u can see the URL is correct.
cheers for your help
- Spoiler: show
- var config = {}
config['domoticz_ip'] = 'http://xxxxxxxx:[email protected]:8081';
config['user_name'] = 'xxxxxxxx';
config['pass_word'] = 'xxxxxxx';
config['loginEnabled'] = 0;
config['auto_positioning'] = 1;
config['use_favorites'] = 1;
config['domoticz_refresh'] = '5';
config['dashticz_refresh'] = '60';
config['app_title'] = 'Home Stuff test ';
config['default_news_url'] = 'http://www.nu.nl/rss/algemeen';
config['news_scroll_after'] = '7';
config['standby_after'] = 0;
config['auto_swipe_back_to'] = 1;
config['auto_swipe_back_after'] = '10';
config['auto_slide_pages'] = 0;
config['slide_effect'] = 'slide';
config['standard_graph'] = 'month';
config['language'] = 'en_US';
config['timeformat'] = 'DD-MM-YY HH:mm';
config['calendarformat'] = 'dd DD.MM HH:mm';
config['calendarlanguage'] = 'en_US';
config['calendarurl'] = 0;
config['boss_stationclock'] = 'RedBoss';
config['gm_api'] = 'ChIJ27L0utFs2UcR8HitjVqfz9U';
config['gm_zoomlevel'] = 15;
config['gm_latitude'] = 51.794990;
config['gm_longitude'] = 1.159090;
config['wu_api'] = 'a14940b730424939';
config['wu_city'] = 'Essex';
config['wu_name'] = '';
config['wu_country'] = 'UK';
config['idx_moonpicture'] = 0;
config['switch_horizon'] = 0;
config['host_nzbget'] = 'http://192.168.2.137:6789';
config['spot_clientid'] = '1112f16564cf4f4d93ccbe8b52c58a44';
config['selector_instead_of_buttons'] = 1;
config['auto_positioning'] = 1;
config['use_favorites'] = 1;
config['last_update'] = 1;
config['hide_topbar'] = 0;
config['hide_seconds'] = 0;
config['hide_seconds_stationclock'] = 0;
config['use_fahrenheit'] = 0;
config['use_beaufort'] = 0;
config['translate_windspeed'] = 1;
config['static_weathericons'] = 1;
config['hide_mediaplayer'] = 0;
config['settings_icons'] = ["settings", "fullscreen"];
config['shortdate'] = 'D MMM';
config['longdate'] = 'D MMMM YYYY';
config['shorttime'] = 'HH:mm';
config['longtime'] = 'HH:mm:ss';
config['weekday'] = 'dddd';
config['no_rgb'] = 1;
config['standby_call_url'] = '' ;
config['standby_call_url_on_end'] = '' ;
config['hide_off_button'] = 1;
var _HOST_DOMOTICZ = 'http://192.168.2.137:8081';
var publictransport = {}
publictransport.ovinfobus = { show_via: false, station: 'son-en-breugel/bushalte-penseelkever', provider: '9292-bus', icon: 'bus', width:5, results: 6 }
var tvguide = {}
tvguide.dutch = { key:'UK', icon: 'fa-television', width:7, channels: [1,3,4,31,46,92], maxitems: 5 }
var _STREAMPLAYER_TRACKS = [
{"track":1,"name":"Heart Radio Colchester","file":"http://media-the.musicradio.com:80/HeartColchesterMP3"},,
{"track":2,"name":"538 Hitzone","file":"http://vip-icecast.538.lw.triple-it.nl/WEB11_MP3"},
{"track":3,"name":"Slam! NonStop","file":"http://stream.radiocorp.nl/web10_mp3"},
{"track":4,"name":"100%NL","file":"http://stream.100p.nl/100pctnl.mp3"},
];
var buttons = {}
buttons.nunl = {key: 'nunl', width:12, icon: 'fa-newspaper-o', title: 'Nu.nl', newwindow:true, url: 'http://www.nu.nl'}
buttons.nos = {key: 'nos', width:12, icon: 'fa-newspaper-o', title: 'Nos', url: 'http://www.nos.nl'}
var blocks = {}
blocks['blocktitle_1'] = {}
blocks['blocktitle_1']['key'] = 'Keith';
blocks['blocktitle_1']['type'] = 'Keith1';
blocks['blocktitle_1']['title'] = 'Keith 2';
var columns = {}
columns['bar'] = {}
columns['bar']['blocks'] = ['logo','miniclock','settings']
columns[1] = {}
columns[1]['blocks'] = ['currentweather_big','weather']
columns[1]['width'] = 5;
columns[2] = {}
columns[2]['blocks'] = ['blocktitle_1',tvguide.dutch,publictransport.ovinfobus]
columns[2]['width'] = 5;
columns[3] = {}
columns[3]['blocks'] = ['sunrise','streamplayer',buttons.nunl,buttons.nos]
columns[3]['width'] = 2;
var columns_standby = {}
columns_standby[1] = {}
columns_standby[1]['blocks'] = ['clock','weather']
columns_standby[1]['width'] = 12;
var screens = {}
screens[1] = {}
screens[1]['background'] = 'bg2.jpg';
screens[1]['columns'] = [1,2,3]
Re: Dashticz - General Discussions
Posted: Friday 17 August 2018 18:11
by HansieNL
@alarm_guy1: First try a basic CONFIG.js and see if your Domoticz favorites are visible.
Code: Select all
var config = {}
config['domoticz_ip'] = 'http://xxxxxxxx:[email protected]:8081';
config['app_title'] = 'Dashticz';
config['domoticz_refresh'] = '5';
config['dashticz_refresh'] = '60';
From there you can add more functions to your dashboard. See
https://www.domoticz.com/wiki/Dashticz_V2 how to do that.
Re: Dashticz - General Discussions
Posted: Friday 17 August 2018 19:30
by alarm_guy1

still not working
pass is def correct
Re: Dashticz - General Discussions
Posted: Friday 17 August 2018 19:41
by alarm_guy1
right after messing all working now on a basic setup.
many thanks.
im not 100% sure what solved it though
Re: Dashticz - General Discussions
Posted: Sunday 26 August 2018 13:53
by rfvdboom
Hi there,
Is it possible to edit the images of sensors etc? I've changed the icons of the switches successfully , but when i change the images of the sensors, nothing happens.
The. Grtz
Re: Dashticz - General Discussions
Posted: Sunday 26 August 2018 13:58
by rfvdboom
alarm_guy1 wrote: Friday 17 August 2018 19:41
right after messing all working now on a basic setup.
many thanks.
im not 100% sure what solved it though
I see you are using spotify. When you're not using the beta version, that could be the problem. When I import the spotify using the stable version , all my blocks were gone. In the beta version that problem is solved.
Re: Dashticz - General Discussions
Posted: Sunday 26 August 2018 21:50
by peet3kabo
Maybe simple or stupid question. Been searching this forum and the net but can't find it.
I know how to create a block for graphs and see a lot of dashboards where they show like power usage today, but where do I find the number of the graphs I need in domoticz?
Or do I need a script of some kind.
Not into scripts or programming up until now.
Got my dashboard working so far with switches and so on.
Who can enlighten me?
Edit:
Was more simple then I thought.
The idx numbers in Domoticz just did the trick.
So solved for now.
After a few hours staring at configs and the net you get blind in a way
Verstuurd vanaf mijn SM-G935F met Tapatalk