Dashticz - Alternative Dashboard

Moderator: leecollings

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 »

Hold on, I see what's going wrong... unfortunately for me, it's my mistake ;)
If it is what I think it is..

Your Dashticz is in a subfolder called 'Dash'. That should work but for some reason it searches for some files in the www-directory...
Weird, because the paths are relative...
Last edited by robgeerts on Wednesday 08 April 2015 19:54, edited 1 time in total.
leby
Posts: 98
Joined: Monday 28 July 2014 9:58
Target OS: Raspberry Pi / ODroid
Domoticz version: 2020.2
Location: Stockholm
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by leby »

well, hard to complain with this pricetag ;)
/lennart
jaschu
Posts: 6
Joined: Thursday 06 November 2014 9:51
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.8184
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by jaschu »

For a quick workaround use version 0.92 until it is fixed.

https://github.com/robgeerts/Dashticz/t ... c20b51a934
roblom
Posts: 408
Joined: Wednesday 26 February 2014 15:28
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: the Netherlands
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by roblom »

I try to hide some blocks but even when i set the "hide block" sign it still won't dissapear, and after the automatic refresh the "hide block" sign is off again.
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 check in Domoticz, on the UserVariables-page, if the variable 'dashticz_hide' exists?
roblom
Posts: 408
Joined: Wednesday 26 February 2014 15:28
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: the Netherlands
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by roblom »

No it doesn't, but 'dashticz_blockhide' does exists. Only is it possible that the string is full? The string already contains the data below.

Code: Select all

{"2":2,"3":3,"5":5,"48":48,"100":100,"111":111,"119":119,"122":122,"124":124,"150":150,"153":153,"155":155,"156":156,"164":164,"167":167,"173":173,"174":174,"205":205,"206":206,"213":213,"216":216}
ThinkPad
Posts: 890
Joined: Tuesday 30 September 2014 8:49
Target OS: Linux
Domoticz version: beta
Location: The Netherlands
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by ThinkPad »

I don't know for sure, but you probably reached the max. length of the user variable.
I am not active on this forum anymore.
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 »

That is the correct variable.
It is indeed possible that you've reached the max length.
At the moment I'm not able to fix this.

I can save the variables in a cookie (instead of the Domoticz-variable) but the downside is that this cookie is not reachable on another device...
If many of you won't have a problem with cookies, I will try this soon!
roblom
Posts: 408
Joined: Wednesday 26 February 2014 15:28
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: the Netherlands
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by roblom »

Don't know if it is possible but maybe you could only use "2," instead of ""2":2," that saves some characters.
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 »

On the short term, this will fix it for most people, on the long term it doesn't, I think, but will implement this change first :)
roblom
Posts: 408
Joined: Wednesday 26 February 2014 15:28
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: the Netherlands
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by roblom »

robgeerts wrote:On the short term, this will fix it for most people, on the long term it doesn't, I think, but will implement this change first :)
I agree, but it is an easy winner.
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 »

Just pushed a new version.
Could you test this for me?
Thanks for the tip!
roblom
Posts: 408
Joined: Wednesday 26 February 2014 15:28
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: the Netherlands
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by roblom »

Just reupload the Github files?
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 »

Yes but keep your own CONFIG.js as a backup, otherwise you have to set the IP-addresses again..
roblom
Posts: 408
Joined: Wednesday 26 February 2014 15:28
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: the Netherlands
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by roblom »

The uservariable changed but it doesn't work correctly. When I hide something it hides, but when I hide something else, the first one appears again.
The variabele dashticz_blockhide now has the value:

Code: Select all

0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,155,
But if this are IDX then there is something wrong because IDX for example 0, 1 and 4 does not exists on my system anymore.
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 »

Oops, I know what I did wrong.
I tested it but in a wrong way. Sorry, hold on... wil push a new version but unfortunately you have to hide the blocks again after the next update.
roblom
Posts: 408
Joined: Wednesday 26 February 2014 15:28
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: the Netherlands
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by roblom »

No problem, that's what testing is about.
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 get the latest version?
You only have to download /js/edit.js
It might work after you empty the dashticz_blockhide variable in Domoticz, or enter: 0, (including comma) because an empty variable is not allowed.
roblom
Posts: 408
Joined: Wednesday 26 February 2014 15:28
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: the Netherlands
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by roblom »

Seems to work now. But there are still IDX numbers in that I don't use.
jjnj

Re: WIP - Dashticz - Alternative Dashboard

Post by jjnj »

Hi guys,

I am trying to run Dashticz from a Windows 8.1 pc, i unzipped the files into the www folder, changed the info in de config file to the IP of Domoticz, restart Domoticz, but http://domoticz-ip/dash gives nothing. Is there something you need to change in Windows?
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest