Page 1 of 1

Dashticz v3 - IDX not showing data

Posted: Tuesday 11 February 2020 22:59
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

Re: Dashticz v3 - IDX not showing data

Posted: Tuesday 11 February 2020 23:38
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')

Re: Dashticz v3 - IDX not showing data

Posted: Wednesday 12 February 2020 11:35
by 58djarviss
:) Thanks a lot.

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