Been using Domoticz for about 7 years now and was allready long time impressed by Dashticz.
Had no time to implement it but since the beginning of this year I have a lot of time.
So I implemented it on my pi4 and started to learn the basics.
All is working well on my laptop in Chrome browser.
But when I want to show the dashboard on my home computer the start screen ends up with "error for more help ..."
I tried chrome browser, firefox and edge all with the same result.
I reduced my config to:
Code: Select all
var config = {}
config['domoticz_ip'] = 'http://***.***.*.**:8080';
config['app_title'] = Dashticz';
config['domoticz_refresh'] = '5';
config['dashticz_refresh'] = '60';
config['language'] = 'nl-NL'
config['login_timeout'] = '60';
config['domoticz_timeout'] = '2000';
config['room_plan'] = 0;
on my laptop all devices appear on my home computer still error.
What could be wrong?
Jan