Dashticz - Alternative Dashboard

Moderator: leecollings

piotr
Posts: 26
Joined: Monday 15 July 2013 8:17
Target OS: Linux
Domoticz version: Beta
Location: Drenthe
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post 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)
mvd87
Posts: 8
Joined: Wednesday 25 November 2015 18:24
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by mvd87 »

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)
Make sure you have your authentication set to Basic-Auth in Domoticz Settings.
robgeerts
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

Post by robgeerts »

jfhautenauven wrote: Dashticz development has resumed ! :D :D

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 8-)
- 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. :D :D

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?
madrian
Posts: 231
Joined: Saturday 27 August 2016 1:18
Target OS: -
Domoticz version:
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by madrian »

Hi,

Selector style switch is not supported?
Screen-Shot-2016-09-03-22-46-54.png
Screen-Shot-2016-09-03-22-46-54.png (14.33 KiB) Viewed 7707 times
Screen-Shot-2016-09-03-22-46-28.png
Screen-Shot-2016-09-03-22-46-28.png (121.94 KiB) Viewed 7707 times
robgeerts
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

Post by robgeerts »

Not yet, will look into this asap!
madrian
Posts: 231
Joined: Saturday 27 August 2016 1:18
Target OS: -
Domoticz version:
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by madrian »

Superb. :) One more question: it is possible to show graph for a temperature sensor (it's a ds18b20)?
Btje
Posts: 22
Joined: Wednesday 05 October 2016 7:46
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post 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
clubeddie
Posts: 80
Joined: Saturday 19 March 2016 21:12
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post 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!
Btje
Posts: 22
Joined: Wednesday 05 October 2016 7:46
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post 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?
robgeerts
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

Post by robgeerts »

clubeddie 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=
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();
robgeerts
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

Post 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?
Btje
Posts: 22
Joined: Wednesday 05 October 2016 7:46
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post 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?
robgeerts
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

Post by robgeerts »

Could you open the developer console of your webbrowser and reload the webpage?
It should show an error..
Btje
Posts: 22
Joined: Wednesday 05 October 2016 7:46
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by Btje »

I'm going to use an other frontend for now thanx for your help.
Awst6000
Posts: 108
Joined: Thursday 12 February 2015 7:51
Target OS: Linux
Domoticz version:
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post 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.
rgvandenbosch
Posts: 8
Joined: Tuesday 13 October 2015 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by rgvandenbosch »

To bad it just doesnt work. Installed it on 5 different servers. Always same result: White screen. Needs some debugging i guess. :|
robgeerts
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

Post 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?
WarLion
Posts: 15
Joined: Thursday 08 December 2016 6:38
Target OS: Linux
Domoticz version:
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post 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
58djarviss
Posts: 6
Joined: Sunday 12 February 2017 19:14
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Alternative Dashboard

Post 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
User avatar
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

Post 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)
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest