Page 3 of 4

Re: Domoticz upcoming beta/release and OpenSSL 3.0

Posted: Saturday 31 May 2025 22:24
by Varazir
Got zwave to work as well.

Re: Domoticz upcoming beta/release and OpenSSL 3.0

Posted: Sunday 01 June 2025 12:01
by acaonweb
brand new raspbian os, bookworm
fresh Domoticz install

Code: Select all

/home/pi/domoticz/domoticz: error while loading shared libraries: libssl.so.1.1
now????

Re: Domoticz upcoming beta/release and OpenSSL 3.0

Posted: Sunday 01 June 2025 12:23
by janpep
acaonweb wrote: Sunday 01 June 2025 12:01

Code: Select all

/home/pi/domoticz/domoticz: error while loading shared libraries: libssl.so.1.1
now????
Did you install the beta?
I did a fresh install here also on new installed bookworm (on Raspberry pi 3B+). No problem.
Also installed the beta on my Ubuntu 24.04 (Virtual machine under Synology). No problem.

Re: Domoticz upcoming beta/release and OpenSSL 3.0

Posted: Sunday 01 June 2025 14:48
by FireWizard
Hi, @acaonweb,
now????
And now.....?

As you have probably installed the latest Domoticz stable 2025.1, you have 2 options.

1. Either install libssl1.1 in Bookworm, so that Domoticz 2025.1 stable and any Domoticz beta, earlier than May 15, will run fine.
2. Install Domoticz, latest beta, so that all future beta's and stable, later than 2025.1 will run fine.

To install libssl1.1 do:

Code: Select all

sudo apt install libssl1.1
In this case, you should also install:

Code: Select all

sudo apt install libusb-dev
To use the latest beta do the following:

As you have Domoticz already installed it is sufficient to update to beta

Code: Select all

cd ~/domoticz
sudo ./updatebeta
Regards

Re: Domoticz upcoming beta/release and OpenSSL 3.0

Posted: Sunday 01 June 2025 17:13
by acaonweb
FireWizard wrote: Sunday 01 June 2025 14:48 Hi, @acaonweb,
now????
And now.....?

As you have probably installed the latest Domoticz stable 2025.1, you have 2 options.

1. Either install libssl1.1 in Bookworm, so that Domoticz 2025.1 stable and any Domoticz beta, earlier than May 15, will run fine.
2. Install Domoticz, latest beta, so that all future beta's and stable, later than 2025.1 will run fine.

To install libssl1.1 do:

Code: Select all

sudo apt install libssl1.1
In this case, you should also install:

Code: Select all

sudo apt install libusb-dev
To use the latest beta do the following:

As you have Domoticz already installed it is sufficient to update to beta

Code: Select all

cd ~/domoticz
sudo ./updatebeta
Regards
thanx for your help.. I'm investigating on migrate to docker, so I'm trying to
1) create a docker container (check)
2) create a new fresh install on a new SD (to do, thank for the tips above)
3) disable for a while the running service: it's ok to disable it with: sudo systemctl disable domoticz ? and enable again sudo systemctl enable domoticz ??

Re: Domoticz upcoming beta/release and OpenSSL 3.0

Posted: Monday 02 June 2025 21:26
by FireWizard
HI @acaonweb,

You asked:
3) disable for a while the running service: it's ok to disable it with: sudo systemctl disable domoticz ? and enable again sudo systemctl enable domoticz ??
Yes you can do that, but stop Domoticz first

Code: Select all

sudo systemctl stop domoticz
or

Code: Select all

sudo service domoticz stop
Regards

Re: Domoticz upcoming beta/release and OpenSSL 3.0

Posted: Tuesday 03 June 2025 6:24
by acaonweb
Thanx for your suggestion

Re: Domoticz upcoming beta/release and OpenSSL 3.0

Posted: Saturday 07 June 2025 19:30
by lostusr
Hi,

it's not done with just openSSL 3:

Code: Select all

pi@openWB2:~ $ openssl version
OpenSSL 3.3.2 3 Sep 2024 (Library: OpenSSL 3.3.2 3 Sep 2024)
pi@openWB2:~ $ sudo bash -c "$(curl -sSfL https://install.domoticz.com)"
OpenSSL version 3 required!
VERSION="11 (bullseye)"

Actually I would like to install an older version, but at the moment I got no idea how to get back... maybe extract from an privious operating SD-card, if possible at all...

All started with an backup-restore wich is not putting back missing mqtt-sensor-datas which for sure are in there as it worked just few hours before. Thought reinstall would be worth an try, but holly shit...

Re: Domoticz upcoming beta/release and OpenSSL 3.0

Posted: Saturday 07 June 2025 21:31
by waltervl
You can always start building your own Domoticz yourself, no problem there. If you want to use the ease of a pre build version just follow the instructions and don not find all kind of shortcuts.

The easiest way if you do not want to build something yourself and want to stay on bullseye is to use docker.

Re: Domoticz upcoming beta/release and OpenSSL 3.0

Posted: Sunday 08 June 2025 9:14
by gizmocuz
Could you tell me the output of the following bash command

Code: Select all

openssl version -v | awk '{print $2}' | sed 's/\..*//'

Re: Domoticz upcoming beta/release and OpenSSL 3.0

Posted: Monday 09 June 2025 22:02
by lostusr
Unfortunately not now, but wil do later. My try & error raspi is from a device at work and it's going somewhere else for the next aprox. 3 weeks.
At my private one I put all together and just touch it again as I fixt my list of open points.

But thanks for the hints as I'm not so firm with linux!

Re: Domoticz upcoming beta/release and OpenSSL 3.0

Posted: Wednesday 11 June 2025 10:26
by domcars0
gizmocuz wrote: Monday 19 May 2025 22:00 There is still native GPIO support in Domoticz
SysFS has been deprecated for years

What are you controlling?!Can this be done via an ESP or a Zigbee device?
Hi,
It's strange, cause when I want to add a new Raspberry GPIO hardware in my Domoticz 2025.1 on my Pi 3b with Bookworm this message appears in log console:

"2025-06-11 10:05:38.671 Status: Classic GPIO: This hardware is deprecated. Please transfer to the new SysFS hardware type!"
But there is no more SysFS GPIO with bookworm :|
???

Re: Domoticz upcoming beta/release and OpenSSL 3.0

Posted: Tuesday 24 June 2025 13:37
by TiXav
I would like to upgrade (not docker), and I made inventory of my system and find the way to make my future system working same/closed to today, I noticed the same thing as you about the GPIO, Have you found a solution since your last message?

Re: Domoticz upcoming beta/release and OpenSSL 3.0

Posted: Friday 11 July 2025 22:04
by lostusr
gizmocuz wrote: Sunday 08 June 2025 9:14 Could you tell me the output of the following bash command
Well:

Code: Select all

pi@openWB2:~ $ openssl version -v | awk '{print $2}' | sed 's/\..*//'
3

Re: Domoticz upcoming beta/release and OpenSSL 3.0

Posted: Monday 14 July 2025 14:50
by lostusr
waltervl wrote: Saturday 07 June 2025 21:31 You can always start building your own Domoticz yourself, no problem there. If you want to use the ease of a pre build version just follow the instructions and don not find all kind of shortcuts.

The easiest way if you do not want to build something yourself and want to stay on bullseye is to use docker.
Thanks for the hints. So I tried my own build, but next error occured:

Code: Select all

CMake Error at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:165 (message):
  Could NOT find Lua (missing: LUA_LIBRARIES LUA_INCLUDE_DIR) (Required is at
  least version "5.3")
So when I've mood the next time I might get firm with docker ... hope that's more try than error...

Re: Domoticz upcoming beta/release and OpenSSL 3.0

Posted: Monday 14 July 2025 16:07
by waltervl
Best is to update your system to latest OS....

Re: Domoticz upcoming beta/release and OpenSSL 3.0

Posted: Sunday 12 October 2025 13:25
by waltervl
Heads Up! Stable 2025.2 is coming in this theatre very soon!! So be prepared if you run on an old OS!
Use docker or update your OS to the latest version available.

Re: Domoticz upcoming beta/release and OpenSSL 3.0

Posted: Monday 13 October 2025 20:44
by Backbone
Too late....
You first click update after a new version message pops up.
Then after the fail you start to search why it fails and land here after some google searches. :shock:

Time for a new install and restore a backup.

Paco

Re: Domoticz upcoming beta/release and OpenSSL 3.0

Posted: Tuesday 14 October 2025 20:26
by Zuikkis
Backbone wrote: Monday 13 October 2025 20:44 Too late....
You first click update after a new version message pops up.
Then after the fail you start to search why it fails and land here after some google searches. :shock:

Time for a new install and restore a backup.

Paco
Same.. :)

Except that I'm now upgrading my system so domoticz can run.
gizmocuz wrote: There has been a new beta released that has a modification in the updatebeta script that checks for OpenSSL 3.
If you update now, you will not be able to upgrade to a newer version until you meet the new system requirements (see it as a safety net)
just for you to know that apparently there is no such check from upgrading from stable 2025.1.. It happily installed 2025.2 and then failed to start because of missing OpenSSL3. I'm sure many users will find themself in this same situation.

Re: Domoticz upcoming beta/release and OpenSSL 3.0

Posted: Wednesday 15 October 2025 10:57
by lost
Zuikkis wrote: Tuesday 14 October 2025 20:26just for you to know that apparently there is no such check from upgrading from stable 2025.1.. It happily installed 2025.2 and then failed to start because of missing OpenSSL3. I'm sure many users will find themself in this same situation.
The change comes from this commit 5 months ago:
https://github.com/domoticz/domoticz/co ... 6d4dad2912

So this was done a bit after last stable release on may 5, unfortunately.

I would say this is same consequence (domoticz unable to restart after upgrade) as previous armV6 builds removal, that was not checked in previous stables update scrips that could then go till the end on an architecture that was no more supported, with domoticz then unable to restart.

As this is not easy to always foresee such changes from one stable to another (let's not talk about several versions jump), only way to fix this for the future would be a change in the update process to 1st extract the update script of just downloaded archive to be installed & execute this up to date script!