Dashticz - Alternative Dashboard
Moderator: leecollings
-
- Posts: 26
- Joined: Monday 15 July 2013 8:17
- Target OS: Linux
- Domoticz version: Beta
- Location: Drenthe
- Contact:
Re: WIP - Dashticz - Alternative Dashboard
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)
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)
-
- Posts: 8
- Joined: Wednesday 25 November 2015 18:24
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: WIP - Dashticz - Alternative Dashboard
Make sure you have your authentication set to Basic-Auth in Domoticz Settings.piotr wrote: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)
-
- Posts: 1273
- Joined: Saturday 24 January 2015 22:12
- Target OS: NAS (Synology & others)
- Domoticz version: 3.7067
- Location: NL
- Contact:
Re: WIP - Dashticz - Alternative Dashboard
I didn't have much time lately but will try to add features and fix bugs together with @jfhautenauven.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
@piotr, did the solution from @mvd87 work for you?
Re: WIP - Dashticz - Alternative Dashboard
Hi,
Selector style switch is not supported?
Selector style switch is not supported?
-
- Posts: 1273
- Joined: Saturday 24 January 2015 22:12
- Target OS: NAS (Synology & others)
- Domoticz version: 3.7067
- Location: NL
- Contact:
Re: WIP - Dashticz - Alternative Dashboard
Not yet, will look into this asap!
Re: WIP - Dashticz - Alternative Dashboard
Superb.
One more question: it is possible to show graph for a temperature sensor (it's a ds18b20)?

-
- Posts: 22
- Joined: Wednesday 05 October 2016 7:46
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: WIP - Dashticz - Alternative Dashboard
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
Verstuurd vanaf mijn SM-G920F met Tapatalk
-
- Posts: 80
- Joined: Saturday 19 March 2016 21:12
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: WIP - Dashticz - Alternative Dashboard
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!
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!
-
- Posts: 22
- Joined: Wednesday 05 October 2016 7:46
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: WIP - Dashticz - Alternative Dashboard
Nobody with some tips which could help help?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
-
- Posts: 1273
- Joined: Saturday 24 January 2015 22:12
- Target OS: NAS (Synology & others)
- Domoticz version: 3.7067
- Location: NL
- Contact:
Re: WIP - Dashticz - Alternative Dashboard
Thanks, I've fixed this in the beta branch: https://gitlab.com/robgeerts/Dashticz/tree/Betaclubeddie wrote: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=
This should work without any configuration.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.
Is PHP installed correctly?
In IDX's are resolved in dashticz.js in the function called: getDevices();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.
-
- Posts: 1273
- Joined: Saturday 24 January 2015 22:12
- Target OS: NAS (Synology & others)
- Domoticz version: 3.7067
- Location: NL
- Contact:
Re: WIP - Dashticz - Alternative Dashboard
What do you see when you enter the network address in your webbrowser?Btje wrote:Nobody with some tips which could help help?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
Did you enter the credentials correctly?
-
- Posts: 22
- Joined: Wednesday 05 October 2016 7:46
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: WIP - Dashticz - Alternative Dashboard
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?
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?
-
- Posts: 1273
- Joined: Saturday 24 January 2015 22:12
- Target OS: NAS (Synology & others)
- Domoticz version: 3.7067
- Location: NL
- Contact:
Re: WIP - Dashticz - Alternative Dashboard
Could you open the developer console of your webbrowser and reload the webpage?
It should show an error..
It should show an error..
-
- Posts: 22
- Joined: Wednesday 05 October 2016 7:46
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: WIP - Dashticz - Alternative Dashboard
I'm going to use an other frontend for now thanx for your help.
-
- Posts: 108
- Joined: Thursday 12 February 2015 7:51
- Target OS: Linux
- Domoticz version:
- Contact:
Re: WIP - Dashticz - Alternative Dashboard
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.
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.
-
- Posts: 8
- Joined: Tuesday 13 October 2015 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: WIP - Dashticz - Alternative Dashboard
To bad it just doesnt work. Installed it on 5 different servers. Always same result: White screen. Needs some debugging i guess. 

-
- Posts: 1273
- Joined: Saturday 24 January 2015 22:12
- Target OS: NAS (Synology & others)
- Domoticz version: 3.7067
- Location: NL
- Contact:
Re: WIP - Dashticz - Alternative Dashboard
Most of the time, the white screens appears because of misconfiguration.rgvandenbosch wrote:To bad it just doesnt work. Installed it on 5 different servers. Always same result: White screen. Needs some debugging i guess.
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?
-
- Posts: 15
- Joined: Thursday 08 December 2016 6:38
- Target OS: Linux
- Domoticz version:
- Contact:
Re: WIP - Dashticz - Alternative Dashboard
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
-
- Posts: 6
- Joined: Sunday 12 February 2017 19:14
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - Alternative Dashboard
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
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
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: Dashticz - Alternative Dashboard
Maybe you can post your config.js file (minus the personal data)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
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
Who is online
Users browsing this forum: No registered users and 1 guest