Page 1 of 1
Domoticz install Raspberry5 (Debian Bookworm) failed
Posted: Tuesday 21 October 2025 18:35
by pbcnf
Hello.I'm trying to install Domoticz 2025-2 on my raspberry 5 Debian Bookworm (2025_9_16). After launching the installation script (install_domoticz.sh) which checks the prerequisites, I arrive in a menu informing me that Domoticz needs a static address. From there, it's impossible to click "OK" to continue the installation. I was connected with ssh, but suspecting an emulator problem, I tried with a keyboard and mouse directly connected to the raspberry via USB, but the same result. So it's impossible to go further with the installation. No problem with other menus like raspi-config. I tried with a previou

s version (2024) but it's the same thing. Kind regards.
Re: Domoticz install Raspberry5 (Debian Bookworm) failed
Posted: Tuesday 21 October 2025 19:56
by waltervl
You ran this command?
Code: Select all
sudo bash -c "$(curl -sSfL https://install.domoticz.com)"
Re: Domoticz install Raspberry5 (Debian Bookworm) failed
Posted: Wednesday 22 October 2025 9:27
by pbcnf
Thanks for your answer. I ran with with the command "sudo curl -L install.domoticz.com | bash" . But that' ok now with your command :
sudo bash -c "$(curl -sSfL
https://install.domoticz.com)" . I don't know why , but thanks a lot.
Re: Domoticz install Raspberry5 (Debian Bookworm) failed
Posted: Wednesday 22 October 2025 16:25
by waltervl
I wonder who told you that old instruction as this command is both on the download page and wiki for ages.
https://www.domoticz.com/downloads/
https://wiki.domoticz.com/Raspberry_Pi# ... asy%22_way