Page 1 of 1

Version 3.12 - Bug

Posted: Monday 01 April 2024 13:20
by Doudy
Good morning,

I just installed version 3.12 Master
Issue :
I only have access to the first 'Weather' page
The different tabs are inaccessible
Page 1 and 2 'Weather + Home Info' are on the same page when starting !

I did a git checkout . + git pull
I haven't modified any files in dashticz!

Page 1
Image
--
Page2
Image

Re: Version 3.12 - Bug

Posted: Monday 01 April 2024 17:23
by Lokonli
There is a small bug in master 3.12:

If you have dial that uses a domoticz device that doesn't exist then Dashticz will stop rendering additional blocks.
It has been fixed in the beta branch.

or, try to locate the unknown device.

Re: Version 3.12 - Bug

Posted: Tuesday 02 April 2024 8:40
by Doudy
Hello,

👍

I found the intruder

How to install the beta branch?

;)

Re: Version 3.12 - Bug

Posted: Tuesday 02 April 2024 10:30
by HansieNL
If you did install via Terminal you can change branch by following commands in the Dashticz main folder:

Code: Select all

git checkout beta
git pull
Otherwise you have to download the beta.zip and unpack in Dashticz folder. You can cleanup Dashticz folder before unpack. BACKUP CUSTOM FOLDER

Re: Version 3.12 - Bug

Posted: Tuesday 02 April 2024 10:40
by Doudy
👍
Thanks