Raspberry PI4 4Go
Zigate V2
Le dernier OS Raspberry PI OS (64 bits) Debian Trixie
Le dernier Domoticz 2025.2 avec Python 3.13.5
Installation de ZigbeeForDomiticz par:
Code : Tout sélectionner
git clone https://github.com/zigbeefordomoticz/Domoticz-Zigbee.git
cd Domoticz-Zigbee/
sudo pip3 install -r requirements.txt --break-system-packages
sudo chown -R pi:pi .
git config --add submodule.recurse true
git submodule update --init --recursive
sudo chmod +x plugin.py
sudo service domoticz.sh restart
J’ai essayé de passer par un environnement python virtuel mais ça ne donne rien,2026-01-06 10:56:59.173 Error: Zigate: (Zigate) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/Domoticz-Zigbee/:/usr/lib/python313.zip:/usr/lib/python3.13:/usr/lib/python3.13/lib- dynload:/usr/local/lib/python3.13/dist-packages:/usr/lib/python3/dist-packages:/usr/lib/python3.13/dist-packages'.
2026-01-06 10:56:59.175 Error: Zigate: Traceback (most recent call last):
2026-01-06 10:56:59.175 Error: Zigate: File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 149, in <module>
2026-01-06 10:56:59.175 Error: Zigate: from Classes.ZigpyTopology import ZigpyTopology
2026-01-06 10:56:59.175 Error: Zigate: File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTopology.py", line 19, in <module>
2026-01-06 10:56:59.175 Error: Zigate: import zigpy.types as t
2026-01-06 10:56:59.175 Error: Zigate: ModuleNotFoundError: No module named 'zigpy'
J’ai essayé de forcer l’installation de zigpy et zigpy-zigate par (sudo python3.13 -m pip install --break-system-packages zigpy zigpy-zigate- ) mais j’ai une erreur plus loin.
Je n’arrive pas à charger z4d_certified_devices, GitHub me demande un login, mot de passe.
Bon, globalement je suis bloqué alors que j’essaie de faire une installation « normale » sur un Raspberry vide à l’origine.
Que faire?