Page 4 of 9

Re: WIP - Dashticz - Alternative Dashboard

Posted: Wednesday 08 April 2015 19:52
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...

Re: WIP - Dashticz - Alternative Dashboard

Posted: Wednesday 08 April 2015 19:54
by leby
well, hard to complain with this pricetag ;)

Re: WIP - Dashticz - Alternative Dashboard

Posted: Thursday 09 April 2015 14:37
by jaschu
For a quick workaround use version 0.92 until it is fixed.

https://github.com/robgeerts/Dashticz/t ... c20b51a934

Re: WIP - Dashticz - Alternative Dashboard

Posted: Sunday 12 April 2015 23:45
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.

Re: WIP - Dashticz - Alternative Dashboard

Posted: Monday 13 April 2015 9:19
by robgeerts
Could you check in Domoticz, on the UserVariables-page, if the variable 'dashticz_hide' exists?

Re: WIP - Dashticz - Alternative Dashboard

Posted: Monday 13 April 2015 21:14
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}

Re: WIP - Dashticz - Alternative Dashboard

Posted: Monday 13 April 2015 21:44
by ThinkPad
I don't know for sure, but you probably reached the max. length of the user variable.

Re: WIP - Dashticz - Alternative Dashboard

Posted: Monday 13 April 2015 21:47
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!

Re: WIP - Dashticz - Alternative Dashboard

Posted: Monday 13 April 2015 22:10
by roblom
Don't know if it is possible but maybe you could only use "2," instead of ""2":2," that saves some characters.

Re: WIP - Dashticz - Alternative Dashboard

Posted: Monday 13 April 2015 22:11
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 :)

Re: WIP - Dashticz - Alternative Dashboard

Posted: Monday 13 April 2015 22:14
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.

Re: WIP - Dashticz - Alternative Dashboard

Posted: Monday 13 April 2015 22:24
by robgeerts
Just pushed a new version.
Could you test this for me?
Thanks for the tip!

Re: WIP - Dashticz - Alternative Dashboard

Posted: Monday 13 April 2015 22:40
by roblom
Just reupload the Github files?

Re: WIP - Dashticz - Alternative Dashboard

Posted: Monday 13 April 2015 22:41
by robgeerts
Yes but keep your own CONFIG.js as a backup, otherwise you have to set the IP-addresses again..

Re: WIP - Dashticz - Alternative Dashboard

Posted: Monday 13 April 2015 23:01
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.

Re: WIP - Dashticz - Alternative Dashboard

Posted: Monday 13 April 2015 23:03
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.

Re: WIP - Dashticz - Alternative Dashboard

Posted: Monday 13 April 2015 23:07
by roblom
No problem, that's what testing is about.

Re: WIP - Dashticz - Alternative Dashboard

Posted: Monday 13 April 2015 23:10
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.

Re: WIP - Dashticz - Alternative Dashboard

Posted: Monday 13 April 2015 23:24
by roblom
Seems to work now. But there are still IDX numbers in that I don't use.

Re: WIP - Dashticz - Alternative Dashboard

Posted: Wednesday 15 July 2015 16:48
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?