Page 6 of 9
Re: WIP - Dashticz - Alternative Dashboard
Posted: Monday 16 May 2016 9:24
by piotr
Installed Dashticz, edited config. Opening /dash/index.htm gives an error in console:
http://user:passr@localhost:8080/json.h ... 3383205988
net::ERR_CONNECTION_REFUSED
Did I miss something ?
Dash and Domoticz are on the same machine (Ubuntu x86)
Re: WIP - Dashticz - Alternative Dashboard
Posted: Tuesday 14 June 2016 14:57
by mvd87
Make sure you have your authentication set to Basic-Auth in Domoticz Settings.
Re: WIP - Dashticz - Alternative Dashboard
Posted: Friday 08 July 2016 0:15
by robgeerts
jfhautenauven wrote:
Dashticz development has resumed !
So far, I debugged this :
- Blockorder of the little tiles with switches etc is now working correctly
- Fixed the "delay" in slider refresh that caused a withe textbox to display for a while before slider is displayed back again
- Some performance improvement for the ajax requests
And I added these features :
- French translation
- Translation fixes to remove some dutch hardcoded labels
- Wundergrund graphs can now be seen in the graph tabs
I am currently looking for testers and maybe some help also, I'm a bit rusted in javascript etc (been doing C# only for the 5 last years), so any technical expertise in javascript would be welcome.
You can find the repository here :
https://gitlab.com/robgeerts/Dashticz
Latest changes have been made in the BETA branch of the project so if you want to test new features and fixups, please pull the BETA branch
I didn't have much time lately but will try to add features and fix bugs together with @jfhautenauven.
@piotr, did the solution from @mvd87 work for you?
Re: WIP - Dashticz - Alternative Dashboard
Posted: Saturday 03 September 2016 22:47
by madrian
Hi,
Selector style switch is not supported?

- Screen-Shot-2016-09-03-22-46-54.png (14.33 KiB) Viewed 7712 times

- Screen-Shot-2016-09-03-22-46-28.png (121.94 KiB) Viewed 7712 times
Re: WIP - Dashticz - Alternative Dashboard
Posted: Sunday 04 September 2016 19:44
by robgeerts
Not yet, will look into this asap!
Re: WIP - Dashticz - Alternative Dashboard
Posted: Sunday 04 September 2016 20:49
by madrian
Superb.

One more question: it is possible to show graph for a temperature sensor (it's a ds18b20)?
Re: WIP - Dashticz - Alternative Dashboard
Posted: Monday 17 October 2016 15:29
by Btje
I copied the files to my nas and when requesting the start page is says domoticz offline? I did fill in the network address of domoticz in the config file as said in the instruction.
Verstuurd vanaf mijn SM-G920F met Tapatalk
Re: WIP - Dashticz - Alternative Dashboard
Posted: Wednesday 09 November 2016 14:37
by clubeddie
Nice work, very nice interface. Couple of things i want to share/ask.
First of all, inside the buienradar app there is an old url which isn't working anymore
Old =
http://gps.buienradar.nl/getrr.php?lat=
New =
http://gadgets.buienradar.nl/data/raintext?lat=
I don't know if simple replace in the php file is enough? I did not get the chart as shown in the first post. I also see a traffic plugin but cannot find information how i gonna get this to work.
Last question is how i can show a graph of my solar panel, now is only gas en electricity shown but i also want my solar panels in the same graph. I can edit some .js files, but i cannot find where this webapplication is getting the IDX's of electricity and gas. It resolves this by itself.
hope anyone can help!
Re: WIP - Dashticz - Alternative Dashboard
Posted: Monday 14 November 2016 7:56
by Btje
Btje wrote:I copied the files to my nas and when requesting the start page is says domoticz offline? I did fill in the network address of domoticz in the config file as said in the instruction.
Verstuurd vanaf mijn SM-G920F met Tapatalk
Nobody with some tips which could help help?
Re: WIP - Dashticz - Alternative Dashboard
Posted: Monday 14 November 2016 11:15
by robgeerts
Thanks, I've fixed this in the beta branch:
https://gitlab.com/robgeerts/Dashticz/tree/Beta
clubeddie wrote:
I don't know if simple replace in the php file is enough? I did not get the chart as shown in the first post. I also see a traffic plugin but cannot find information how i gonna get this to work.
This should work without any configuration.
Is PHP installed correctly?
clubeddie wrote:
Last question is how i can show a graph of my solar panel, now is only gas en electricity shown but i also want my solar panels in the same graph. I can edit some .js files, but i cannot find where this webapplication is getting the IDX's of electricity and gas. It resolves this by itself.
In IDX's are resolved in dashticz.js in the function called: getDevices();
Re: WIP - Dashticz - Alternative Dashboard
Posted: Monday 14 November 2016 11:15
by robgeerts
Btje wrote:Btje wrote:I copied the files to my nas and when requesting the start page is says domoticz offline? I did fill in the network address of domoticz in the config file as said in the instruction.
Verstuurd vanaf mijn SM-G920F met Tapatalk
Nobody with some tips which could help help?
What do you see when you enter the network address in your webbrowser?
Did you enter the credentials correctly?
Re: WIP - Dashticz - Alternative Dashboard
Posted: Monday 14 November 2016 21:22
by Btje
I reinstalled the files and when I use the index file
http://192.168.1.33:8084/dashticz/index.html I get an white page.
I read your comment about adding the dir but don't understand what to add.
Found it. I made comment of the not used var in the config file. It dind't like that.
Next problem is that I don't see eny graph's?
Re: WIP - Dashticz - Alternative Dashboard
Posted: Tuesday 15 November 2016 8:34
by robgeerts
Could you open the developer console of your webbrowser and reload the webpage?
It should show an error..
Re: WIP - Dashticz - Alternative Dashboard
Posted: Thursday 17 November 2016 8:21
by Btje
I'm going to use an other frontend for now thanx for your help.
Re: WIP - Dashticz - Alternative Dashboard
Posted: Friday 23 December 2016 15:26
by Awst6000
Hi,
I used Dashticz for a long time until I added camera's to Domoticz.
I disable these cameras by default because the performance of Domoticz decreases drastically with the cameras enabled.
But in Dashticz I see empty rectangles.
Can this be solved?
Txs.
Re: WIP - Dashticz - Alternative Dashboard
Posted: Wednesday 15 February 2017 14:36
by rgvandenbosch
To bad it just doesnt work. Installed it on 5 different servers. Always same result: White screen. Needs some debugging i guess.

Re: WIP - Dashticz - Alternative Dashboard
Posted: Tuesday 21 February 2017 16:12
by robgeerts
rgvandenbosch wrote:To bad it just doesnt work. Installed it on 5 different servers. Always same result: White screen. Needs some debugging i guess.

Most of the time, the white screens appears because of misconfiguration.
If you open webdeveloper console of your browser, it will show you what error. Maybe you can share this to check what's going wrong?
Re: WIP - Dashticz - Alternative Dashboard
Posted: Friday 09 June 2017 4:53
by WarLion
Btje wrote:I copied the files to my nas and when requesting the start page is says domoticz offline? I did fill in the network address of domoticz in the config file as said in the instruction.
Verstuurd vanaf mijn SM-G920F met Tapatalk
i had the same problem
i test it with the beta and the stable both same result
any idea will be appreciated
Re: Dashticz - Alternative Dashboard
Posted: Friday 09 June 2017 15:50
by 58djarviss
Hi,
Exactly same problem for me.
I've got a blank page with the blur background. If i enable auto position and "use of favorites" i've got some switches. But once i disable "Auto position", i've got a blank page (and of course i added some blocks in the CONFIG.js file)
I tried the old version of Dasticz and everythig is working good.
I also checked the console in Chrome, and there is no errors.
Any idea ?
Thanks
Re: Dashticz - Alternative Dashboard
Posted: Friday 09 June 2017 19:18
by EdwinK
58djarviss wrote:Hi,
Exactly same problem for me.
I've got a blank page with the blur background. If i enable auto position and "use of favorites" i've got some switches. But once i disable "Auto position", i've got a blank page (and of course i added some blocks in the CONFIG.js file)
I tried the old version of Dasticz and everythig is working good.
I also checked the console in Chrome, and there is no errors.
Any idea ?
Thanks
Maybe you can post your config.js file (minus the personal data)