Dashticz v3.11 Master

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Post Reply
Lokonli
Posts: 2261
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Dashticz v3.11 Master

Post by Lokonli »

I just released Dashticz v3.11 Master.

It contains all changes previously released as v3.10.0 - v3.10.9 beta.

Main enhancements
  • Google maps: Improved block, optionally showing traffic conditions and a route to a destination
  • Weather: Add support for the OWM free API and the OWM 3.0 API
  • Garbage: New generic garbage company afvalinfo covering 98% of The Netherlands
Furher it adds compatibility with the changes in Domoticz 2023.2.

There is no need to upgrade Domoticz right now: older versions of Domoticz are supported as well.

For a full list of changes click here

Remark
The authentication checks have become more strict in Domoticz 2023.2.
Please enable 'BasicAuth on HTTP' in Domoticz->Setup->Settings->Security and add your local subnet (or IP address of your Dashticz browser) to the local network setting.
Last edited by Lokonli on Tuesday 12 September 2023 13:52, edited 1 time in total.
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 v3.11 Master

Post by EdwinK »

Nice job.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
Doudy
Posts: 246
Joined: Tuesday 09 August 2016 9:09
Target OS: -
Domoticz version:
Contact:

Re: Dashticz v3.11 Master

Post by Doudy »

👍
RaspberryPi - RFLink - Zwave - WH2600
Domoticz : 2020.2 | Dashticz : V3.12 Master | dzvents : 3.0.2 | Python : 3.7.3
User avatar
madpatrick
Posts: 636
Joined: Monday 26 December 2016 12:17
Target OS: Linux
Domoticz version: 2024.7
Location: Netherlands
Contact:

Re: Dashticz v3.11 Master

Post by madpatrick »

Great job👍
-= HP server GEN8 Xeon(R) E3-1220L_V2 -=- OZW -=- Toon2 (rooted) -=- Domoticz v2024.7 -=- Dashticz v3.12b on Tab8" =-
solarboy
Posts: 300
Joined: Thursday 01 November 2018 19:47
Target OS: Raspberry Pi / ODroid
Domoticz version: 2024.6
Location: Portugal
Contact:

Re: Dashticz v3.11 Master

Post by solarboy »

Very good.
Intel NUC with Ubuntu Server VM (Proxmox),mosquitto(docker),RFXtrx433E,zwavejsUI (docker),Zigbee2mqtt(docker),SMA Hub (docker),Harmony Hub plugin, Kodi plugin,Homebridge(docker)+Google Home,APC UPS,SMA Modbus,Mitsubishi MQTT, Broadlink,Dombus
marchutt
Posts: 12
Joined: Monday 06 July 2020 5:12
Target OS: Raspberry Pi / ODroid
Domoticz version: 2023.2
Location: Netherlands
Contact:

Re: Dashticz v3.11 Master

Post by marchutt »

Thanks but one question.
I did the update today and everything works ok, execpt one block.
This is a multiple button block (selector) and was added in Dashticz with only a width parameter.

// Ventilator
blocks[34] = {
width: 9
}

This was working ok in the previous version, and showed level 0 to 3 buttons (like in Domoticz).
But now it shows some code in Dashticz...

Image

Any idea how to solve this?
(i did also a brand new dashticz install, but the problem stays.. )
Last edited by marchutt on Tuesday 12 September 2023 1:11, edited 1 time in total.
Lokonli
Posts: 2261
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v3.11 Master

Post by Lokonli »

marchutt wrote: Monday 11 September 2023 16:42 Thanks but one question.
I did the update today and everything works ok, execpt one block.
This is a multiple button block (selector) and was added in Dashticz with only a width parameter.

// Ventilator
blocks[34] = {
width: 9
}

This was working ok in the previous version, and showed level 0 to 3 buttons (like in Domoticz).
But now it shows now some code in Dashticz...

Image

Any idea how to solve this?
(i did also a brand new dashticz install, but the problem stays.. )
It looks like encoded level names.

Since a certain release (3.9476) Domoticz switched to encoded level names.

Apparently the Domoticz version check doesn't work on your system.

What is the exact Domoticz version as reported in Dashticz?
(Press on the settings icon in the upper-right of Dashticz and then on the info tab)

Does it also show the wrong level names when you open Dashticz in Chrome?

In Chrome, can you open DevTools (press F12), and then refresh Dashticz.
In the console tab of DevTools it says 'Domoticz version: ' with an object behind it.

Can you copy/paste the content of this object here?
marchutt
Posts: 12
Joined: Monday 06 July 2020 5:12
Target OS: Raspberry Pi / ODroid
Domoticz version: 2023.2
Location: Netherlands
Contact:

Re: Dashticz v3.11 Master

Post by marchutt »

In the Dasthicz info the version is v3.11 master.
The Chrome Dev tools info shows:
Domoticz version: {build: 0, version: NaN, levelNamesEncoded: false, newBlindsBehavior: false, basicAuthRequired: false, …}

Domoticz info shows:
Version: 2023.2
Build Hash: 19efd039c
Compile Date: 2023-07-21 17:23:44
dzVents Version: 3.1.8
Python Version: 3.7.3 (default, Oct 31 2022, 14:04:00) [GCC 8.3.0]

I think now its a problem with the unknown Domoticz version info inside Dashticz, but strange that it was not a problem in the previous versions of Dashticz.
I didn't change anything with Domoticz..
I have the same problem in Firefox and Chrome (Windows laptop) and my android devices (wall tablet with Dashticz inside self written android app and phones with standard Chrome)

I hope you have any idea how to solve this (have search and experiment few hours for this to solve :-)).
Also because the main reason for updating, was hopefully solve the multiple Deprecated RType warnings in the Domoticz logs, but that problem also still exist.. (probaly the same reason..)

Many thnx for looking into this
Lokonli
Posts: 2261
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v3.11 Master

Post by Lokonli »

I've tested with the same Dashticz and the same Domoticz version. It's working on my system.

Indeed something goes wrong with the Domoticz version detection.

So we have to dig a bit deeper.

1) Check Dashticz
How did you update Dashticz? Via git pull?
What is the output of the following command:

Code: Select all

git status
2) Domoticz authentication
In domoticz->setup->settings->security:
* enable 'AllowPlainBasicHttp'
* Add your subnet to Local networks (no username/password)

3) Check network log
Open DevTools (press F12) and refresh Dashticz.
In the DevTools->Network you see a filter box in the upper left. Fill in 'getversion'
Now you should see two network request. Click on the second one.
It should look like this:
getversion.jpg
getversion.jpg (66.68 KiB) Viewed 1126 times
marchutt
Posts: 12
Joined: Monday 06 July 2020 5:12
Target OS: Raspberry Pi / ODroid
Domoticz version: 2023.2
Location: Netherlands
Contact:

Re: Dashticz v3.11 Master

Post by marchutt »

1)
git status:
On branch master
Your branch is up to date with 'origin/master'.

First i updated with git pull, but because the above problem occured after that and didnt solve the log problem, i did a brand new automatic install.
I have also rebuild the docker image with this new install.

2)
My subnet is allready included to local networks like this.
127.0.0.*;192.168.178.*

But when i checked this check box, on the security page it solved the selector problem and is now without code but with the selector buttons :-)
This setting was never disabled by me, so i presume this was a default setting? (if no need i don't enable permissions, and had leave this unchecked)

Image
Image

Dev tools now shows:
Domoticz version:
{build: 0, version: 2023.2, levelNamesEncoded: true, newBlindsBehavior: true, basicAuthRequired: true, …}
api15330: true
basicAuthRequired:true
build: 0
levelNamesEncoded:true
newBlindsBehavior:true
version:2023.2

Devtool getversion:
"DomoticzUpdateURL" : "https://www.domoticz.com/download.php?c ... ine=armv7l",
"HaveUpdate" : false,
"Revision" : 15453,
"SystemName" : "linux",
"UseUpdate" : true,
"build_time" : "2023-07-21 17:23:44",
"dzvents_version" : "3.1.8",
"hash" : "19efd039c",
"python_version" : "3.7.3 (default, Oct 31 2022, 14:04:00) \n[GCC 8.3.0]",
"status" : "OK",
"title" : "GetVersion",
"version" : "2023.2"

Also the Rtype problem in the logs is gone, so everyting is solved. :D

Many thanks for giving a solution.
Lokonli
Posts: 2261
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v3.11 Master

Post by Lokonli »

Good to hear it's solved.

I was already improving the authentication checks, and show some feedback to the user when things are not configured correctly. This will be added to one of the next beta versions of Dashticz.
TroisSix
Posts: 91
Joined: Monday 11 January 2016 9:29
Target OS: -
Domoticz version: 2022.2
Location: France
Contact:

Re: Dashticz v3.11 Master

Post by TroisSix »

Hi the dev team,
Thanks again for your work and this new release 8-)
Just a question for google maps: is it possible to have an option to hid the "red pin in the middle of the map"? ;)
VM Debian - Domoticz stable v2023.1, RFXtrx433, Aeotec Z-Stick Gen5, APC ES700
- rts: dio, oregon, somfy
- zwave: fibaro fgs212, aeotec smart switch, vision ZG8101
- IO Homecontrol: Velux Connexoon
- logitech harmony hub, philips hue, gps Pilot
Lokonli
Posts: 2261
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v3.11 Master

Post by Lokonli »

In latest beta I added the block parameter 'showmarker'. Set it to false to hide the red pin.
jberinga
Posts: 53
Joined: Tuesday 11 August 2015 14:20
Target OS: NAS (Synology & others)
Domoticz version: 2.2903
Location: The Netherlands
Contact:

Re: Dashticz v3.11 Master

Post by jberinga »

Is it correct that a five day forecast is not working when using the KNMI api? I only see three days and the other two next days are not showing any data.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest