Page 2 of 9

Re: WIP - Dashticz - Alternative Dashboard

Posted: Thursday 12 February 2015 14:37
by Landry
Ok thx a lot for your work!

Re: WIP - Dashticz - Alternative Dashboard

Posted: Thursday 12 February 2015 21:40
by jesper
Hi
I like the layout very much
Is it possible to get so more info on the sensor box like the image if yes how?.

Re: WIP - Dashticz - Alternative Dashboard

Posted: Friday 20 February 2015 7:45
by BigDog
very nice indeed wil try it
it looks very interesting and easy to use

greetz Bob

Re: WIP - Dashticz - Alternative Dashboard

Posted: Friday 27 February 2015 6:50
by Roncalli
Hi everyone,

This really looks great and I'd like to test it. Unfortunately I don't manage to get it up and running.

What I did:
- downloaded latest version from GitHub
- unzipped it
- copied everything into a new folder "dash" in Domoticz' "www" folder
- edited CONFIG.js in the "dash" folder with 'sudo nano' to:

//GENERAL HOSTS
var _HOST_DOMOTICZ = 'http://192.168.1.89:8080'; //IP-address of Domoticz-server, e.g.: http://192.168.1.3:8084

//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

- saved and closed it

Where am I a now supposed to access the new dashboard? When I enter 192.168.1.89:8080 everything looks as usual...

Sorry for the noob question!

Re: WIP - Dashticz - Alternative Dashboard

Posted: Friday 27 February 2015 9:47
by Luuc_a
Try http://<IP domoticz>:<port>/dash

Re: WIP - Dashticz - Alternative Dashboard

Posted: Friday 27 February 2015 19:53
by Roncalli
Hmm, tried typing http://192.168.1.89:8080/dash into my browser (Safari).
Still I only get a white page. Any other ideas?

Thanx

Re: WIP - Dashticz - Alternative Dashboard

Posted: Friday 27 February 2015 22:22
by Roncalli
Got it working now. Don't know what the problem was. Before I used my Mac to download and unzip. Now used my wife's Windows notebook. However, is running now and I'm testing. Cheers

Re: WIP - Dashticz - Alternative Dashboard

Posted: Saturday 07 March 2015 21:29
by robgeerts
Sorry for the late response, was a bit busy for a week.
Hope all works well for now, if you have any further questions, add a reply :)

Re: WIP - Dashticz - Alternative Dashboard

Posted: Sunday 08 March 2015 19:58
by JHummelman
Have the same issue as Roncalli. Followed exactly the same step by step plan, have changed the IP address to my Domoticz server but get a blank page. I have tried installing on the same webserver as my Domoticz install is running on as well as a separate webserver (with PHP) in my network. Same results unfortunately.

Re: WIP - Dashticz - Alternative Dashboard

Posted: Monday 09 March 2015 10:50
by robgeerts
Wich version are you using?
What are the contents of your _CONFIG.JS?
If you open javascript console in your webbrowser, do you get any errors?

Re: WIP - Dashticz - Alternative Dashboard

Posted: Monday 09 March 2015 17:36
by JHummelman
Opening the JS Console in Chrome says this:

Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/. (jquery.min.js:4)

I am running the release from 07-03-2015 (downloaded yesterday from Git)

Content of CONFIG.JS:

//GENERAL HOSTS
var _HOST_DOMOTICZ = 'http://192.168.1.10:8084'; //IP-address of Domoticz-server, e.g.: http://192.168.1.3:8084
var _HOST_NZBGET = 'http://192.168.1.10:6789/jsonrpc';

I deleted the lines below these as I don't use XBMC/KODI, but when they were still in the file it did not function either. Hope this helps! Thanks!

Re: WIP - Dashticz - Alternative Dashboard

Posted: Monday 09 March 2015 17:47
by robgeerts
Well, besides the fact you have to remove/jsonrpc from the url in the config I'm not seeing anything strange... What version of chrome do you use? Do you have Skype/Teamviewer? That way I will maybe be able to solve the problem faster...

Re: WIP - Dashticz - Alternative Dashboard

Posted: Wednesday 11 March 2015 18:45
by remb0
Very nice! I use it and it's great.

However I have some ideas:
an block with buienradar (as grafic)
my xbmc is more offline as online so a popup isn't necessary
the charts on a different page
and below some icons to the other pages?

Re: WIP - Dashticz - Alternative Dashboard

Posted: Wednesday 11 March 2015 23:19
by robgeerts
Well, I tried a new block for Buienradar with a graphic-interface but the design didn't fit well the Dashticz-layout.
If you have want to propose a design, I would be glad to see one :)

But, if your XBMC-device is offline, there is no popup on the dashboard?
Or, if it is, could you send me a screenshot?

Last but not least, in the latest version, the charts are on a different page now :)
I also have tried a new fix for the white-page-error some users are getting, I hope it's fixed now.
I cannot really test this because on my pc I'm not getting this error.

Re: WIP - Dashticz - Alternative Dashboard

Posted: Thursday 12 March 2015 11:12
by robgeerts
Some goods news, one user has just confirmed the white screen was gone after the last update!

Re: WIP - Dashticz - Alternative Dashboard

Posted: Thursday 12 March 2015 14:03
by TheDude
Hi,

First of all: I really like Dashticz. It is so simple and clean :). So thank you!
I do have a question though: I switched the theme from default to Darkoticz and I cannot find how to change it back to default. The header won't show with the Darkoticz theme.
From the source, dashticz.js, I figured that the preferences are stored in a 'uservars' object (from Domoticz?), so I manually set it again via the URL, but that didn't work.

What am I doin wrong? :p

Thanks!

Re: WIP - Dashticz - Alternative Dashboard

Posted: Thursday 12 March 2015 14:08
by robgeerts
That's true, I added the menu last night and Darkoticz theme is not yet prepared for this...
You can always remove the dashticz_theme variable on the UserVariables page of Domoticz.

Re: WIP - Dashticz - Alternative Dashboard

Posted: Thursday 12 March 2015 14:10
by TheDude
Thank you so much! It's all default again. I didn't know of that page in Domoticz. Learning everyday :).

Re: WIP - Dashticz - Alternative Dashboard

Posted: Thursday 12 March 2015 17:28
by JHummelman
robgeerts wrote:Some goods news, one user has just confirmed the white screen was gone after the last update!
Hi Rob, I can confirm this as well :) problem solved and many thanks!

Re: WIP - Dashticz - Alternative Dashboard

Posted: Thursday 12 March 2015 19:50
by robgeerts
Great:)