Page 1 of 1
Dashticz - how to update
Posted: Thursday 13 July 2023 9:40
by desertdog
Hi, I am currently on version 3.3.3.1 of Dashticz and I want to update to the latest version. In the documentation, I can find how to perform an Automatic or Manual install, but not how to update. Of course, I want everything to be working since I have spent hours, even days setting it up the way I want it.
What is the proper and (most) safe way to update?
Re: Dashticz - how to update
Posted: Thursday 13 July 2023 12:12
by EdwinK
Updating
Option 1 - From terminal you can add the following command in Dashticz folder:
git pull
Option 2 - Download zip file from GitHub, copy and extract in your Dashticz folder. Create backup of your custom folder(s) first.
Re: Dashticz - how to update
Posted: Thursday 13 July 2023 12:30
by desertdog
when executing the git pull I get the following error:
Code: Select all
Updating e67ca607..6bac9acf
error: Your local changes to the following files would be overwritten by merge:
custom/custom.css
custom/custom.js
Please commit your changes or stash them before you merge.
How do I do that?
Re: Dashticz - how to update
Posted: Thursday 13 July 2023 13:11
by willemd
log into your system, go to the custom folder and copy the files:
cp custom.css customcss.backup
cp custom.js customjs.backup
Once you have done the upgrade you can copy them back:
cp customcss.backup custom.css
cp customjs.backup custom.js
Re: Dashticz - how to update
Posted: Thursday 13 July 2023 16:37
by desertdog
That worked like a charm. Thanks
Re: Dashticz - how to update
Posted: Friday 01 September 2023 19:23
by desertdog
I have updated Dashticz to the lastest version using the git pull method. I still get errors about Deprecated RType coming from Dashticz
I see on the Github: Previous repositories (dashticz/dashticz_v2 and dashticzv3/dashticz_v3) will not be updated anymore.
I am running V3. How do I update to a version that doesn't give the
2023-09-01 19:20:25.233 [WebServer] Deprecated RType (settings) for API request. Handled via fallback (getsettings), please use correct API Command! (192.168.1.106)
Re: Dashticz - how to update
Posted: Friday 01 September 2023 22:52
by HansieNL
Are you using latest stable or beta version and what is exactly your version?
I advice you to try latest beta 3.10.7.
You can easily switch from stable to beta via terminal:
Code: Select all
git fetch origin
git checkout beta
Re: Dashticz - how to update
Posted: Saturday 02 September 2023 10:42
by desertdog
I Now updated to the v3.10.5-beta, but this gives me a Domoticz authorization error
I guess this has to do with the new authorization method. But where do I have to change things? Can't find any info in the readme about it
Re: Dashticz - how to update
Posted: Saturday 02 September 2023 12:18
by HansieNL