Page 1 of 1

Dashticz - v3.4.4 beta

Posted: Saturday 18 April 2020 21:58
by Lokonli
I've just created v3.4.4 beta.

As main functional change it contains a new security panel by clinkadink:
Image

Beside the visual improvements the security panel can also be shown as primary Dashticz display if the Domoticz security status is 'Arm Away'.
You activate this by adding the following to your CONFIG.js:

Code: Select all

config['security_panel_lock'] = 1;
After unlocking press the blue button to open Dashticz.
For more details see:
https://www.domoticz.com/forum/viewtopi ... 67&t=32260

The Corona block contains some additional functionality. Check:
https://www.domoticz.com/forum/viewtopi ... 33#p244233
Image

Further, the 3.4.4 beta release contains the bugfixes that were pushed to Github already, without creating a new release.

The security panel documentation has not been updated yet. For the other changes have a look at the documentation beta branch:
https://dashticz.readthedocs.io/en/beta ... notes.html

Enjoy :)

Re: Dashticz - v3.4.4 beta

Posted: Sunday 19 April 2020 0:23
by Scotty
Great work!

Does this update fix the issue with certain blocks not updating without a refresh?

Re: Dashticz - v3.4.4 beta

Posted: Sunday 19 April 2020 0:30
by Lokonli
Yes

Sent from my SM-A320FL using Tapatalk


Re: Dashticz - v3.4.4 beta

Posted: Monday 27 April 2020 21:27
by madradrakie
since the latest beta update the traffic module is not working anymore. Did the code changed?
Knipsel.JPG
Knipsel.JPG (20.24 KiB) Viewed 454 times

Code: Select all

var trafficinfo = {}
trafficinfo.anwbA1 = {
    trafficJams: true,
    roadWorks: false,
    radars: true,
    road:'A1',
    provider: 'anwb',
    show_lastupdate: true,
    icon: 'fas fa-car',
    width:12,
    results: 6,
    maxheight: 400};

Re: Dashticz - v3.4.4 beta

Posted: Monday 27 April 2020 21:41
by HansieNL
madradrakie wrote: Monday 27 April 2020 21:27 since the latest beta update the traffic module is not working anymore. Did the code changed?

Knipsel.JPG

Code: Select all

var trafficinfo = {}
trafficinfo.anwbA1 = {
    trafficJams: true,
    roadWorks: false,
    radars: true,
    road:'A1',
    provider: 'anwb',
    show_lastupdate: true,
    icon: 'fas fa-car',
    width:12,
    results: 6,
    maxheight: 400};
See https://www.domoticz.com/forum/viewtop ... 67&t=32326

Re: Dashticz - v3.4.4 beta

Posted: Monday 27 April 2020 22:34
by madradrakie
thanks, is the new api key already known? And can i change this myself?