Page 4 of 4
Re: Domoticz upcoming beta/release and OpenSSL 3.0
Posted: Monday 27 October 2025 22:09
by willemd
lostusr wrote: Saturday 07 June 2025 19:30
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)"
I ran into the same problem ...but also found a solution
problem was:
So I tried to install domoticz and got a message that it needed OpenSSL version 3 (and the system had version 1)
Then I followed one of the installation guides available on the internet and that worked fine.
I checked the result after reboot with "openssl version" command and it showed version 3.
Then I tried to install domoticz again but got the same message that it needed version 3.
solution:
I noted the standard domoticz installation is a "sudo" command and I checked "sudo openssl version" and then it still showed version 1.
So I concluded the new OpenSSL was not in the PATH for sudo and that is why domoticz installation failed.
I added "/usr/local/ssl/bin" to the PATH in /etc/sudoers and then it worked.
Re: Domoticz upcoming beta/release and OpenSSL 3.0
Posted: Tuesday 28 October 2025 7:28
by jannl
Did you install openssl as root? Did you remove opsenssl 1?
Re: Domoticz upcoming beta/release and OpenSSL 3.0
Posted: Friday 31 October 2025 21:17
by TiXav
this is just a a helping hand for those who have not migrate yet (like me) due to gpio not accessible in bookworm (sysfs does not exist anymore on a fresh install), I found this
https://github.com/flyte/mqtt-io
that works well for me (still on bulleye),this software exposes GPIO (and more like serial... even I don't use it...) throught MQTT, then I use MQTT mapper plugin domoticz side : The goal is to use domoticz in docker version, and not moving to bookworm soon. (Domoticz is not the only one software on my Pi3B)
I use it for inputs: front & back garage doors... outputs : gate control, Electric heating control... this software is started by .sh script started by crontab (user:pi NOT root) @boot.
Now I hope that mqtt broadlink plugin will continue to work well with the new version of domoticz

Re: Domoticz upcoming beta/release and OpenSSL 3.0
Posted: Friday 31 October 2025 21:46
by waltervl
TiXav wrote: Friday 31 October 2025 21:17
this is just a a helping hand for those who have not migrate yet (like me) due to gpio not accessible in bookworm (sysfs does not exist anymore on a fresh install)....
You can still work with gpio on newer OS, see for example topic
viewtopic.php?f=4&t=44077
And
viewtopic.php?t=43984
Re: Domoticz upcoming beta/release and OpenSSL 3.0
Posted: Sunday 02 November 2025 15:31
by pgas37
I was browsing through this topic and it made my head spin.
What a hassle and set of steps to run version 2025-2 under Bookworm later on.
Maybe a really stupid question, but isn't it possible to use the RPI Imager to put a new OS-bookworm version on a sd-card, then run the Domoticz setup procedure, and afterwards restore a backup?
thanks
Paul
Re: Domoticz upcoming beta/release and OpenSSL 3.0
Posted: Sunday 02 November 2025 16:40
by gizmocuz
It is quite easy to backup your database/settings/domoticz folder and it is also easy to install trixie on your raspberry and domoticz again
It is also easy to install and use Domoticz via docker compose, so you will not have issues like this
There are also numerous posts here explaining quite good how to upgrade your system.
Google can also help here. With a few copy/paste lines you can upgrade your system to trixie
Re: Domoticz upcoming beta/release and OpenSSL 3.0
Posted: Monday 03 November 2025 12:11
by pgas37
Gizmocuz,
That's easier said than done for the inexperienced UNIX-user.
The recommended manual immediately causes problems because the example command outputs are different then mine, and you're unsure whether it's correct or not, and whether you can continue.
Docker is also recommended. I have a Pi running with DomoServer, MQTT for Zwave, SolarEdge Modbus, the web API, and a few other things. Writing a new SD card and reinstalling everything will probably run into Python problems again, just like in the past. I'm not looking forward to that.
Is it possible to import the entire installation into a Docker container, or do I need to create separate containers for Zwave, etc.? If possible please advice the steps to taken.
thanks