I'am new to all of this. But with a lot of reading trial en error I managed a lot.
Next thing that i want is to have a dashticz dashboard.
I downloaden the zip file en putted in the 'domoticz' 'www' dashticz folder (unzipped files of course).
In de config.js I wrote the next thing:
Code: Select all
//GENERAL HOSTS
var _HOST_DOMOTICZ = 'http://192.168.1.111:8080'; //IP-address of Domoticz-server, e.g.: http://192.168.1.111:8080
var _HOST_NZBGET = 'http://192.168.1.3:6789/jsonrpc';
//HOSTS IF DASHTICZ IS INSTALLED ON A WEBSERVER WITH PHP-SUPPORT
var _HOST_XBMC = 'http://192.168.1.103:8080'; //IP-address of XBMC/Kodi device, e.g.: http://192.168.1.103:8080
var _HOST_JOINTSPACE = '';//http://192.168.1.51:1925'; //IP-address for televisions supported by JointSpace, e.g.: http://192.168.1.51:1925
var _HOST_PLEX = '';//http://192.168.1.28:32400';
If i go to 192.168.1.111:8080 I got the normal dashboard.
Can someone please help me with this?