Dashticz v3 - IDX not showing data

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Post Reply
58djarviss
Posts: 6
Joined: Sunday 12 February 2017 19:14
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Dashticz v3 - IDX not showing data

Post by 58djarviss »

Hi,

New to dashticz, I have an issue adding IDX. I created blocks and everything and added IDXs. IDX 7,8,9 and 10 are Philips Hue switch. They are all the same bulbs (only 7 is HueGo).
Everything works with IDX, 7,8,9 but when adding IDX 10, there is no switch at all as shown on the picture (bottom right is empty instead of IDX10).

Code: Select all

var blocks = {}
blocks['blocktitle_1'] = {}
blocks['blocktitle_1']['key'] = 'blocktitle_1';
blocks['blocktitle_1']['type'] = 'blocktitle';
blocks['blocktitle_1']['title'] = 'Lumières';

blocks[7] = {width: 6}
blocks[8] = {width: 6}
blocks[9] = {width: 6}
blocks[10] = {width: 6}

columns[2] = {}
columns[2]['blocks'] = ['blocktitle_1',7,8,9,10]
columns[2]['width'] = 5;
Image

Is there anything I missed ?

Thank you
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v3 - IDX not showing data

Post by Lokonli »

Probably you have to add to CONFIG.js:

Code: Select all

config['use_favorites'] = 0;
(you must read this setting as 'only show devices that are marked as favorite in Domoticz')
58djarviss
Posts: 6
Joined: Sunday 12 February 2017 19:14
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v3 - IDX not showing data

Post by 58djarviss »

:) Thanks a lot.

I added it to the CONFIG.js file and now I can see it
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest