Page 3 of 9
Re: WIP - Dashticz - Alternative Dashboard
Posted: Friday 13 March 2015 20:31
by cctl01
Note that not only PHP but also curl is required when running on a normal webserver! I had to find out from my appache log.
Maybe the OP and github can be updated?
I have no xbmc tab appearing after putting ip and port in the CONFIG.js file. Any idea what could be wrong?
Re: WIP - Dashticz - Alternative Dashboard
Posted: Friday 13 March 2015 20:43
by robgeerts
Sorry, I will add that to the readme and the OP!
Thanks!
XBMC doesn't have a separate tab yet, there was one in the beginning but functionality didn't work yet.
If everything is set right in CONFIG.js, you should see a XBMC-block on the dashboard when something is playing.
Re: WIP - Dashticz - Alternative Dashboard
Posted: Friday 13 March 2015 23:49
by cctl01
I do see the extra tile when playing media in xbmc (kodi)!
It was because of the screenshots I was expecting to see a tab for xbmc..
Thanks for your reply.
Re: WIP - Dashticz - Alternative Dashboard
Posted: Tuesday 07 April 2015 17:13
by ThinkPad
How's this project going? Any updates

?
Re: WIP - Dashticz - Alternative Dashboard
Posted: Tuesday 07 April 2015 17:38
by robgeerts
There was a small update yesterday.
It was 'on hold' for a while because of other projects (wich I still have by the way) and currently I'm not sure what features most people want.
So, any suggestions are welcome!
Re: WIP - Dashticz - Alternative Dashboard
Posted: Tuesday 07 April 2015 17:53
by ThinkPad
Just installed the newest version from GitHub and it is looking really good!
Will try it later this evening/tomorrow on my 7" tablet that i use to control Domoticz.
One small bug i found for now: when switching a light from on to off (or viceversa), the dimmer slider is replaced with a textbox with the value "13" for a second or two.
Oh, and the language of the items in the top menu bar don't change when you change the language through settings....
I will have another look at it later and see if i have some features/bugs for you

Re: WIP - Dashticz - Alternative Dashboard
Posted: Tuesday 07 April 2015 17:56
by robgeerts
That will be nice, could you add the issues to Github?
Re: WIP - Dashticz - Alternative Dashboard
Posted: Tuesday 07 April 2015 18:15
by ThinkPad
Will do!
P.s. maybe update the first post of this topic with soms screenshots of the more up2date version?
Re: WIP - Dashticz - Alternative Dashboard
Posted: Tuesday 07 April 2015 18:17
by robgeerts
Will do too

Re: WIP - Dashticz - Alternative Dashboard
Posted: Tuesday 07 April 2015 21:12
by robgeerts
Just pushed a new version to github:
0.93 - 07/04/2015
- Bugs in translations topmenu
- Bug in switches (icon-classes)
(Screenshot in OP has been changed!)
Re: WIP - Dashticz - Alternative Dashboard
Posted: Wednesday 08 April 2015 19:14
by leby
Well, yet anohter amature
I have now tried for avail to get it to work since it looks so nice... Only gets a whith page.
1) Copied all the files to a directory called dash in the www folder
2) changed the CONFIG.js file to:
//GENERAL HOSTS
var _HOST_DOMOTICZ = '
http://192.168.1.117:8080';
var _HOST_NZBGET = '
http://192.168.1.117:6144';
and...nothing...anyone a suggestion?
what is the second line with "var _HOST_NZBGET" for??
BR/lennart
Re: WIP - Dashticz - Alternative Dashboard
Posted: Wednesday 08 April 2015 19:16
by robgeerts
Do you get any errors in console window of your browser?? You can renove the second line for _HOST_NZBGET..
Before you go any further, empty the nzbget-var. So we first try to make Domoticz work.
Did you install Dashticz for the first time?
On a separate webserver (or the Domoticz-server) with PHP or without PHP?
Re: WIP - Dashticz - Alternative Dashboard
Posted: Wednesday 08 April 2015 19:25
by leby
Hi,
I get
Code: Select all
Failed to load resource: the server responded with a status of 404 (Not Found)
http://192.168.1.117:8080/plugins/bootstrap-slider/bootstrap-slider.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://192.168.1.117:8080/plugins/morrisjs/morris.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://192.168.1.117:8080/plugins/font-awesome/css/font-awesome.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://192.168.1.117:8080/plugins/icomoon/icomoon.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://192.168.1.117:8080/plugins/weather-icons/css/weather-icons.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://192.168.1.117:8080/plugins/jquery/dist/jquery.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://192.168.1.117:8080/plugins/bootstrap/dist/js/bootstrap.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://192.168.1.117:8080/plugins/jquery-ui/jquery-ui.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://192.168.1.117:8080/plugins/raphael/raphael-min.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://192.168.1.117:8080/plugins/morrisjs/morris.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://192.168.1.117:8080/plugins/bootstrap-slider/bootstrap-slider.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://192.168.1.117:8080/plugins/skycons/skycons.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://192.168.1.117:8080/js/dashticz.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://192.168.1.117:8080/plugins/bootstrap/dist/css/bootstrap.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://192.168.1.117:8080/plugins/bootstrap-slider/bootstrap-slider.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://192.168.1.117:8080/plugins/font-awesome/css/font-awesome.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://192.168.1.117:8080/plugins/morrisjs/morris.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://192.168.1.117:8080/plugins/icomoon/icomoon.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://192.168.1.117:8080/plugins/weather-icons/css/weather-icons.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
Re: WIP - Dashticz - Alternative Dashboard
Posted: Wednesday 08 April 2015 19:26
by robgeerts
It seems like you are missing a lot of resources....
Try re-downloading the WHOLE package...
Re: WIP - Dashticz - Alternative Dashboard
Posted: Wednesday 08 April 2015 19:29
by leby
I downloaded the zip file, isn't that the whole package?
Where do I find the variable to empty?
Its on the same machine as domoticz running Win 7
Re: WIP - Dashticz - Alternative Dashboard
Posted: Wednesday 08 April 2015 19:31
by robgeerts
For example, when you extracted the zip-file to your webserver, can you find the file: /plugins/skycons/skycons.js ?
I meant you should leave the NZBGET-variable empty to make sure the 'base' is working... When Dashticz works, you can re-enter the ip of NZBGET
Re: WIP - Dashticz - Alternative Dashboard
Posted: Wednesday 08 April 2015 19:35
by leby
Yes I can find the file, I will try to extract with another user, I did it from a remote PC.
How should my CONFIG.js file look if the IP of the domoticz is 192.168.1.117:8080
/lennart
Re: WIP - Dashticz - Alternative Dashboard
Posted: Wednesday 08 April 2015 19:37
by robgeerts
This should be the complete contents of your config-file:
Code: Select all
//GENERAL HOSTS
var _HOST_DOMOTICZ = 'http://192.168.1.17:8080'; //IP-address of Domoticz-server, e.g.: http://192.168.1.3:8084
var _HOST_NZBGET = '';
//HOSTS IF DASHTICZ IS INSTALLED ON A WEBSERVER WITH PHP-SUPPORT
var _HOST_XBMC = ''; //IP-address of XBMC/Kodi device, e.g.: http://192.168.1.109:8080
var _HOST_JOINTSPACE = '';//IP-address for televisions supported by JointSpace, e.g.: http://192.168.1.51:1925
var _HOST_PLEX = '';//http://192.168.1.28:32400';
Re: WIP - Dashticz - Alternative Dashboard
Posted: Wednesday 08 April 2015 19:39
by leby
Thx,
I'll try to download again and test with your config. Reports when done..
Re: WIP - Dashticz - Alternative Dashboard
Posted: Wednesday 08 April 2015 19:51
by leby
Well, no luck
here is the folders and CONFIG.js file:

- klipp1.JPG (76.77 KiB) Viewed 4609 times
and here is the browser

- klipp2.JPG (130.4 KiB) Viewed 4609 times
If I look in the directories I can find the files as its reporting as errors... Not sure what to do now.. Bumer