Page 23 of 28
Re: Dashticz - Bug report
Posted: Monday 24 September 2018 20:51
by TapNL
I ran into the same issue with WU as described above.
Removing the line solved the issue.
Additional now the big_weather block is not showing anymore. Anyone a solution for this?
Re: Dashticz - Bug report
Posted: Monday 24 September 2018 23:12
by renerene
another issues;
selector switches do not show correct pull down values. It is a
irregular string of characters in Dashticz and one instead of four possible choices. Another selector switch shows no input option at all.
Changing the type from 'button' to selector in DZ makes no difference

Re: Dashticz - Bug report
Posted: Monday 24 September 2018 23:29
by EdwinK
@renerene Maybe try this
pollefinario wrote: ↑Friday 07 September 2018 20:58
For me also the "dummy" selector switches are not working any more. I've added the switch in several ways, but no succes.
You might want to check main.js and see this line
Code: Select all
var names = device['LevelNames'].split('|');
and change it into:
Code: Select all
var names = atob(device['LevelNames']).split('|');
MAKE A BACKUP FIRST
Re: Dashticz - Bug report
Posted: Monday 24 September 2018 23:35
by renerene
thank you EdwinK: succes!
Re: Dashticz - Bug report
Posted: Wednesday 26 September 2018 19:45
by TapNL
Last Monday I ran into the below issue.
....
Additional now the big_weather block is not showing anymore. Anyone a solution for this?
Digging for a while brought me to this:
https://github.com/Dashticz/dashticz_v2 ... 9e2dcc02e5
This resulted for me that things where breaking down. Not sure why, but by replacing the new lines with the old ones, the issue is gone.
For anyone who might ran into the same issue.
Re: Dashticz - Bug report
Posted: Wednesday 26 September 2018 23:02
by renerene
Not sure why, but by replacing the new lines with the old ones, the issue is gone.
Please explain.
I have replaced the complete code in weather.js with the one from your github link.
-->
Big wheather does not show.
'config['wu_api'] = ....' line still leads to not loading Dashticz
Re: Dashticz - Bug report
Posted: Wednesday 26 September 2018 23:17
by moses123
Beta 2.4.0
The collecting dates from the garbage module are now displayed with times. Very ununsual for the type of dates. 2.3 showed only the Date without any time, which is not needed.
Re: Dashticz - Bug report
Posted: Wednesday 26 September 2018 23:37
by HansieNL
renerene wrote: ↑Wednesday 26 September 2018 23:02
Not sure why, but by replacing the new lines with the old ones, the issue is gone.
Please explain.
I have replaced the complete code in weather.js with the one from your github link.
-->
Big wheather does not show.
'config['wu_api'] = ....' line still leads to not loading Dashticz
Maybe you can try weather.js from beta branch?
Re: Dashticz - Bug report
Posted: Thursday 27 September 2018 11:14
by magicduck
Hello,
Had a bug in weather.js, a double quote has been added (why ? I dunno). I have made a PR for that #372
Regards
Re: Dashticz - Bug report
Posted: Thursday 27 September 2018 23:36
by TapNL
renerene wrote: ↑Wednesday 26 September 2018 23:02
Not sure why, but by replacing the new lines with the old ones, the issue is gone.
Please explain.
I have replaced the complete code in weather.js with the one from your github link.
-->
Big wheather does not show.
'config['wu_api'] = ....' line still leads to not loading Dashticz
I removed the line with the + and replaced it with the line with the -
But saw that magicduck found the issue and has made a PR. Thx for that!
Re: Dashticz - Bug report
Posted: Monday 01 October 2018 19:30
by renerene
when refreshing dashticz is says: 'nieuwe versie is beschilbaar, klik hier om te downloaden'
using 'git pull' as described on
https://www.domoticz.com/wiki/Dashticz_ ... stallation however does not work: "already up to date"
Re: Dashticz - Bug report
Posted: Thursday 04 October 2018 19:52
by HansieNL
I found 2 cosmetic bugs:

1. Icon of redefined block traffic smaller than rest of icons (beta 2.4.0)
https://github.com/Dashticz/dashticz_v2/issues/383
The icon of redefined block traffic is smaller than other predefined icons.
If I change <em class="fa fa-car"></em> to <em class="fas fa-car"></em> the icon has size of other predefined icons.
2. TV Guide icon not shown in TV Guide block (beta 2.4.0) anymore
https://github.com/Dashticz/dashticz_v2/issues/382
The TV Guide icon is not shown in the TV Guide block in beta 2.4.0 anymore.
This icon is shown in master 2.3.3.
If I change <em class="fa-television"></em> to <em class="fas fa-tv"> the icon is shown, but doesn't resize well.
I don't know how to fix these cosmetic bugs... Is there someone who can fix them and send a pull request?
FIXED IN LATEST BETA
Re: Dashticz - Bug report
Posted: Thursday 01 November 2018 11:14
by RapTile
I recently got this dashboard but i can not change/save settings and i can not move sliders on my screen.
The error i get is in the bottom right corner that i have to check the path to domoticz which is weird because i do see my switches.
chmod 777 CONFIG.js didnt do the trick so it ain't a permission error.
Re: Dashticz - Bug report
Posted: Thursday 01 November 2018 11:54
by Lokonli
RapTile wrote: ↑Thursday 01 November 2018 11:14
I recently got this dashboard but i can not change/save settings and i can not move sliders on my screen.
The error i get is in the bottom right corner that i have to check the path to domoticz which is weird because i do see my switches.
chmod 777 CONFIG.js didnt do the trick so it ain't a permission error.
If you want to change the blocks on the screen then you have to edit CONFIG.js by hand. See the WIKI
https://www.domoticz.com/wiki/Dashticz_V2 or this forum on how to do that. The Edit mode within Dashticz is not working.
For saving the config settings from the Dashticz -> settings window you must have a web server running with PHP enabled, for instance Apache. The Domoticz web server doesn't support PHP. See the installation instructions in the WIKI for more information.
iCloud calendar and Garbage tool NOT WORKING ANYMORE ?
Posted: Thursday 01 November 2018 12:32
by askmurphy
Hello !
We have used the icloud calendar and the Garbage calender for some time in Dashticz, worked nice !
But now it's not working anymore ??
Don't know why, have updated the software and rebooted the RPI3, but still not working..
Any idea how to fix this ?
Thanks in advance !

Arthur
Re: Dashticz - Bug report
Posted: Thursday 01 November 2018 12:45
by EdwinK
Read topic from Rob Geerts at
viewtopic.php?f=67&t=24907
Re: Dashticz - Bug report
Posted: Thursday 01 November 2018 13:04
by RapTile
Lokonli wrote: ↑Thursday 01 November 2018 11:54
<..>
For saving the config settings from the Dashticz -> settings window you must have a web server running with PHP enabled, for instance Apache. The Domoticz web server doesn't support PHP. See the installation instructions in the WIKI for more information.
Thanks for the info.
For some reason i can not get php7.0-curl installed.
I've updated the list with "sudo apt-get update" but when i do "sudo apt-get install php7.0-curl" i get the error:
E: Unable to locate package php7.0-curl
Any idea's?
Re: Dashticz - Bug report
Posted: Thursday 01 November 2018 15:03
by RapTile
RapTile wrote: ↑Thursday 01 November 2018 13:04
Thanks for the info.
For some reason i can not get php7.0-curl installed.
I've updated the list with "sudo apt-get update" but when i do "sudo apt-get install php7.0-curl" i get the error:
E: Unable to locate package php7.0-curl
Any idea's?
I managed to get this working with this manual:
https://www.stewright.me/2016/03/turn-r ... eb-server/
Re: Dashticz - Bug report
Posted: Thursday 01 November 2018 17:05
by Lokonli
RapTile wrote: ↑Thursday 01 November 2018 15:03
RapTile wrote: ↑Thursday 01 November 2018 13:04
Thanks for the info.
For some reason i can not get php7.0-curl installed.
I've updated the list with "sudo apt-get update" but when i do "sudo apt-get install php7.0-curl" i get the error:
E: Unable to locate package php7.0-curl
Any idea's?
I managed to get this working with this manual:
https://www.stewright.me/2016/03/turn-r ... eb-server/
Thanks! I'll add the link to the Wiki.
Re: Dashticz - Bug report
Posted: Friday 02 November 2018 20:53
by RapTile
The sliders for volume don't run as smooth as they do in domoticz.
Is that normal? it looks like the sliders want to set the value along the way they slide instead of setting the value when u let go of your mouse button.