Zigbee KO mais pourquoi?

Bonjour,
Depuis quelques temps mon Zigbee est KO. Je n’ai pas pris le temps de m’en occupé avant ce matin.
Mon Jeedom est à jour (4.3.17), mes plugins aussi, et ma clé Zigbee également.

Je n’arrive pas à installer les dépendances, la mise à jour tournent perpétuellement. Le DEMON est KO :

Dans les logs Zigbee je trouve ce message répéter des dizaines de fois.
[2023-10-16 09:30:10]ERROR : Echec de la requête HTTP : http://127.0.0.1:8089/device/all cURL error : Failed to connect to 127.0.0.1 port 8089: Connection refused

Dans les logs Zigbee update je constate que la mise à jour est bien installée :
image

J’ai redémarrer ma box (Rpi 3B+), mais rien n’y fait.

Si quelqu’un a une piste complémentaire à me soumettre je suis preneur.
Merci par avance pour votre aide.

Bonjour,

Pour aider ceux qui t’aiderons… il faut le log d’installation des dépendances et la plage Santé de Jeedom.

Sinon : Ce plugin est remplacé gratuitement par une version basée sur MQTT :
Jeedom Market

Merci Fabrice.

Voici la page santé :

et le détail des erreurs

Parmi les LOG, lequel dois-je communiquer svp ?

Cela doit être Zigbee_packages
C’est le log qui contient le journal d’installation des dépendances de ce plugin.

Note : La charge est haute sur ton Jeedom, certainement du à l’installation des dépendances en boucle.

Merci Fabrice.

Voici le contenu du LOG en question :

+ echo '*******************Begin of package installation******************'
*******************Begin of package installation******************
+ touch /tmp/jeedom_install_in_progress_zigbee
+ echo 1
+ echo 2
+ sudo chmod +x /var/www/html/core/class/../../plugins/zigbee/resources/pre-install.sh
+ sudo /var/www/html/core/class/../../plugins/zigbee/resources/pre-install.sh
Launch pre-install of zigbee dependancy
Lecture des listes de paquets…
Construction de l'arbre des dépendances…
Lecture des informations d'état…
Le paquet « python-rpi.gpio » n'est pas installé, et ne peut donc être supprimé
Le paquet « python-rpi.gpio-dbgsym » n'est pas installé, et ne peut donc être supprimé
Le paquet « python3-rpi.gpio » n'est pas installé, et ne peut donc être supprimé
Le paquet « python3-rpi.gpio-dbgsym » n'est pas installé, et ne peut donc être supprimé
Le paquet « rpi.gpio-common » n'est pas installé, et ne peut donc être supprimé
0 mis à jour, 0 nouvellement installés, 0 à enlever et 67 non mis à jour.

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Lecture des listes de paquets…
Construction de l'arbre des dépendances…
Lecture des informations d'état…
Le paquet « rustc » n'est pas installé, et ne peut donc être supprimé
0 mis à jour, 0 nouvellement installés, 0 à enlever et 67 non mis à jour.

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Lecture des listes de paquets…
Construction de l'arbre des dépendances…
Lecture des informations d'état…
Le paquet « cargo » n'est pas installé, et ne peut donc être supprimé
0 mis à jour, 0 nouvellement installés, 0 à enlever et 67 non mis à jour.
info: downloading installer

Je complète mon message.

J’ai pris le temps de relancer 2 fois les dépendances, l’installation tourne pendant plusieurs minutes…

Côté « santé » il y a du mieux :

Plus qu’une seule erreur sur le plugin Zigbee :

Le plugin lui-même est toujours NOK :

Le LOG Zigbee_packages est un peu long pour être collé ici (et je ne peux peux pas mettre en PJ le txt). Je constate dedans plusieurs erreurs du type :

WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA'
WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA'

    WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
    Found existing installation: idna 3.3
ERROR: Cannot uninstall idna 3.3, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps idna==3.3'.

Voici la fin du LOG :


Everything is successfully installed!
+ echo 25
+ php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end zigbee
+ rm /tmp/jeedom_install_in_progress_zigbee
+ echo '*******************End of package installation******************'
*******************End of package installation******************

J’avoue que tout cela ne me parle pas. Si quelqu’un comprends pourquoi mon Zigbee ne fonctionne plus, je suis preneur de ses lumières.

Bonsoir.

Comme il y a un problème à l’installation des dépendances, il faut vraiment mettre le log en entier entre les balises il doit passer.

Voici le LOG en 2 fois car il dépasse la limite des 32000 caractères (36000).

PARTIE 1

  Using cached https://www.piwheels.org/simple/pycparser/pycparser-2.21-py2.py3-none-any.whl (119 kB)
Collecting zipp>=0.5 (from importlib-metadata->attrs>=17.3.0->aiohttp->zigpy>=0.47.0->zigpy-xbee==0.15.0)
  Using cached https://www.piwheels.org/simple/zipp/zipp-3.15.0-py3-none-any.whl (6.8 kB)
WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA'
WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA'
Installing collected packages: voluptuous, pyserial, crccheck, zipp, typing_extensions, pyserial-asyncio, pycparser, multidict, idna, frozenlist, charset-normalizer, asynctest, yarl, importlib-metadata, cffi, async-timeout, aiosqlite, aiosignal, cryptography, attrs, aiohttp, zigpy, zigpy-xbee
  Attempting uninstall: voluptuous
    Found existing installation: voluptuous 0.13.1
    Uninstalling voluptuous-0.13.1:
      Successfully uninstalled voluptuous-0.13.1
  Attempting uninstall: pyserial
    Found existing installation: pyserial 3.5
    Uninstalling pyserial-3.5:
      Successfully uninstalled pyserial-3.5
  Attempting uninstall: crccheck
    Found existing installation: crccheck 1.3.0
    Uninstalling crccheck-1.3.0:
      Successfully uninstalled crccheck-1.3.0
  Attempting uninstall: zipp
    Found existing installation: zipp 3.15.0
    Uninstalling zipp-3.15.0:
      Successfully uninstalled zipp-3.15.0
  Attempting uninstall: typing_extensions
    Found existing installation: typing_extensions 4.7.1
    Uninstalling typing_extensions-4.7.1:
      Successfully uninstalled typing_extensions-4.7.1
  Attempting uninstall: pyserial-asyncio
    Found existing installation: pyserial-asyncio 0.6
    Uninstalling pyserial-asyncio-0.6:
      Successfully uninstalled pyserial-asyncio-0.6
  Attempting uninstall: pycparser
    Found existing installation: pycparser 2.21
    Uninstalling pycparser-2.21:
      Successfully uninstalled pycparser-2.21
  Attempting uninstall: multidict
    Found existing installation: multidict 6.0.4
    Uninstalling multidict-6.0.4:
      Successfully uninstalled multidict-6.0.4
  Attempting uninstall: idna
    WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
    Found existing installation: idna 3.3
ERROR: Cannot uninstall idna 3.3, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps idna==3.3'.
+ echo 16
+ sudo pip3 install --force-reinstall --upgrade zigpy-deconz==0.18.1
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting zigpy-deconz==0.18.1
  Downloading https://www.piwheels.org/simple/zigpy-deconz/zigpy_deconz-0.18.1-py3-none-any.whl (31 kB)
Collecting pyserial-asyncio (from zigpy-deconz==0.18.1)
  Using cached https://www.piwheels.org/simple/pyserial-asyncio/pyserial_asyncio-0.6-py3-none-any.whl (7.5 kB)
Collecting zigpy>=0.47.0 (from zigpy-deconz==0.18.1)
  Using cached https://www.piwheels.org/simple/zigpy/zigpy-0.51.6-py3-none-any.whl (153 kB)
Collecting aiohttp (from zigpy>=0.47.0->zigpy-deconz==0.18.1)
  Using cached https://www.piwheels.org/simple/aiohttp/aiohttp-3.8.6-cp37-cp37m-linux_armv7l.whl (506 kB)
Collecting aiosqlite>=0.16.0 (from zigpy>=0.47.0->zigpy-deconz==0.18.1)
  Using cached https://www.piwheels.org/simple/aiosqlite/aiosqlite-0.19.0-py3-none-any.whl (15 kB)
Collecting crccheck (from zigpy>=0.47.0->zigpy-deconz==0.18.1)
  Using cached https://www.piwheels.org/simple/crccheck/crccheck-1.3.0-py3-none-any.whl (21 kB)
Collecting cryptography (from zigpy>=0.47.0->zigpy-deconz==0.18.1)
  Using cached https://www.piwheels.org/simple/cryptography/cryptography-41.0.4-cp37-cp37m-linux_armv7l.whl (2.2 MB)
Collecting voluptuous (from zigpy>=0.47.0->zigpy-deconz==0.18.1)
  Using cached https://www.piwheels.org/simple/voluptuous/voluptuous-0.13.1-py3-none-any.whl (35 kB)
Collecting yarl (from zigpy>=0.47.0->zigpy-deconz==0.18.1)
  Using cached https://www.piwheels.org/simple/yarl/yarl-1.9.2-cp37-cp37m-linux_armv7l.whl (99 kB)
Collecting pyserial (from pyserial-asyncio->zigpy-deconz==0.18.1)
  Using cached https://www.piwheels.org/simple/pyserial/pyserial-3.5-py2.py3-none-any.whl (90 kB)
Collecting typing_extensions>=4.0 (from aiosqlite>=0.16.0->zigpy>=0.47.0->zigpy-deconz==0.18.1)
  Using cached https://www.piwheels.org/simple/typing-extensions/typing_extensions-4.7.1-py3-none-any.whl (33 kB)
Collecting attrs>=17.3.0 (from aiohttp->zigpy>=0.47.0->zigpy-deconz==0.18.1)
  Using cached https://www.piwheels.org/simple/attrs/attrs-23.1.0-py3-none-any.whl (61 kB)
Collecting charset-normalizer<4.0,>=2.0 (from aiohttp->zigpy>=0.47.0->zigpy-deconz==0.18.1)
  Using cached https://www.piwheels.org/simple/charset-normalizer/charset_normalizer-3.3.0-py3-none-any.whl (48 kB)
Collecting multidict<7.0,>=4.5 (from aiohttp->zigpy>=0.47.0->zigpy-deconz==0.18.1)
  Using cached https://www.piwheels.org/simple/multidict/multidict-6.0.4-cp37-cp37m-linux_armv7l.whl (53 kB)
Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp->zigpy>=0.47.0->zigpy-deconz==0.18.1)
  Using cached https://www.piwheels.org/simple/async-timeout/async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
Collecting frozenlist>=1.1.1 (from aiohttp->zigpy>=0.47.0->zigpy-deconz==0.18.1)
  Using cached https://www.piwheels.org/simple/frozenlist/frozenlist-1.3.3-cp37-cp37m-linux_armv7l.whl (66 kB)
Collecting aiosignal>=1.1.2 (from aiohttp->zigpy>=0.47.0->zigpy-deconz==0.18.1)
  Using cached https://www.piwheels.org/simple/aiosignal/aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Collecting asynctest==0.13.0 (from aiohttp->zigpy>=0.47.0->zigpy-deconz==0.18.1)
  Using cached https://www.piwheels.org/simple/asynctest/asynctest-0.13.0-py3-none-any.whl (26 kB)
Collecting idna>=2.0 (from yarl->zigpy>=0.47.0->zigpy-deconz==0.18.1)
  Using cached https://www.piwheels.org/simple/idna/idna-3.4-py3-none-any.whl (61 kB)
Collecting cffi>=1.12 (from cryptography->zigpy>=0.47.0->zigpy-deconz==0.18.1)
  Using cached https://www.piwheels.org/simple/cffi/cffi-1.15.1-cp37-cp37m-linux_armv7l.whl (219 kB)
Collecting importlib-metadata (from attrs>=17.3.0->aiohttp->zigpy>=0.47.0->zigpy-deconz==0.18.1)
  Using cached https://www.piwheels.org/simple/importlib-metadata/importlib_metadata-6.7.0-py3-none-any.whl (22 kB)
Collecting pycparser (from cffi>=1.12->cryptography->zigpy>=0.47.0->zigpy-deconz==0.18.1)
  Using cached https://www.piwheels.org/simple/pycparser/pycparser-2.21-py2.py3-none-any.whl (119 kB)
Collecting zipp>=0.5 (from importlib-metadata->attrs>=17.3.0->aiohttp->zigpy>=0.47.0->zigpy-deconz==0.18.1)
  Using cached https://www.piwheels.org/simple/zipp/zipp-3.15.0-py3-none-any.whl (6.8 kB)
WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA'
WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA'
Installing collected packages: voluptuous, pyserial, crccheck, zipp, typing_extensions, pyserial-asyncio, pycparser, multidict, idna, frozenlist, charset-normalizer, asynctest, yarl, importlib-metadata, cffi, async-timeout, aiosqlite, aiosignal, cryptography, attrs, aiohttp, zigpy, zigpy-deconz
  Attempting uninstall: voluptuous
    Found existing installation: voluptuous 0.13.1
    Uninstalling voluptuous-0.13.1:
      Successfully uninstalled voluptuous-0.13.1
  Attempting uninstall: pyserial
    Found existing installation: pyserial 3.5
    Uninstalling pyserial-3.5:
      Successfully uninstalled pyserial-3.5
  Attempting uninstall: crccheck
    Found existing installation: crccheck 1.3.0
    Uninstalling crccheck-1.3.0:
      Successfully uninstalled crccheck-1.3.0
  Attempting uninstall: zipp
    Found existing installation: zipp 3.15.0
    Uninstalling zipp-3.15.0:
      Successfully uninstalled zipp-3.15.0
  Attempting uninstall: typing_extensions
    Found existing installation: typing_extensions 4.7.1
    Uninstalling typing_extensions-4.7.1:
      Successfully uninstalled typing_extensions-4.7.1
  Attempting uninstall: pyserial-asyncio
    Found existing installation: pyserial-asyncio 0.6
    Uninstalling pyserial-asyncio-0.6:
      Successfully uninstalled pyserial-asyncio-0.6
  Attempting uninstall: pycparser
    Found existing installation: pycparser 2.21
    Uninstalling pycparser-2.21:
      Successfully uninstalled pycparser-2.21
  Attempting uninstall: multidict
    Found existing installation: multidict 6.0.4
    Uninstalling multidict-6.0.4:
      Successfully uninstalled multidict-6.0.4
  Attempting uninstall: idna
    WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
    Found existing installation: idna 3.3
ERROR: Cannot uninstall idna 3.3, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps idna==3.3'.
+ echo 17
+ sudo pip3 install --force-reinstall --upgrade zigpy-zigate==0.9.2
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting zigpy-zigate==0.9.2
  Downloading https://www.piwheels.org/simple/zigpy-zigate/zigpy_zigate-0.9.2-py3-none-any.whl (39 kB)
Collecting pyserial>=3.5 (from zigpy-zigate==0.9.2)
  Using cached https://www.piwheels.org/simple/pyserial/pyserial-3.5-py2.py3-none-any.whl (90 kB)
Collecting pyusb>=1.1.0 (from zigpy-zigate==0.9.2)
  Downloading https://www.piwheels.org/simple/pyusb/pyusb-1.2.1-py3-none-any.whl (58 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.4/58.4 kB 885.1 kB/s eta 0:00:00
Collecting zigpy>=0.47.0 (from zigpy-zigate==0.9.2)
  Using cached https://www.piwheels.org/simple/zigpy/zigpy-0.51.6-py3-none-any.whl (153 kB)
Collecting gpiozero (from zigpy-zigate==0.9.2)
  Downloading https://www.piwheels.org/simple/gpiozero/gpiozero-2.0-py3-none-any.whl (150 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150.5/150.5 kB 559.9 kB/s eta 0:00:00
Collecting pyserial-asyncio>=0.5 (from zigpy-zigate==0.9.2)
  Using cached https://www.piwheels.org/simple/pyserial-asyncio/pyserial_asyncio-0.6-py3-none-any.whl (7.5 kB)
Collecting aiohttp (from zigpy>=0.47.0->zigpy-zigate==0.9.2)
  WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /simple/aiohttp/aiohttp-3.8.6-cp37-cp37m-linux_armv7l.whl
  Using cached https://www.piwheels.org/simple/aiohttp/aiohttp-3.8.6-cp37-cp37m-linux_armv7l.whl (506 kB)
Collecting aiosqlite>=0.16.0 (from zigpy>=0.47.0->zigpy-zigate==0.9.2)
  Using cached https://www.piwheels.org/simple/aiosqlite/aiosqlite-0.19.0-py3-none-any.whl (15 kB)
Collecting crccheck (from zigpy>=0.47.0->zigpy-zigate==0.9.2)
  Using cached https://www.piwheels.org/simple/crccheck/crccheck-1.3.0-py3-none-any.whl (21 kB)
Collecting cryptography (from zigpy>=0.47.0->zigpy-zigate==0.9.2)
  Using cached https://www.piwheels.org/simple/cryptography/cryptography-41.0.4-cp37-cp37m-linux_armv7l.whl (2.2 MB)
Collecting voluptuous (from zigpy>=0.47.0->zigpy-zigate==0.9.2)
  Using cached https://www.piwheels.org/simple/voluptuous/voluptuous-0.13.1-py3-none-any.whl (35 kB)
Collecting yarl (from zigpy>=0.47.0->zigpy-zigate==0.9.2)
  Using cached https://www.piwheels.org/simple/yarl/yarl-1.9.2-cp37-cp37m-linux_armv7l.whl (99 kB)
Collecting colorzero (from gpiozero->zigpy-zigate==0.9.2)
  Downloading https://www.piwheels.org/simple/colorzero/colorzero-2.0-py2.py3-none-any.whl (26 kB)
Collecting typing_extensions>=4.0 (from aiosqlite>=0.16.0->zigpy>=0.47.0->zigpy-zigate==0.9.2)
  Using cached https://www.piwheels.org/simple/typing-extensions/typing_extensions-4.7.1-py3-none-any.whl (33 kB)
Collecting attrs>=17.3.0 (from aiohttp->zigpy>=0.47.0->zigpy-zigate==0.9.2)
  Using cached https://www.piwheels.org/simple/attrs/attrs-23.1.0-py3-none-any.whl (61 kB)
Collecting charset-normalizer<4.0,>=2.0 (from aiohttp->zigpy>=0.47.0->zigpy-zigate==0.9.2)
  Using cached https://www.piwheels.org/simple/charset-normalizer/charset_normalizer-3.3.0-py3-none-any.whl (48 kB)
Collecting multidict<7.0,>=4.5 (from aiohttp->zigpy>=0.47.0->zigpy-zigate==0.9.2)
  Using cached https://www.piwheels.org/simple/multidict/multidict-6.0.4-cp37-cp37m-linux_armv7l.whl (53 kB)
Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp->zigpy>=0.47.0->zigpy-zigate==0.9.2)
  Using cached https://www.piwheels.org/simple/async-timeout/async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
Collecting frozenlist>=1.1.1 (from aiohttp->zigpy>=0.47.0->zigpy-zigate==0.9.2)
  Using cached https://www.piwheels.org/simple/frozenlist/frozenlist-1.3.3-cp37-cp37m-linux_armv7l.whl (66 kB)
Collecting aiosignal>=1.1.2 (from aiohttp->zigpy>=0.47.0->zigpy-zigate==0.9.2)
  Using cached https://www.piwheels.org/simple/aiosignal/aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Collecting asynctest==0.13.0 (from aiohttp->zigpy>=0.47.0->zigpy-zigate==0.9.2)
  Using cached https://www.piwheels.org/simple/asynctest/asynctest-0.13.0-py3-none-any.whl (26 kB)
Collecting idna>=2.0 (from yarl->zigpy>=0.47.0->zigpy-zigate==0.9.2)
  Using cached https://www.piwheels.org/simple/idna/idna-3.4-py3-none-any.whl (61 kB)
Collecting setuptools (from colorzero->gpiozero->zigpy-zigate==0.9.2)
  Using cached https://www.piwheels.org/simple/setuptools/setuptools-68.0.0-py3-none-any.whl (804 kB)
Collecting cffi>=1.12 (from cryptography->zigpy>=0.47.0->zigpy-zigate==0.9.2)
  Using cached https://www.piwheels.org/simple/cffi/cffi-1.15.1-cp37-cp37m-linux_armv7l.whl (219 kB)
Collecting importlib-metadata (from attrs>=17.3.0->aiohttp->zigpy>=0.47.0->zigpy-zigate==0.9.2)
  Using cached https://www.piwheels.org/simple/importlib-metadata/importlib_metadata-6.7.0-py3-none-any.whl (22 kB)
Collecting pycparser (from cffi>=1.12->cryptography->zigpy>=0.47.0->zigpy-zigate==0.9.2)
  Using cached https://www.piwheels.org/simple/pycparser/pycparser-2.21-py2.py3-none-any.whl (119 kB)
Collecting zipp>=0.5 (from importlib-metadata->attrs>=17.3.0->aiohttp->zigpy>=0.47.0->zigpy-zigate==0.9.2)
  Using cached https://www.piwheels.org/simple/zipp/zipp-3.15.0-py3-none-any.whl (6.8 kB)
WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA'
WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA'
Installing collected packages: voluptuous, pyserial, crccheck, zipp, typing_extensions, setuptools, pyusb, pyserial-asyncio, pycparser, multidict, idna, frozenlist, charset-normalizer, asynctest, yarl, importlib-metadata, colorzero, cffi, async-timeout, aiosqlite, aiosignal, gpiozero, cryptography, attrs, aiohttp, zigpy, zigpy-zigate
  Attempting uninstall: voluptuous
    Found existing installation: voluptuous 0.13.1
    Uninstalling voluptuous-0.13.1:
      Successfully uninstalled voluptuous-0.13.1
  Attempting uninstall: pyserial
    Found existing installation: pyserial 3.5
    Uninstalling pyserial-3.5:
      Successfully uninstalled pyserial-3.5
  Attempting uninstall: crccheck
    Found existing installation: crccheck 1.3.0
    Uninstalling crccheck-1.3.0:
      Successfully uninstalled crccheck-1.3.0
  Attempting uninstall: zipp
    Found existing installation: zipp 3.15.0
    Uninstalling zipp-3.15.0:
      Successfully uninstalled zipp-3.15.0
  Attempting uninstall: typing_extensions
    Found existing installation: typing_extensions 4.7.1
    Uninstalling typing_extensions-4.7.1:
      Successfully uninstalled typing_extensions-4.7.1
  Attempting uninstall: setuptools
    Found existing installation: setuptools 68.0.0
    Uninstalling setuptools-68.0.0:
      Successfully uninstalled setuptools-68.0.0
  Attempting uninstall: pyusb
    Found existing installation: pyusb 1.2.1
    Uninstalling pyusb-1.2.1:
      Successfully uninstalled pyusb-1.2.1
  Attempting uninstall: pyserial-asyncio
    Found existing installation: pyserial-asyncio 0.6
    Uninstalling pyserial-asyncio-0.6:
      Successfully uninstalled pyserial-asyncio-0.6
  Attempting uninstall: pycparser
    Found existing installation: pycparser 2.21
    Uninstalling pycparser-2.21:
      Successfully uninstalled pycparser-2.21
  Attempting uninstall: multidict
    Found existing installation: multidict 6.0.4
    Uninstalling multidict-6.0.4:
      Successfully uninstalled multidict-6.0.4
  Attempting uninstall: idna
    WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
    Found existing installation: idna 3.3
ERROR: Cannot uninstall idna 3.3, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps idna==3.3'.
+ echo 18
+ sudo pip3 install --force-reinstall --upgrade bellows==0.33.1
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting bellows==0.33.1
  Downloading https://www.piwheels.org/simple/bellows/bellows-0.33.1-py3-none-any.whl (194 kB)

Et la PARTIE 2

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.2/194.2 kB 247.3 kB/s eta 0:00:00
Collecting click (from bellows==0.33.1)
  Downloading https://www.piwheels.org/simple/click/click-8.1.7-py3-none-any.whl (97 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 140.6 kB/s eta 0:00:00
Collecting click-log>=0.2.1 (from bellows==0.33.1)
  Downloading https://www.piwheels.org/simple/click-log/click_log-0.4.0-py2.py3-none-any.whl (4.5 kB)
Collecting pure-pcapy3==1.0.1 (from bellows==0.33.1)
  Downloading https://www.piwheels.org/simple/pure-pcapy3/pure_pcapy3-1.0.1-py3-none-any.whl (6.1 kB)
Collecting pyserial (from bellows==0.33.1)
  Using cached https://www.piwheels.org/simple/pyserial/pyserial-3.5-py2.py3-none-any.whl (90 kB)
Collecting pyserial-asyncio (from bellows==0.33.1)
  Using cached https://www.piwheels.org/simple/pyserial-asyncio/pyserial_asyncio-0.6-py3-none-any.whl (7.5 kB)
Collecting voluptuous (from bellows==0.33.1)
  Using cached https://www.piwheels.org/simple/voluptuous/voluptuous-0.13.1-py3-none-any.whl (35 kB)
Collecting zigpy>=0.50.0 (from bellows==0.33.1)
  Using cached https://www.piwheels.org/simple/zigpy/zigpy-0.51.6-py3-none-any.whl (153 kB)
Collecting setuptools (from pure-pcapy3==1.0.1->bellows==0.33.1)
  Using cached https://www.piwheels.org/simple/setuptools/setuptools-68.0.0-py3-none-any.whl (804 kB)
Collecting aiohttp (from zigpy>=0.50.0->bellows==0.33.1)
  Using cached https://www.piwheels.org/simple/aiohttp/aiohttp-3.8.6-cp37-cp37m-linux_armv7l.whl (506 kB)
Collecting aiosqlite>=0.16.0 (from zigpy>=0.50.0->bellows==0.33.1)
  Using cached https://www.piwheels.org/simple/aiosqlite/aiosqlite-0.19.0-py3-none-any.whl (15 kB)
Collecting crccheck (from zigpy>=0.50.0->bellows==0.33.1)
  Using cached https://www.piwheels.org/simple/crccheck/crccheck-1.3.0-py3-none-any.whl (21 kB)
Collecting cryptography (from zigpy>=0.50.0->bellows==0.33.1)
  Using cached https://www.piwheels.org/simple/cryptography/cryptography-41.0.4-cp37-cp37m-linux_armv7l.whl (2.2 MB)
Collecting yarl (from zigpy>=0.50.0->bellows==0.33.1)
  Using cached https://www.piwheels.org/simple/yarl/yarl-1.9.2-cp37-cp37m-linux_armv7l.whl (99 kB)
Collecting importlib-metadata (from click->bellows==0.33.1)
  Using cached https://www.piwheels.org/simple/importlib-metadata/importlib_metadata-6.7.0-py3-none-any.whl (22 kB)
Collecting typing_extensions>=4.0 (from aiosqlite>=0.16.0->zigpy>=0.50.0->bellows==0.33.1)
  Using cached https://www.piwheels.org/simple/typing-extensions/typing_extensions-4.7.1-py3-none-any.whl (33 kB)
Collecting attrs>=17.3.0 (from aiohttp->zigpy>=0.50.0->bellows==0.33.1)
  Using cached https://www.piwheels.org/simple/attrs/attrs-23.1.0-py3-none-any.whl (61 kB)
Collecting charset-normalizer<4.0,>=2.0 (from aiohttp->zigpy>=0.50.0->bellows==0.33.1)
  Using cached https://www.piwheels.org/simple/charset-normalizer/charset_normalizer-3.3.0-py3-none-any.whl (48 kB)
Collecting multidict<7.0,>=4.5 (from aiohttp->zigpy>=0.50.0->bellows==0.33.1)
  Using cached https://www.piwheels.org/simple/multidict/multidict-6.0.4-cp37-cp37m-linux_armv7l.whl (53 kB)
Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp->zigpy>=0.50.0->bellows==0.33.1)
  Using cached https://www.piwheels.org/simple/async-timeout/async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
Collecting frozenlist>=1.1.1 (from aiohttp->zigpy>=0.50.0->bellows==0.33.1)
  Using cached https://www.piwheels.org/simple/frozenlist/frozenlist-1.3.3-cp37-cp37m-linux_armv7l.whl (66 kB)
Collecting aiosignal>=1.1.2 (from aiohttp->zigpy>=0.50.0->bellows==0.33.1)
  Using cached https://www.piwheels.org/simple/aiosignal/aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Collecting asynctest==0.13.0 (from aiohttp->zigpy>=0.50.0->bellows==0.33.1)
  Using cached https://www.piwheels.org/simple/asynctest/asynctest-0.13.0-py3-none-any.whl (26 kB)
Collecting idna>=2.0 (from yarl->zigpy>=0.50.0->bellows==0.33.1)
  Using cached https://www.piwheels.org/simple/idna/idna-3.4-py3-none-any.whl (61 kB)
Collecting cffi>=1.12 (from cryptography->zigpy>=0.50.0->bellows==0.33.1)
  Using cached https://www.piwheels.org/simple/cffi/cffi-1.15.1-cp37-cp37m-linux_armv7l.whl (219 kB)
Collecting zipp>=0.5 (from importlib-metadata->click->bellows==0.33.1)
  Using cached https://www.piwheels.org/simple/zipp/zipp-3.15.0-py3-none-any.whl (6.8 kB)
Collecting pycparser (from cffi>=1.12->cryptography->zigpy>=0.50.0->bellows==0.33.1)
  Using cached https://www.piwheels.org/simple/pycparser/pycparser-2.21-py2.py3-none-any.whl (119 kB)
WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA'
WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA'
Installing collected packages: voluptuous, pyserial, crccheck, zipp, typing_extensions, setuptools, pyserial-asyncio, pycparser, multidict, idna, frozenlist, charset-normalizer, asynctest, yarl, pure-pcapy3, importlib-metadata, cffi, async-timeout, aiosqlite, aiosignal, cryptography, click, attrs, click-log, aiohttp, zigpy, bellows
  Attempting uninstall: voluptuous
    Found existing installation: voluptuous 0.13.1
    Uninstalling voluptuous-0.13.1:
      Successfully uninstalled voluptuous-0.13.1
  Attempting uninstall: pyserial
    Found existing installation: pyserial 3.5
    Uninstalling pyserial-3.5:
      Successfully uninstalled pyserial-3.5
  Attempting uninstall: crccheck
    Found existing installation: crccheck 1.3.0
    Uninstalling crccheck-1.3.0:
      Successfully uninstalled crccheck-1.3.0
  Attempting uninstall: zipp
    Found existing installation: zipp 3.15.0
    Uninstalling zipp-3.15.0:
      Successfully uninstalled zipp-3.15.0
  Attempting uninstall: typing_extensions
    Found existing installation: typing_extensions 4.7.1
    Uninstalling typing_extensions-4.7.1:
      Successfully uninstalled typing_extensions-4.7.1
  Attempting uninstall: setuptools
    Found existing installation: setuptools 68.0.0
    Uninstalling setuptools-68.0.0:
      Successfully uninstalled setuptools-68.0.0
  Attempting uninstall: pyserial-asyncio
    Found existing installation: pyserial-asyncio 0.6
    Uninstalling pyserial-asyncio-0.6:
      Successfully uninstalled pyserial-asyncio-0.6
  Attempting uninstall: pycparser
    Found existing installation: pycparser 2.21
    Uninstalling pycparser-2.21:
      Successfully uninstalled pycparser-2.21
  Attempting uninstall: multidict
    Found existing installation: multidict 6.0.4
    Uninstalling multidict-6.0.4:
      Successfully uninstalled multidict-6.0.4
  Attempting uninstall: idna
    WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
    Found existing installation: idna 3.3
ERROR: Cannot uninstall idna 3.3, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps idna==3.3'.
+ echo 19
+ sudo pip3 install --force-reinstall --upgrade zigpy==0.50.3
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting zigpy==0.50.3
  Downloading https://www.piwheels.org/simple/zigpy/zigpy-0.50.3-py3-none-any.whl (143 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.1/143.1 kB 873.6 kB/s eta 0:00:00
Collecting aiohttp (from zigpy==0.50.3)
  Using cached https://www.piwheels.org/simple/aiohttp/aiohttp-3.8.6-cp37-cp37m-linux_armv7l.whl (506 kB)
Collecting aiosqlite>=0.16.0 (from zigpy==0.50.3)
  Using cached https://www.piwheels.org/simple/aiosqlite/aiosqlite-0.19.0-py3-none-any.whl (15 kB)
Collecting crccheck (from zigpy==0.50.3)
  Using cached https://www.piwheels.org/simple/crccheck/crccheck-1.3.0-py3-none-any.whl (21 kB)
Collecting cryptography (from zigpy==0.50.3)
  Using cached https://www.piwheels.org/simple/cryptography/cryptography-41.0.4-cp37-cp37m-linux_armv7l.whl (2.2 MB)
Collecting voluptuous (from zigpy==0.50.3)
  Using cached https://www.piwheels.org/simple/voluptuous/voluptuous-0.13.1-py3-none-any.whl (35 kB)
Collecting typing_extensions>=4.0 (from aiosqlite>=0.16.0->zigpy==0.50.3)
  Using cached https://www.piwheels.org/simple/typing-extensions/typing_extensions-4.7.1-py3-none-any.whl (33 kB)
Collecting attrs>=17.3.0 (from aiohttp->zigpy==0.50.3)
  Using cached https://www.piwheels.org/simple/attrs/attrs-23.1.0-py3-none-any.whl (61 kB)
Collecting charset-normalizer<4.0,>=2.0 (from aiohttp->zigpy==0.50.3)
  Using cached https://www.piwheels.org/simple/charset-normalizer/charset_normalizer-3.3.0-py3-none-any.whl (48 kB)
Collecting multidict<7.0,>=4.5 (from aiohttp->zigpy==0.50.3)
  Using cached https://www.piwheels.org/simple/multidict/multidict-6.0.4-cp37-cp37m-linux_armv7l.whl (53 kB)
Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp->zigpy==0.50.3)
  Using cached https://www.piwheels.org/simple/async-timeout/async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
Collecting yarl<2.0,>=1.0 (from aiohttp->zigpy==0.50.3)
  Using cached https://www.piwheels.org/simple/yarl/yarl-1.9.2-cp37-cp37m-linux_armv7l.whl (99 kB)
Collecting frozenlist>=1.1.1 (from aiohttp->zigpy==0.50.3)
  Using cached https://www.piwheels.org/simple/frozenlist/frozenlist-1.3.3-cp37-cp37m-linux_armv7l.whl (66 kB)
Collecting aiosignal>=1.1.2 (from aiohttp->zigpy==0.50.3)
  Using cached https://www.piwheels.org/simple/aiosignal/aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Collecting asynctest==0.13.0 (from aiohttp->zigpy==0.50.3)
  Using cached https://www.piwheels.org/simple/asynctest/asynctest-0.13.0-py3-none-any.whl (26 kB)
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /simple/cffi/
Collecting cffi>=1.12 (from cryptography->zigpy==0.50.3)
  Using cached https://www.piwheels.org/simple/cffi/cffi-1.15.1-cp37-cp37m-linux_armv7l.whl (219 kB)
Collecting importlib-metadata (from attrs>=17.3.0->aiohttp->zigpy==0.50.3)
  Using cached https://www.piwheels.org/simple/importlib-metadata/importlib_metadata-6.7.0-py3-none-any.whl (22 kB)
Collecting pycparser (from cffi>=1.12->cryptography->zigpy==0.50.3)
  Using cached https://www.piwheels.org/simple/pycparser/pycparser-2.21-py2.py3-none-any.whl (119 kB)
Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp->zigpy==0.50.3)
  Using cached https://www.piwheels.org/simple/idna/idna-3.4-py3-none-any.whl (61 kB)
Collecting zipp>=0.5 (from importlib-metadata->attrs>=17.3.0->aiohttp->zigpy==0.50.3)
  Using cached https://www.piwheels.org/simple/zipp/zipp-3.15.0-py3-none-any.whl (6.8 kB)
WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA'
WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA'
Installing collected packages: voluptuous, crccheck, zipp, typing_extensions, pycparser, multidict, idna, frozenlist, charset-normalizer, asynctest, yarl, importlib-metadata, cffi, async-timeout, aiosqlite, aiosignal, cryptography, attrs, aiohttp, zigpy
  Attempting uninstall: voluptuous
    Found existing installation: voluptuous 0.13.1
    Uninstalling voluptuous-0.13.1:
      Successfully uninstalled voluptuous-0.13.1
  Attempting uninstall: crccheck
    Found existing installation: crccheck 1.3.0
    Uninstalling crccheck-1.3.0:
      Successfully uninstalled crccheck-1.3.0
  Attempting uninstall: zipp
    Found existing installation: zipp 3.15.0
    Uninstalling zipp-3.15.0:
      Successfully uninstalled zipp-3.15.0
  Attempting uninstall: typing_extensions
    Found existing installation: typing_extensions 4.7.1
    Uninstalling typing_extensions-4.7.1:
      Successfully uninstalled typing_extensions-4.7.1
  Attempting uninstall: pycparser
    Found existing installation: pycparser 2.21
    Uninstalling pycparser-2.21:
      Successfully uninstalled pycparser-2.21
  Attempting uninstall: multidict
    Found existing installation: multidict 6.0.4
    Uninstalling multidict-6.0.4:
      Successfully uninstalled multidict-6.0.4
  Attempting uninstall: idna
    WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
    Found existing installation: idna 3.3
ERROR: Cannot uninstall idna 3.3, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps idna==3.3'.
+ echo 20
+ sudo pip3 install --force-reinstall --upgrade xmodem
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting xmodem
  Downloading https://www.piwheels.org/simple/xmodem/xmodem-0.4.7-py3-none-any.whl (35 kB)
WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA'
WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA'
Installing collected packages: xmodem
  Attempting uninstall: xmodem
    Found existing installation: xmodem 0.4.7
    Uninstalling xmodem-0.4.7:
      Successfully uninstalled xmodem-0.4.7
Successfully installed xmodem-0.4.7
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ echo 21
+ sudo pip3 install --force-reinstall --upgrade pycrypto
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting pycrypto
  Downloading https://www.piwheels.org/simple/pycrypto/pycrypto-2.6.1-cp37-cp37m-linux_armv7l.whl (525 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 525.4/525.4 kB 549.8 kB/s eta 0:00:00
WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA'
WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA'
Installing collected packages: pycrypto
  Attempting uninstall: pycrypto
    Found existing installation: pycrypto 2.6.1
    Uninstalling pycrypto-2.6.1:
      Successfully uninstalled pycrypto-2.6.1
Successfully installed pycrypto-2.6.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ echo 22
+ sudo pip3 install --force-reinstall --upgrade charset-normalizer==2.0.12
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting charset-normalizer==2.0.12
  Downloading https://www.piwheels.org/simple/charset-normalizer/charset_normalizer-2.0.12-py3-none-any.whl (44 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.2/44.2 kB 661.1 kB/s eta 0:00:00
WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA'
WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA'
Installing collected packages: charset-normalizer
  Attempting uninstall: charset-normalizer
    Found existing installation: charset-normalizer 2.0.12
    Uninstalling charset-normalizer-2.0.12:
      Successfully uninstalled charset-normalizer-2.0.12
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
requests 2.27.1 requires idna<4,>=2.5; python_version >= "3", which is not installed.
requests 2.27.1 requires urllib3<1.27,>=1.21.1, but you have urllib3 2.0.7 which is incompatible.
Successfully installed charset-normalizer-2.0.12
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ echo 23
+ sudo pip3 install --force-reinstall --upgrade yarl==1.4.2
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting yarl==1.4.2
  Downloading https://www.piwheels.org/simple/yarl/yarl-1.4.2-cp37-cp37m-linux_armv7l.whl (257 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 257.7/257.7 kB 1.2 MB/s eta 0:00:00
Collecting multidict>=4.0 (from yarl==1.4.2)
  Using cached https://www.piwheels.org/simple/multidict/multidict-6.0.4-cp37-cp37m-linux_armv7l.whl (53 kB)
Collecting idna>=2.0 (from yarl==1.4.2)
  Using cached https://www.piwheels.org/simple/idna/idna-3.4-py3-none-any.whl (61 kB)
WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA'
WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA'
Installing collected packages: multidict, idna, yarl
  Attempting uninstall: multidict
    Found existing installation: multidict 6.0.4
    Uninstalling multidict-6.0.4:
      Successfully uninstalled multidict-6.0.4
  Attempting uninstall: idna
    WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
    Found existing installation: idna 3.3
ERROR: Cannot uninstall idna 3.3, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps idna==3.3'.
+ echo 24
+ sudo chmod +x /var/www/html/core/class/../../plugins/zigbee/resources/post-install.sh
+ sudo /var/www/html/core/class/../../plugins/zigbee/resources/post-install.sh
Launch post-install of zigbee dependancy
grep: /usr/local/lib/python3.7/dist-packages/bellows/zigbee/application.py: No such file or directory
/var/www/html/core/class/../../plugins/zigbee/resources/post-install.sh: line 24: [: -eq: unary operator expected
grep: /usr/local/lib/python3.8/dist-packages/bellows/zigbee/application.py: No such file or directory
/var/www/html/core/class/../../plugins/zigbee/resources/post-install.sh: line 29: [: -eq: unary operator expected
grep: /usr/local/lib/python3.9/dist-packages/bellows/zigbee/application.py: No such file or directory
/var/www/html/core/class/../../plugins/zigbee/resources/post-install.sh: line 35: [: -eq: unary operator expected
Cleaning rustc
Everything is successfully installed!
+ echo 25
+ php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end zigbee
+ rm /tmp/jeedom_install_in_progress_zigbee
+ echo '*******************End of package installation******************'
*******************End of package installation******************

Bonjour
Tout tes packages pip sont cassé ça n’a rien à voir avec jeedom mais plus un bug côté pip3. La meilleure soumets après avoir récupéré un backup de faire une réinstallation de jeedom et remettre ton backup

1 « J'aime »

Merci Loïc.
J’avais programmé la sauvegarde auto de mon Jeedom sur mon NAS. J’ai donc tout un stock de sauvegardes du type : backup-Jeedom-4.3.17-2023-10-14-03h35.tar.gz
Il y a bien longtemps que je n’ai pas fait une installation :thinking:
Je colle la sauvegarde sur une clé USB, je la branche au Rpi3B+ et je lance une commande via PuTTY ? (si oui laquelle ?)
Il est probable qu’il existe des processus/outils nouveaux très efficaces. Quelle est la solution la plus pratique pour faire une réinstallation aujourd’hui ?

Bonjour
Regarde la documentation c’est le plus simple et ça sera mieux expliqué que si je te refais toutes les étapes la.

Bonjour,

La solution la plus pratique dépend des plugins que tu utilises.
Exemple ; si tu as BLEA, il ne faut pas utiliser de Debian 11, mais rester sur une version 10.

Donc tu peux utiliser une image 32 bits pour ton Rapsberry Pi3b, elle se trouve ici :
https://images.jeedom.com/rpi/jeedom-debian-buster-rpi-4.3.15.zip

Tu graves cette image avec Raspberry PI Imager

Et ensuite, depuis l’interface de ce Jeedom, tu va chercher une sauvegarde depuis ton PC (le plus pratique) et tu restaure.
Ensuite, tu veilles à la bonne installation des dépendances des plugins.

1 « J'aime »

Merci à vous deux pour le coup de main :slightly_smiling_face:
Je vais prendre le temps de me poser pour faire une réinstallation proprement. Pas de dispo avant quelques jours. La root cause et la solution ayant été identifiées, je clôture ce sujet.

Ce sujet a été automatiquement fermé après 24 heures suivant le dernier commentaire. Aucune réponse n’est permise dorénavant.