Upgraded to 2024,1 and rollback needed
Moderator: leecollings
-
- Posts: 2
- Joined: Thursday 04 January 2024 23:47
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Upgraded to 2024,1 and rollback needed
Hello,
On Rasberry pi 4b Raspbian 11,8 unaccidentaly upgraded from 2023 2 -> 2024 1 and system is broken because of openZwave removed from new version. Now trying to roll back but unable to get old version. Guide https://www.domoticz.com/wiki/Going_bac ... us_version ends up to new version, and even tried to compile version from github which ended up to 2024 as well with instructions, since git commands are not too familar for me. From github i go this version domoticz linux 2023 2 aarch64 tgz but it's not starting but getting libssl so 3 error. Any ideas how to get 2023 2 version back up running, and then start planning to Zwave MQTT version? Thanks
On Rasberry pi 4b Raspbian 11,8 unaccidentaly upgraded from 2023 2 -> 2024 1 and system is broken because of openZwave removed from new version. Now trying to roll back but unable to get old version. Guide https://www.domoticz.com/wiki/Going_bac ... us_version ends up to new version, and even tried to compile version from github which ended up to 2024 as well with instructions, since git commands are not too familar for me. From github i go this version domoticz linux 2023 2 aarch64 tgz but it's not starting but getting libssl so 3 error. Any ideas how to get 2023 2 version back up running, and then start planning to Zwave MQTT version? Thanks
-
- Posts: 31
- Joined: Sunday 03 January 2016 0:32
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Upgraded to 2024,1 and rollback needed
Same problem here with a raspberry pi with 32bit bullseye
-
- Posts: 616
- Joined: Thursday 10 November 2016 9:30
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Upgraded to 2024,1 and rollback needed
https://filebin.net/icrs31fwvdm8ixon
passwd = domoticz
Contain stables 2023.1, 2023.2 and lastest 2023.2 beta before OZW removal (thus include a few fixes seen just after 2023.2 stable availability ; that's the version I use since end of july on my 64bit PI3B install, but all versions should be there).
Take care windows stable 2023.2 had the issue of Config directory missing from installer, later corrected. This was not causing issue on an upgrade (old directory remains after new files extraction) but this was the case for fresh installs (always do a domoticz directory backup after stopping service, so you're able to restore, fully or what may be missing).
passwd = domoticz
Contain stables 2023.1, 2023.2 and lastest 2023.2 beta before OZW removal (thus include a few fixes seen just after 2023.2 stable availability ; that's the version I use since end of july on my 64bit PI3B install, but all versions should be there).
Take care windows stable 2023.2 had the issue of Config directory missing from installer, later corrected. This was not causing issue on an upgrade (old directory remains after new files extraction) but this was the case for fresh installs (always do a domoticz directory backup after stopping service, so you're able to restore, fully or what may be missing).
-
- Posts: 2
- Joined: Thursday 04 January 2024 23:47
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Upgraded to 2024,1 and rollback needed
Thank you very much lost for shared files, got system back running with them. Just wondering why these former version files are not be available from Domoticz site, which is quite common manner in general.
- gizmocuz
- Posts: 2350
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Upgraded to 2024,1 and rollback needed
Latest beta version should give you again OpenZWave, so you can start your migration easier.
(Aldo it was mentioned more than a year!)
(Aldo it was mentioned more than a year!)
Quality outlives Quantity!
Re: Upgraded to 2024,1 and rollback needed
Files are no longer available. Could you kindly repost them?
Thank you very much.
Thank you very much.
-
- Posts: 616
- Joined: Thursday 10 November 2016 9:30
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Upgraded to 2024,1 and rollback needed
They only last for 5 days... Here they are:
https://filebin.net/gjq1ajo8s1itrpis
Unchanged passwd=domoticz
-
- Posts: 5
- Joined: Tuesday 07 June 2016 12:03
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Upgraded to 2024,1 and rollback needed
Thank you too.
Can you tell me how to reinstall domoticz on a new Raspbian from the uploaded file via SSH?
Thank you in advance.
Can you tell me how to reinstall domoticz on a new Raspbian from the uploaded file via SSH?
Thank you in advance.
-
- Posts: 616
- Joined: Thursday 10 November 2016 9:30
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Upgraded to 2024,1 and rollback needed
Save your current domoticz folder from current install (+all that was done for service automatic startup etc), as there is no script to do this for you & you probably have DB/scripts to restore after reinstall.
Install new PI (take care ton install manually libssl1.1 if going latest bookworm) & just scp file & ssh to extract the archive that match version/architecture, restore db/scripts from save as well as service/startup.
You may have a look to update scripts for exact commands/steps for domoticz install: All you need is there with the difference archive to use is not automatically downloaded there. You also have the steps to identify arch/os to select the right archive.
-
- Posts: 5
- Joined: Monday 02 November 2015 14:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Upgraded to 2024,1 and rollback needed
How hard can it be to let the newest update not install on an armv6 luckily I have a recent backup of the sd
-
- Posts: 1
- Joined: Friday 15 December 2023 19:29
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Upgraded to 2024,1 and rollback needed
For all of you, stuck on ARMv6 devices, I have compiled Domoticz from source (13-01-2024) ARMv6
Please have a look on my GitHub for a rather simple solution.
I hope that this can be of help for many of "us"
GitHub -> PE1DDA/Domoticz-ARMv6
Please have a look on my GitHub for a rather simple solution.
I hope that this can be of help for many of "us"
GitHub -> PE1DDA/Domoticz-ARMv6
-
- Posts: 5
- Joined: Tuesday 07 June 2016 12:03
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Upgraded to 2024,1 and rollback needed
Thank you for answer.lost wrote: ↑Saturday 13 January 2024 8:27Save your current domoticz folder from current install (+all that was done for service automatic startup etc), as there is no script to do this for you & you probably have DB/scripts to restore after reinstall.
Install new PI (take care ton install manually libssl1.1 if going latest bookworm) & just scp file & ssh to extract the archive that match version/architecture, restore db/scripts from save as well as service/startup.
You may have a look to update scripts for exact commands/steps for domoticz install: All you need is there with the difference archive to use is not automatically downloaded there. You also have the steps to identify arch/os to select the right archive.
I mean.
I had something else in mind. I have a clean image of raspbian bullseye and raspberry pi 1 model B on which domoticz 2023.2 worked correctly. Now I would like to reinstall domoticz 2023.2 on the same raspberry. How to do it?
-
- Posts: 616
- Joined: Thursday 10 November 2016 9:30
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Upgraded to 2024,1 and rollback needed
Just extract the archive as the upgrade scripts would do... You can check their content to see what's done there.
-
- Posts: 843
- Joined: Sunday 23 February 2014 17:56
- Target OS: Raspberry Pi / ODroid
- Domoticz version: mixed
- Location: Hengelo(Ov)/NL
- Contact:
Re: Upgraded to 2024,1 and rollback needed
If making a new installation from source, the setup in this message might be useful,
because it unambiguously directs the file-extraction to the 2023.2-version of Domoticz.
because it unambiguously directs the file-extraction to the 2023.2-version of Domoticz.
Set1 = RPI-Zero+RFXCom433+S0PCM+Shield for BMP180/DS18B20/RS485+DDS238-1ZNs
Set2 = RPI-3A++RFLinkGTW+ESP8266s+PWS_WS7000
Common = KAKUs+3*PVLogger+PWS_TFA_Nexus
plus series of 'satellites' for dedicated interfacing, monitoring & control.
Set2 = RPI-3A++RFLinkGTW+ESP8266s+PWS_WS7000
Common = KAKUs+3*PVLogger+PWS_TFA_Nexus
plus series of 'satellites' for dedicated interfacing, monitoring & control.
-
- Posts: 30
- Joined: Friday 26 August 2016 9:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Upgraded to 2024,1 and rollback needed
Please could anyone help me? I am trying to perform a rollback my pi zero w to 2023.2.
The whole compiling thing is way to complex. Could anyone share the compiled version?
The whole compiling thing is way to complex. Could anyone share the compiled version?
-
- Posts: 1
- Joined: Monday 22 January 2024 19:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Upgraded to 2024,1 and rollback needed
Works like a charm for me. I first thought something was not working, but I only copied the db-file and not the domoticz file. After that all worked fine! Thanks!
-
- Posts: 216
- Joined: Saturday 10 November 2018 18:29
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Hungary
- Contact:
Re: Upgraded to 2024,1 and rollback needed
Domoticz 2024.3 compiled for owners of armv6 like me.
https://iot.sajatfelhom.eu/domoticz/
https://iot.sajatfelhom.eu/domoticz/
-
- Posts: 5
- Joined: Sunday 26 April 2020 14:37
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Upgraded to 2024,1 and rollback needed
Just wanted to say thank you for that. My pi zero w isn't that old and still works well.lwolf wrote: ↑Saturday 27 January 2024 10:15 Domoticz 2024.3 compiled for owners of armv6 like me.
https://iot.sajatfelhom.eu/domoticz/
-
- Posts: 1
- Joined: Sunday 18 February 2024 17:39
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Germany
- Contact:
Re: Upgraded to 2024,1 and rollback needed
thank you very much for this work (...but before I see you post I configurate and compile the armv7-version more then 4h on my pi zero w.)
My first reaction: surprised the update does not work, then frustrated - why not using a 'green' 1Watt Server anymore ?!
... add the end I was a little disappointed that the Domoticz development team goes the same way like other home-automation systems and increase the hardware requirement year for year. I still use Domoticz because it runs with this low hardware requirements (RAM and CPU-Speed)...if this is not the way for the future I also could switch to systems like home-assistant (runs for test on a orange pi zero 2w 1GB...but needs nearly 2Watt)
remember 2 rules for home automation:
- KISS
- keep always the WAF in mind (see: Wikipedia 'Woman_acceptance_factor')
- KISS
- keep always the WAF in mind (see: Wikipedia 'Woman_acceptance_factor')
Who is online
Users browsing this forum: Bing [Bot] and 1 guest