Guys,
thx for the quick fix, works as a charm!
Search found 3 matches
- Sunday 03 December 2017 20:40
- Forum: Bugs
- Topic: Dashticz - Bug report
- Replies: 557
- Views: 148798
- Sunday 03 December 2017 15:48
- Forum: Bugs
- Topic: Dashticz - Bug report
- Replies: 557
- Views: 148798
Re: Dashticz - Bug report
Latest Beta is not working correctly with groups/scene's
Activating this code in CONFIG.js:
blocks['s1'] = {}
blocks['s1']['width'] = 4;
blocks['s1']['title'] = 'Zitkamer';
blocks['s1']['hide_data'] = true;
will not send an 'ON' or 'OFF' command to 'group 1' but to 'switch 1'
this it out the ...
Activating this code in CONFIG.js:
blocks['s1'] = {}
blocks['s1']['width'] = 4;
blocks['s1']['title'] = 'Zitkamer';
blocks['s1']['hide_data'] = true;
will not send an 'ON' or 'OFF' command to 'group 1' but to 'switch 1'
this it out the ...
- Tuesday 15 August 2017 21:55
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 614711
Re: Dashticz - General Discussions
Rob,
thanks for the great works!
I've made a small modification in my installation and as I think it could be useful to other users, I post it back here so you can insert it into the code.
I use a Selector Switch in Domoticz, in Domoticz there's a config to hide the "off" level.
When I use this ...
thanks for the great works!
I've made a small modification in my installation and as I think it could be useful to other users, I post it back here so you can insert it into the code.
I use a Selector Switch in Domoticz, in Domoticz there's a config to hide the "off" level.
When I use this ...