Ma configuration :
Raspberry pi3 avec Zigate2 et Raspbian 10 buster
Plugin: 6.3.006
Firmware: Zigate - 0321
Domoticz
Version: 2022.2
Build Hash: eea9db734
Compile Date: 2022-11-05 13:05:35
dzVents Version: 3.1.8
Python Version: 3.7.3 (default, Jan 22 2021, 20:04:44) [GCC 8.3.0]
J'ai déjà des capteurs de temperature Aqara, des switches Sonoff, des spots Moes qui fonctionnent correctement.
Je voudrais utiliser des interrupteurs de volets roulants de type Tuya QS-Zigbee-CP03 comme précisé dans ce Post :
https://easydomoticz.com/forum/viewtopi ... c&start=10
Lorsque je tente un appairage, je n'ai qu'un switch qui apparaît dans les dispositifs.
Si j'ai bien compris, il faut aller chercher le "pilote
QS-Zigbee-CP03" dans le dépôt git.
Les premières commandes préconisées se passent bien :
Code : Tout sélectionner
sudo systemctl restart domoticz.service
pi@domoticzv2:~/domoticz/plugins/Domoticz-Zigate $ sudo systemctl stop domoticz.service
pi@domoticzv2:~/domoticz/plugins/Domoticz-Zigate $ sudo git config --add submodule.recurse true
pi@domoticzv2:~/domoticz/plugins/Domoticz-Zigate $ sudo git pull
Fetching submodule external/bellows
Fetching submodule external/zigpy
Fetching submodule external/zigpy-deconz
Fetching submodule external/zigpy-zigate
Fetching submodule external/zigpy-znp
Déjà à jour.
pi@domoticzv2:~/domoticz/plugins/Domoticz-Zigate $ sudo git checkout beta6
Extraction des fichiers: 100% (403/403), fait.
Basculement sur la branche 'beta6'Code : Tout sélectionner
beta6Code : Tout sélectionner
pi@domoticzv2:~/domoticz/plugins/Domoticz-Zigate $ sudo git pull
Fetching submodule external/dnspython
Fetching submodule external/pyserial
Fetching submodule external/zigpy
Fetching submodule external/zigpy-zigate
Fetching submodule external/zigpy-znp
Pas d'information de suivi distant pour la branche actuelle.
Veuillez spécifier une branche avec laquelle fusionner.
Référez-vous à git-pull(1) pour de plus amples détails.
git pull <distant> <branche>
Si vous souhaitez indiquer l'information de suivi distant pour cette branche, vous pouvez le faire avec :
git branch --set-upstream-to=origin/<branche> beta6
D'autre part, il me semble que j'ai un probleme De proprietaire sur le dossier du plugin :
Code : Tout sélectionner
pi@domoticzv2:~/domoticz/plugins/Domoticz-Zigate $ git branch
warning: réf cassé refs/heads/stable6 ignoré
beta
* beta6
stable5
pi@domoticzv2:~/domoticz/plugins/Domoticz-Zigate $ sudo git branch
beta
* beta6
stable5
stable6
D'avance merci.