It was exactly my issue, Thanks a lot !
I can light up my Christmas tree from Dashticz.
Regards,
Search found 7 matches
- Thursday 09 December 2021 23:04
- Forum: Dashticz
- Topic: On/Off Switch not visible on dashboard
- Replies: 3
- Views: 506
- Wednesday 08 December 2021 3:10
- Forum: Dashticz
- Topic: On/Off Switch not visible on dashboard
- Replies: 3
- Views: 506
On/Off Switch not visible on dashboard
Hi, I use the.version 3.8.6 of Dashticz. I try to add a block for a plug on my dashboard and this kind of device seem to not be well reconized by Dashticz : Capture d’écran 2021-12-08 à 02.53.31.png My block declaration is : blocks['Sapin'] = { idx: 233, title: 'Sapin', iconOn: 'fas fa-toggle-on', i ...
- Wednesday 23 December 2020 3:09
- Forum: Dashticz
- Topic: Dashticz fresh install
- Replies: 8
- Views: 694
Re: Dashticz fresh install
Hello, Like my installation is based on docks, I think it will not works if I need to specify a local network to avoid authentification on domoticz. I have compared the usage of websocket done by Dashticz compare to the one use by Dasticz : - Dasticz resend authentification (login + Password) for ...
- Sunday 20 December 2020 18:28
- Forum: Dashticz
- Topic: Dashticz fresh install
- Replies: 8
- Views: 694
Re: Dashticz fresh install
Hi all, I made a lot of progress, I can load all of my devices in the dashboard, but I have still a problem of refresh of the widgets. The issue seem to come from the websocket that dashticz cannot open with domoticz, I found this issue in the console : js/domoticz-api.js:169 WebSocket connection to ...
- Sunday 20 December 2020 16:13
- Forum: Dashticz
- Topic: Dashticz fresh install
- Replies: 8
- Views: 694
Re: Dashticz fresh install
Hi, My config file seem to be well reconize now. I've found the right configuration help page : https://dashticz.readthedocs.io/en/master/dashticzconfiguration.html?highlight=config#config-parameters I will looking for the parameter that still missing in the configuation file. Thank you for the help ...
- Sunday 20 December 2020 13:55
- Forum: Dashticz
- Topic: Dashticz fresh install
- Replies: 8
- Views: 694
Re: Dashticz fresh install
var _LANGUAGE = 'fr_FR'; //or: en_US, fr_FR, hu_HU var _HOST_DOMOTICZ = 'http://192.168.100.5:8081'; var _USE_AUTO_POSITIONING = true; //don't want to configure positions, use auto positioning var _USE_FAVORITES = true; //only used when using auto positioning Nothing very special ...
- Sunday 20 December 2020 12:45
- Forum: Dashticz
- Topic: Dashticz fresh install
- Replies: 8
- Views: 694
Dashticz fresh install
I try to install Dashticz from docker hub with the dock provided by mrmadalex : https://registry.hub.docker.com/r/mrmadalex/dashticz_v3/ I have followed the standard installation steps by copy CONFIG_DEFAULT.js to CONFIG.js and change _HOST_DOMOTICZ by adress:port of my domoticz installation. The ...