MISE À JOUR : Informations obsolètes, OSPi utilise désormais une interface différente. Veuillez mettre à jour le logiciel OSPi si le problème persiste.
Actuellement, le firmware pour OSPi ne fonctionne PAS avec Raspberry Pi Bullseye. Le problème est que la bibliothèque requise « WiringPi » n'est plus incluse.
Utilisez l'ancienne version « Buster » : https://www.raspberrypi.com/software/operating-systems/
Détails ici :
https://github.com/OpenSprinkler/OpenSprinkler-Firmware/issues/196
Cependant, vous pouvez les réinstaller à l'aide de ces commandes :
wget https://github.com/WiringPi/ WiringPi/releases/download/2. 61-1/wiringpi-2.61-1-armhf.deb
sudo dpkg -i wiringpi-2.61-1-armhf.deb

I’m using OpenSprinkler on Bullseye and it works fine for me. This was after installing OpenSprinkler on a clean install of buster. Maybe there is a certain function that is not working? What is the problem?
Hi, when installing directly with Bullseye, the WiringPi library is missing.
Installation from buster and upgrade to Bullseye wil keep the WiringPi library, so everything is ok.