Problème d'installation dépendances après maj plugin

Salut à tous,

J’ai parcouru le forum depuis ce week-end pour trouver une solution mais je n’y arrive pas.
J’ai mis à jour mon plugin Zigbee ce samedi après avoir mis à jour ma clé Popp ; depuis impossible d’installer les dépendances et donc certains appareils en rade dans ma maison…notamment le radiateur de ma salle de bain (je ne vous dit pas la chute du WAF depuis ! lol)

J’ai essayé plusieurs choses vues sur le forum (en mode console que je maitrise pas très bien : sudo pip3 install --upgrade pip et autre mais sans succès)

Dans mon log j’ai à la fin des lignes :

[2022-11-14 13:00:25]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

Config : Rpi3
Clé Popp
Debian 10.4
Jeedom 4.3.10

J’ai vu à un endroit qu’il fallait Debian 11 mais que le Python 2 n’est plus sur cette version ; quelqu’un peut-il me confirmer ?
Si c’est bien ça je pense que le plus simple pour moi sera d’essayer de réinstaller l’ancienne version du plugin (j’ai peur de perdre des trucs en debian 11, notamment ma régul de chauffage Nest…)
Quelle idée j’ai eu de mettre à jour ce plugin…!

Merci d’avance !

Il me semble que debian 10 est toujours la version conseillée pour jeedom. Je voudrais bien savoir où tu aurais lu que c’était la 11 pour ce plugin.

Antoine

1 « J'aime »

Dans ce post : Installation des dépendances KO, plugin daté du 2022-10-20 01:03:41 - #4 par Golgautier

Je me suis mal exprimé : en fait ma question est de savoir si mon problème vient de ma version de Debian (encore en 10.4) pour éliminer cette cause ou pas.

Merci

1 « J'aime »

quand tu as mis à jour le firmware tu as fait la correction bootloader?

1 « J'aime »

non, c’est quoi la correction bootloader ?

J’ai trouvé ton message dans un autre post je vais essayé

J’ai essayé et à priori toujours pas solutionné…

J’ai restauré mon jeedom juste avant la mise à jour Zigbee (et du Core) donc à un moment où ça fonctionnait…et bien toujours pas de dépendances alors qu’à cette date elles y étaient forcément puisque ça fonctionnait. Quelle galère !
A mon avis c’est dû au fait que ma clé, elle, est resté à jour ; et je ne peux pas la restaurer car je n’ai pas de sauvegarde (en plus sur une Popp c’est une seule restauration dans toute la vie de la clé à priori).

J’ai toujours dans le log Zigbee la ligne suivante :
[2022-11-14 13:00:25]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

Normal ?

Non debian 10 n’est pas le problème.

Oui c’est normal, cela ne sert à rien de restauré car les dépendances sont des librairies installées sur le système, cela ne fait pas partie de jeedom et donc du backup.

Cela ne sert à rien ce log. Cela veut juste dire que le démon n’est pas démarré.

Fournissez tous les autres logs mais copier les dans un Texte préformaté pour avoir ce résultat sinon ca sera illisible:

saisissez ou collez du code ici
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
error: 'rustc' is not installed for the toolchain 'stable-armv7-unknown-linux-gnueabihf'
To install, run `rustup component add rustc`
/tmp/pip-build-env-lmcnnf1m/overlay/lib/python3.7/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'cryptography.hazmat.bindings._rust' as data is deprecated, please list it in `packages`.
!!
############################
# Package would be ignored #
############################
Python recognizes 'cryptography.hazmat.bindings._rust' as an importable package,
but it is not listed in the `packages` configuration of setuptools.
'cryptography.hazmat.bindings._rust' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).
Please make sure that 'cryptography.hazmat.bindings._rust' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" and "data files" on setuptools
documentation page.
!!
check.warn(importable)
=============================DEBUG ASSISTANCE=============================
If you are seeing a compilation error please try the following steps to
successfully install cryptography:
1) Upgrade to the latest pip and try again. This will fix errors for most
users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
2) Read https://cryptography.io/en/latest/installation/ for specific
instructions for your platform.
3) Check our frequently asked questions for more information:
https://cryptography.io/en/latest/faq/
4) Ensure you have a recent Rust toolchain installed:
https://cryptography.io/en/latest/installation/#rust
Python: 3.7.3
platform: Linux-4.19.118-v7+-armv7l-with-debian-10.4
pip: n/a
setuptools: 65.5.1
setuptools_rust: 1.5.2
rustc: n/a
=============================DEBUG ASSISTANCE=============================
error: can't find Rust compiler
If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler.
To update pip, run:
pip install --upgrade pip
and then retry package installation.
If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.
This package requires Rust >=1.48.0.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for cryptography
Failed to build cryptography
ERROR: Could not build wheels for cryptography, which is required to install pyproject.toml-based projects
+ echo 18
+ sudo pip3 install --no-cache-dir --force-reinstall --upgrade zigpy
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting zigpy
Downloading https://www.piwheels.org/simple/zigpy/zigpy-0.51.5-py3-none-any.whl (152 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.3/152.3 kB 6.0 MB/s eta 0:00:00
Collecting crccheck
Downloading https://www.piwheels.org/simple/crccheck/crccheck-1.3.0-py3-none-any.whl (21 kB)
Collecting pyserial-asyncio
Downloading https://www.piwheels.org/simple/pyserial-asyncio/pyserial_asyncio-0.6-py3-none-any.whl (7.5 kB)
Collecting aiohttp
Downloading https://www.piwheels.org/simple/aiohttp/aiohttp-3.8.3-cp37-cp37m-linux_armv7l.whl (486 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 486.5/486.5 kB 8.4 MB/s eta 0:00:00
Collecting cryptography
Downloading cryptography-38.0.3.tar.gz (599 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 599.9/599.9 kB 8.9 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting voluptuous
Downloading https://www.piwheels.org/simple/voluptuous/voluptuous-0.13.1-py3-none-any.whl (35 kB)
Collecting aiosqlite>=0.16.0
Downloading https://www.piwheels.org/simple/aiosqlite/aiosqlite-0.17.0-py3-none-any.whl (15 kB)
Collecting yarl
Downloading https://www.piwheels.org/simple/yarl/yarl-1.8.1-cp37-cp37m-linux_armv7l.whl (94 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.6/94.6 kB 7.4 MB/s eta 0:00:00
Collecting typing_extensions>=3.7.2
Downloading https://www.piwheels.org/simple/typing-extensions/typing_extensions-4.4.0-py3-none-any.whl (26 kB)
Collecting asynctest==0.13.0
Downloading https://www.piwheels.org/simple/asynctest/asynctest-0.13.0-py3-none-any.whl (26 kB)
Collecting attrs>=17.3.0
Downloading https://www.piwheels.org/simple/attrs/attrs-22.1.0-py2.py3-none-any.whl (58 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 14.5 MB/s eta 0:00:00
Collecting multidict<7.0,>=4.5
Downloading https://www.piwheels.org/simple/multidict/multidict-6.0.2-cp37-cp37m-linux_armv7l.whl (53 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.9/53.9 kB 5.4 MB/s eta 0:00:00
Collecting async-timeout<5.0,>=4.0.0a3
Downloading https://www.piwheels.org/simple/async-timeout/async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting aiosignal>=1.1.2
Downloading https://www.piwheels.org/simple/aiosignal/aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Collecting frozenlist>=1.1.1
Downloading https://www.piwheels.org/simple/frozenlist/frozenlist-1.3.3-cp37-cp37m-linux_armv7l.whl (66 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.1/66.1 kB 5.5 MB/s eta 0:00:00
Collecting charset-normalizer<3.0,>=2.0
Downloading https://www.piwheels.org/simple/charset-normalizer/charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
Collecting idna>=2.0
Downloading https://www.piwheels.org/simple/idna/idna-3.4-py3-none-any.whl (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 12.6 MB/s eta 0:00:00
Collecting cffi>=1.12
Downloading https://www.piwheels.org/simple/cffi/cffi-1.15.1-cp37-cp37m-linux_armv7l.whl (219 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 219.9/219.9 kB 5.7 MB/s eta 0:00:00
Collecting pyserial
Downloading https://www.piwheels.org/simple/pyserial/pyserial-3.5-py2.py3-none-any.whl (90 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 9.2 MB/s eta 0:00:00
Collecting pycparser
Downloading https://www.piwheels.org/simple/pycparser/pycparser-2.21-py2.py3-none-any.whl (119 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.7/119.7 kB 4.8 MB/s eta 0:00:00
Building wheels for collected packages: cryptography
Building wheel for cryptography (pyproject.toml): started
Building wheel for cryptography (pyproject.toml): finished with status 'error'
error: subprocess-exited-with-error
× Building wheel for cryptography (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [235 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-armv7l-cpython-37
creating build/lib.linux-armv7l-cpython-37/cryptography
copying src/cryptography/fernet.py -> build/lib.linux-armv7l-cpython-37/cryptography
copying src/cryptography/exceptions.py -> build/lib.linux-armv7l-cpython-37/cryptography
copying src/cryptography/utils.py -> build/lib.linux-armv7l-cpython-37/cryptography
copying src/cryptography/__about__.py -> build/lib.linux-armv7l-cpython-37/cryptography
copying src/cryptography/__init__.py -> build/lib.linux-armv7l-cpython-37/cryptography
creating build/lib.linux-armv7l-cpython-37/cryptography/x509
copying src/cryptography/x509/extensions.py -> build/lib.linux-armv7l-cpython-37/cryptography/x509
copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-armv7l-cpython-37/cryptography/x509
copying src/cryptography/x509/base.py -> build/lib.linux-armv7l-cpython-37/cryptography/x509
copying src/cryptography/x509/name.py -> build/lib.linux-armv7l-cpython-37/cryptography/x509
copying src/cryptography/x509/ocsp.py -> build/lib.linux-armv7l-cpython-37/cryptography/x509
copying src/cryptography/x509/oid.py -> build/lib.linux-armv7l-cpython-37/cryptography/x509
copying src/cryptography/x509/general_name.py -> build/lib.linux-armv7l-cpython-37/cryptography/x509
copying src/cryptography/x509/__init__.py -> build/lib.linux-armv7l-cpython-37/cryptography/x509
creating build/lib.linux-armv7l-cpython-37/cryptography/hazmat
copying src/cryptography/hazmat/_oid.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat
copying src/cryptography/hazmat/__init__.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat
creating build/lib.linux-armv7l-cpython-37/cryptography/hazmat/bindings
copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/bindings
creating build/lib.linux-armv7l-cpython-37/cryptography/hazmat/backends
copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/backends
creating build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/_serialization.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/_cipheralgorithm.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/_asymmetric.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives
creating build/lib.linux-armv7l-cpython-37/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/bindings/openssl
creating build/lib.linux-armv7l-cpython-37/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/poly1305.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/backends/openssl
creating build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/ciphers
creating build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/pkcs7.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/serialization
creating build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/kdf
creating build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/types.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/asymmetric
creating build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/primitives/twofactor
running egg_info
writing src/cryptography.egg-info/PKG-INFO
writing dependency_links to src/cryptography.egg-info/dependency_links.txt
writing requirements to src/cryptography.egg-info/requires.txt
writing top-level names to src/cryptography.egg-info/top_level.txt
reading manifest file 'src/cryptography.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'docs/_build'
warning: no previously-included files found matching 'vectors'
warning: no previously-included files matching '*' found under directory 'vectors'
warning: no previously-included files matching '*' found under directory '.github'
warning: no previously-included files found matching 'release.py'
warning: no previously-included files found matching '.readthedocs.yml'
warning: no previously-included files found matching 'dev-requirements.txt'
warning: no previously-included files found matching 'tox.ini'
warning: no previously-included files found matching 'mypy.ini'
warning: no previously-included files matching '*' found under directory '.circleci'
adding license file 'LICENSE'
adding license file 'LICENSE.APACHE'
adding license file 'LICENSE.BSD'
adding license file 'LICENSE.PSF'
writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
copying src/cryptography/py.typed -> build/lib.linux-armv7l-cpython-37/cryptography
copying src/cryptography/hazmat/bindings/_openssl.pyi -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/bindings
creating build/lib.linux-armv7l-cpython-37/cryptography/hazmat/bindings/_rust
copying src/cryptography/hazmat/bindings/_rust/__init__.pyi -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/bindings/_rust
copying src/cryptography/hazmat/bindings/_rust/asn1.pyi -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/bindings/_rust
copying src/cryptography/hazmat/bindings/_rust/ocsp.pyi -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/bindings/_rust
copying src/cryptography/hazmat/bindings/_rust/x509.pyi -> build/lib.linux-armv7l-cpython-37/cryptography/hazmat/bindings/_rust
running build_ext
running build_rust
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-11-03, rust version 1.65.0 (897e37553 2022-11-02)
error: 'rustc' is not installed for the toolchain 'stable-armv7-unknown-linux-gnueabihf'
To install, run `rustup component add rustc`
/tmp/pip-build-env-7ghl2pkf/overlay/lib/python3.7/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'cryptography.hazmat.bindings._rust' as data is deprecated, please list it in `packages`.
!!
############################
# Package would be ignored #
############################
Python recognizes 'cryptography.hazmat.bindings._rust' as an importable package,
but it is not listed in the `packages` configuration of setuptools.
'cryptography.hazmat.bindings._rust' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).
Please make sure that 'cryptography.hazmat.bindings._rust' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" and "data files" on setuptools
documentation page.
!!
check.warn(importable)
=============================DEBUG ASSISTANCE=============================
If you are seeing a compilation error please try the following steps to
successfully install cryptography:
1) Upgrade to the latest pip and try again. This will fix errors for most
users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
2) Read https://cryptography.io/en/latest/installation/ for specific
instructions for your platform.
3) Check our frequently asked questions for more information:
https://cryptography.io/en/latest/faq/
4) Ensure you have a recent Rust toolchain installed:
https://cryptography.io/en/latest/installation/#rust
Python: 3.7.3
platform: Linux-4.19.118-v7+-armv7l-with-debian-10.4
pip: n/a
setuptools: 65.5.1
setuptools_rust: 1.5.2
rustc: n/a
=============================DEBUG ASSISTANCE=============================
error: can't find Rust compiler
If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler.
To update pip, run:
pip install --upgrade pip
and then retry package installation.
If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.
This package requires Rust >=1.48.0.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for cryptography
Failed to build cryptography
ERROR: Could not build wheels for cryptography, which is required to install pyproject.toml-based projects
+ echo 19
+ sudo pip3 install --no-cache-dir --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.6-py3-none-any.whl (34 kB)
Installing collected packages: xmodem
Attempting uninstall: xmodem
Found existing installation: xmodem 0.4.6
Uninstalling xmodem-0.4.6:
Successfully uninstalled xmodem-0.4.6
Successfully installed xmodem-0.4.6
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 20
+ sudo pip3 install --no-cache-dir --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 6.1 MB/s eta 0:00:00
Installing collected packages: pycrypto
Attempting uninstall: pycrypto
Found existing installation: pycrypto 2.6.1
ERROR: Cannot uninstall 'pycrypto'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
+ echo 21
+ sudo pip3 install --no-cache-dir --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 3.7 MB/s eta 0:00:00
Installing collected packages: charset-normalizer
Attempting uninstall: charset-normalizer
Found existing installation: charset-normalizer 2.1.1
Uninstalling charset-normalizer-2.1.1:
Successfully uninstalled charset-normalizer-2.1.1
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 22
+ sudo pip3 install --no-cache-dir --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 5.8 MB/s eta 0:00:00
Collecting multidict>=4.0
Downloading https://www.piwheels.org/simple/multidict/multidict-6.0.2-cp37-cp37m-linux_armv7l.whl (53 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.9/53.9 kB 4.4 MB/s eta 0:00:00
Collecting idna>=2.0
Downloading https://www.piwheels.org/simple/idna/idna-3.4-py3-none-any.whl (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 15.1 MB/s eta 0:00:00
Installing collected packages: multidict, idna, yarl
Attempting uninstall: multidict
Found existing installation: multidict 6.0.2
Uninstalling multidict-6.0.2:
Successfully uninstalled multidict-6.0.2
Attempting uninstall: idna
Found existing installation: idna 3.4
Uninstalling idna-3.4:
Successfully uninstalled idna-3.4
Attempting uninstall: yarl
Found existing installation: yarl 1.4.2
Uninstalling yarl-1.4.2:
Successfully uninstalled yarl-1.4.2
Successfully installed idna-3.4 multidict-6.0.2 yarl-1.4.2
WARNING

Merci pour votre réponse.
Le log complet ci-dessus (Zigbee_packages)

Pensez-vous du coup qu’il vaut mieux que je réinstalle toutes les mises à jour y compris Zigbee ?

J’ai coupé un peu le début du log car ça dépassait la limite des 32000 caractères

Et il n’y a pas un log pour le démon?

J’ai un log Zigbee_firmware :

`Begin change mode of /dev/ttyUSB0
Download source...
--2022-11-14 16:30:25--  https://github.com/Elelabs/elelabs-zigbee-ezsp-utility/archive/master.zip
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/Elelabs/elelabs-zigbee-ezsp-utility/zip/refs/heads/master [following]
--2022-11-14 16:30:25--  https://codeload.github.com/Elelabs/elelabs-zigbee-ezsp-utility/zip/refs/heads/master
Resolving codeload.github.com (codeload.github.com)... 140.82.121.9
Connecting to codeload.github.com (codeload.github.com)|140.82.121.9|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: '/tmp/elelabs.zip'
0K .......... .......... .......... .......... .......... 1.18M
50K .......... .......... .......... .......... .......... 2.13M
100K .......... .......... .......... .......... .......... 2.78M
150K .......... .......... .......... .......... .......... 4.31M
200K .......... .......... .......... .......... .......... 1.85M
250K .......... .......... .......... .......... .......... 1.04M
300K .......... .......... .......... .......... .......... 1.66M
350K .......... .......... .......... .......... .......... 2.61M
400K .......... .......... .......... .......... .......... 1.40M
450K .......... .......... .......... .......... .......... 2.14M
500K .......... .......... .......... .......... .......... 6.46M
550K .......... .......... .......... .......... .......... 6.66M
600K .......... .......... .......... .......... .......... 5.38M
650K .......... .......... .......... .......... .......... 1.68M
700K .......... .......... .......... .......... .......... 6.49M
750K .......... .......... .......... .......... .......... 1.04M
800K .......... .......... .......... .......... .......... 1.57M
850K .......... .......... .......... .......... .......... 4.40M
900K .......... .......... .......... .......... .......... 2.88M
950K .......... .......... .......... .......... .......... 2.72M
1000K .......... .......... .......... .......... .......... 3.96M
1050K .......... .......... .......... .......... .......... 4.64M
1100K .......... .......... .......... .......... .......... 5.10M
1150K .......... .......... .......... .......... .......... 5.93M
1200K .......... ........                                    4.90M=0.5s
2022-11-14 16:30:26 (2.38 MB/s) - '/tmp/elelabs.zip' saved [1247988]
Unzip file...
Archive:  elelabs.zip
7fc415497f7e2b3410e3350b359ac5c71043399e
creating: elelabs-zigbee-ezsp-utility-master/
extracting: elelabs-zigbee-ezsp-utility-master/.gitignore
inflating: elelabs-zigbee-ezsp-utility-master/CHANGELOG.md
inflating: elelabs-zigbee-ezsp-utility-master/Elelabs_EzspFwUtility.py
inflating: elelabs-zigbee-ezsp-utility-master/LICENSE
inflating: elelabs-zigbee-ezsp-utility-master/README.md
creating: elelabs-zigbee-ezsp-utility-master/data/
creating: elelabs-zigbee-ezsp-utility-master/data/EFR32MG13/
inflating: elelabs-zigbee-ezsp-utility-master/data/EFR32MG13/ELE_MG13_ot_rcp_115200_120_211116.gbl
inflating: elelabs-zigbee-ezsp-utility-master/data/EFR32MG13/ELE_MG13_ot_rcp_123_220206.gbl
inflating: elelabs-zigbee-ezsp-utility-master/data/EFR32MG13/ELE_MG13_zb_ncp_115200_610_211112.gbl
inflating: elelabs-zigbee-ezsp-utility-master/data/EFR32MG13/ELX0X3_MG13_6.0.3_ezsp_v6.gbl
inflating: elelabs-zigbee-ezsp-utility-master/data/EFR32MG13/ELX0X3_MG13_6.7.0_ezsp_v8.gbl
creating: elelabs-zigbee-ezsp-utility-master/data/EFR32MG21/
inflating: elelabs-zigbee-ezsp-utility-master/data/EFR32MG21/ELU0141_MG21_ot_rcp_123_211204.gbl
inflating: elelabs-zigbee-ezsp-utility-master/data/EFR32MG21/ELU0141_MG21_zb_ncp_6103_211204.gbl
inflating: elelabs-zigbee-ezsp-utility-master/data/EFR32MG21/ELU0143_MG21_ot_rcp_123_211211.gbl
inflating: elelabs-zigbee-ezsp-utility-master/data/EFR32MG21/ELU0143_MG21_zb_ncp_6103_211211.gbl
creating: elelabs-zigbee-ezsp-utility-master/img/
inflating: elelabs-zigbee-ezsp-utility-master/img/ele_update_thread.png
inflating: elelabs-zigbee-ezsp-utility-master/img/ele_update_zigbee.png
inflating: elelabs-zigbee-ezsp-utility-master/img/logo.jpg
inflating: elelabs-zigbee-ezsp-utility-master/img/probe_btl.png
inflating: elelabs-zigbee-ezsp-utility-master/img/probe_thread.png
inflating: elelabs-zigbee-ezsp-utility-master/img/probe_zigbee.png
inflating: elelabs-zigbee-ezsp-utility-master/img/restart_btl.png
inflating: elelabs-zigbee-ezsp-utility-master/img/restart_nrml.png
extracting: elelabs-zigbee-ezsp-utility-master/requirements.txt
Flash device...
2022/11/14 16:30:28 Elelabs_EzspFwUtility:   Elelabs Zigbee adapter detected:
2022/11/14 16:30:28 Elelabs_EzspFwUtility:   Adapter: ELR023
2022/11/14 16:30:28 Elelabs_EzspFwUtility:   Firmware: 6.10.3-41
2022/11/14 16:30:28 Elelabs_EzspFwUtility:   EZSP v8
2022/11/14 16:30:28 Elelabs_EzspFwUtility:   Launch in bootloader mode
2022/11/14 16:30:38 Elelabs_EzspFwUtility:   EZSP adapter in bootloader mode detected:
2022/11/14 16:30:38 Elelabs_EzspFwUtility:   Gecko Bootloader v1.A.0
2022/11/14 16:30:39 Elelabs_EzspFwUtility:   Successfully restarted into X-MODEM mode! Starting upload of the new firmware... DO NOT INTERRUPT(!)
2022/11/14 16:31:24 Elelabs_EzspFwUtility:   Firmware upload complete
2022/11/14 16:31:24 Elelabs_EzspFwUtility:   Rebooting NCP...
2022/11/14 16:31:31 Elelabs_EzspFwUtility:   Elelabs Zigbee adapter detected:
2022/11/14 16:31:31 Elelabs_EzspFwUtility:   Adapter: ELR023
2022/11/14 16:31:31 Elelabs_EzspFwUtility:   Firmware: 6.10.3-41
2022/11/14 16:31:31 Elelabs_EzspFwUtility:   EZSP v8
.....
.....
.....
.....
.....
.....
.....
.....
.....
.....
.....
.....
.....
.....
.....
.....
.....
.....
Probe device...
2022/11/14 16:31:33 Elelabs_EzspFwUtility:   Elelabs Zigbee adapter detected:
2022/11/14 16:31:33 Elelabs_EzspFwUtility:   Adapter: ELR023
2022/11/14 16:31:33 Elelabs_EzspFwUtility:   Firmware: 6.10.3-41
2022/11/14 16:31:33 Elelabs_EzspFwUtility:   EZSP v8
Clean source...
Task done`

Et aussi un log Zigbee_update (mais je ne trouve pas de log du démon) :

Launch install of zigbee dependancy
Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
Hit:2 http://archive.raspberrypi.org/debian buster InRelease
Hit:3 https://deb.nodesource.com/node_14.x buster InRelease
Reading package lists...
Skipping serial as it is not installed.
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
Package 'python3-serial' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 230 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
python3 is already the newest version (3.7.3-1).
python3-dev is already the newest version (3.7.3-1).
python3-pyudev is already the newest version (0.21.0-1).
python3-requests is already the newest version (2.21.0-1).
python3-setuptools is already the newest version (40.8.0-1).
python3-pip is already the newest version (18.1-5+rpt1).
0 upgraded, 0 newly installed, 0 to remove and 230 not upgraded.
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already up-to-date: wheel in /usr/local/lib/python3.7/dist-packages (0.37.1)
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting pyserial
Using cached https://files.pythonhosted.org/packages/07/bc/587a445451b253b285629263eb51c2d8e9bcea4fc97826266d186f96f558/pyserial-3.5-py2.py3-none-any.whl
Installing collected packages: pyserial
Successfully installed pyserial-3.5
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already up-to-date: zigpy in /usr/local/lib/python3.7/dist-packages (0.42.0)
Requirement already satisfied, skipping upgrade: aiosqlite>=0.16.0 in /usr/local/lib/python3.7/dist-packages (from zigpy) (0.17.0)
Requirement already satisfied, skipping upgrade: aiohttp in /usr/local/lib/python3.7/dist-packages (from zigpy) (3.7.4.post0)
Requirement already satisfied, skipping upgrade: crccheck in /usr/local/lib/python3.7/dist-packages (from zigpy) (1.0)
Requirement already satisfied, skipping upgrade: voluptuous in /usr/local/lib/python3.7/dist-packages (from zigpy) (0.12.1)
Requirement already satisfied, skipping upgrade: pycryptodome in /usr/local/lib/python3.7/dist-packages (from zigpy) (3.10.1)
Requirement already satisfied, skipping upgrade: typing_extensions>=3.7.2 in /usr/local/lib/python3.7/dist-packages (from aiosqlite>=0.16.0->zigpy) (3.7.4.3)
Requirement already satisfied, skipping upgrade: async-timeout<4.0,>=3.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy) (3.0.1)
Requirement already satisfied, skipping upgrade: yarl<2.0,>=1.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy) (1.6.3)
Requirement already satisfied, skipping upgrade: chardet<5.0,>=2.0 in /usr/lib/python3/dist-packages (from aiohttp->zigpy) (3.0.4)
Requirement already satisfied, skipping upgrade: multidict<7.0,>=4.5 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy) (5.1.0)
Requirement already satisfied, skipping upgrade: attrs>=17.3.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy) (20.3.0)
Requirement already satisfied, skipping upgrade: idna>=2.0 in /usr/lib/python3/dist-packages (from yarl<2.0,>=1.0->aiohttp->zigpy) (2.6)
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already up-to-date: bellows in /usr/local/lib/python3.7/dist-packages (0.29.0)
Requirement already satisfied, skipping upgrade: click-log>=0.2.1 in /usr/local/lib/python3.7/dist-packages (from bellows) (0.3.2)
Requirement already satisfied, skipping upgrade: voluptuous in /usr/local/lib/python3.7/dist-packages (from bellows) (0.12.1)
Requirement already satisfied, skipping upgrade: pure-pcapy3==1.0.1 in /usr/local/lib/python3.7/dist-packages (from bellows) (1.0.1)
Requirement already satisfied, skipping upgrade: zigpy>=0.37.0 in /usr/local/lib/python3.7/dist-packages (from bellows) (0.42.0)
Requirement already satisfied, skipping upgrade: pyserial in /usr/local/lib/python3.7/dist-packages (from bellows) (3.5)
Requirement already satisfied, skipping upgrade: pyserial-asyncio in /usr/local/lib/python3.7/dist-packages (from bellows) (0.5)
Requirement already satisfied, skipping upgrade: click in /usr/local/lib/python3.7/dist-packages (from bellows) (7.1.2)
Requirement already satisfied, skipping upgrade: setuptools in /usr/lib/python3/dist-packages (from pure-pcapy3==1.0.1->bellows) (40.8.0)
Requirement already satisfied, skipping upgrade: pycryptodome in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.37.0->bellows) (3.10.1)
Requirement already satisfied, skipping upgrade: crccheck in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.37.0->bellows) (1.0)
Requirement already satisfied, skipping upgrade: aiosqlite>=0.16.0 in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.37.0->bellows) (0.17.0)
Requirement already satisfied, skipping upgrade: aiohttp in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.37.0->bellows) (3.7.4.post0)
Requirement already satisfied, skipping upgrade: typing_extensions>=3.7.2 in /usr/local/lib/python3.7/dist-packages (from aiosqlite>=0.16.0->zigpy>=0.37.0->bellows) (3.7.4.3)
Requirement already satisfied, skipping upgrade: chardet<5.0,>=2.0 in /usr/lib/python3/dist-packages (from aiohttp->zigpy>=0.37.0->bellows) (3.0.4)
Requirement already satisfied, skipping upgrade: async-timeout<4.0,>=3.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy>=0.37.0->bellows) (3.0.1)
Requirement already satisfied, skipping upgrade: multidict<7.0,>=4.5 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy>=0.37.0->bellows) (5.1.0)
Requirement already satisfied, skipping upgrade: yarl<2.0,>=1.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy>=0.37.0->bellows) (1.6.3)
Requirement already satisfied, skipping upgrade: attrs>=17.3.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy>=0.37.0->bellows) (20.3.0)
Requirement already satisfied, skipping upgrade: idna>=2.0 in /usr/lib/python3/dist-packages (from yarl<2.0,>=1.0->aiohttp->zigpy>=0.37.0->bellows) (2.6)
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already up-to-date: zha-quirks in /usr/local/lib/python3.7/dist-packages (0.0.65)
Requirement already satisfied, skipping upgrade: zigpy>=0.42.0 in /usr/local/lib/python3.7/dist-packages (from zha-quirks) (0.42.0)
Requirement already satisfied, skipping upgrade: aiosqlite>=0.16.0 in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.42.0->zha-quirks) (0.17.0)
Requirement already satisfied, skipping upgrade: pycryptodome in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.42.0->zha-quirks) (3.10.1)
Requirement already satisfied, skipping upgrade: aiohttp in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.42.0->zha-quirks) (3.7.4.post0)
Requirement already satisfied, skipping upgrade: voluptuous in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.42.0->zha-quirks) (0.12.1)
Requirement already satisfied, skipping upgrade: crccheck in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.42.0->zha-quirks) (1.0)
Requirement already satisfied, skipping upgrade: typing_extensions>=3.7.2 in /usr/local/lib/python3.7/dist-packages (from aiosqlite>=0.16.0->zigpy>=0.42.0->zha-quirks) (3.7.4.3)
Requirement already satisfied, skipping upgrade: attrs>=17.3.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy>=0.42.0->zha-quirks) (20.3.0)
Requirement already satisfied, skipping upgrade: async-timeout<4.0,>=3.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy>=0.42.0->zha-quirks) (3.0.1)
Requirement already satisfied, skipping upgrade: yarl<2.0,>=1.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy>=0.42.0->zha-quirks) (1.6.3)
Requirement already satisfied, skipping upgrade: multidict<7.0,>=4.5 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy>=0.42.0->zha-quirks) (5.1.0)
Requirement already satisfied, skipping upgrade: chardet<5.0,>=2.0 in /usr/lib/python3/dist-packages (from aiohttp->zigpy>=0.42.0->zha-quirks) (3.0.4)
Requirement already satisfied, skipping upgrade: idna>=2.0 in /usr/lib/python3/dist-packages (from yarl<2.0,>=1.0->aiohttp->zigpy>=0.42.0->zha-quirks) (2.6)
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already up-to-date: zigpy_znp in /usr/local/lib/python3.7/dist-packages (0.6.4)
Requirement already satisfied, skipping upgrade: coloredlogs in /usr/local/lib/python3.7/dist-packages (from zigpy_znp) (15.0)
Requirement already satisfied, skipping upgrade: zigpy>=0.40.0 in /usr/local/lib/python3.7/dist-packages (from zigpy_znp) (0.42.0)
Requirement already satisfied, skipping upgrade: jsonschema in /usr/local/lib/python3.7/dist-packages (from zigpy_znp) (4.3.2)
Requirement already satisfied, skipping upgrade: pyserial-asyncio; platform_system != "Windows" in /usr/local/lib/python3.7/dist-packages (from zigpy_znp) (0.5)
Requirement already satisfied, skipping upgrade: async-timeout in /usr/local/lib/python3.7/dist-packages (from zigpy_znp) (3.0.1)
Requirement already satisfied, skipping upgrade: voluptuous in /usr/local/lib/python3.7/dist-packages (from zigpy_znp) (0.12.1)
Requirement already satisfied, skipping upgrade: humanfriendly>=9.1 in /usr/local/lib/python3.7/dist-packages (from coloredlogs->zigpy_znp) (9.1)
Requirement already satisfied, skipping upgrade: pycryptodome in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.40.0->zigpy_znp) (3.10.1)
Requirement already satisfied, skipping upgrade: crccheck in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.40.0->zigpy_znp) (1.0)
Requirement already satisfied, skipping upgrade: aiosqlite>=0.16.0 in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.40.0->zigpy_znp) (0.17.0)
Requirement already satisfied, skipping upgrade: aiohttp in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.40.0->zigpy_znp) (3.7.4.post0)
Requirement already satisfied, skipping upgrade: attrs>=17.4.0 in /usr/local/lib/python3.7/dist-packages (from jsonschema->zigpy_znp) (20.3.0)
Requirement already satisfied, skipping upgrade: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/local/lib/python3.7/dist-packages (from jsonschema->zigpy_znp) (0.18.0)
Requirement already satisfied, skipping upgrade: importlib-metadata; python_version < "3.8" in /usr/local/lib/python3.7/dist-packages (from jsonschema->zigpy_znp) (4.10.0)
Requirement already satisfied, skipping upgrade: typing-extensions; python_version < "3.8" in /usr/local/lib/python3.7/dist-packages (from jsonschema->zigpy_znp) (3.7.4.3)
Requirement already satisfied, skipping upgrade: importlib-resources>=1.4.0; python_version < "3.9" in /usr/local/lib/python3.7/dist-packages (from jsonschema->zigpy_znp) (5.4.0)
Requirement already satisfied, skipping upgrade: pyserial in /usr/local/lib/python3.7/dist-packages (from pyserial-asyncio; platform_system != "Windows"->zigpy_znp) (3.5)
Requirement already satisfied, skipping upgrade: multidict<7.0,>=4.5 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy>=0.40.0->zigpy_znp) (5.1.0)
Requirement already satisfied, skipping upgrade: yarl<2.0,>=1.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy>=0.40.0->zigpy_znp) (1.6.3)
Requirement already satisfied, skipping upgrade: chardet<5.0,>=2.0 in /usr/lib/python3/dist-packages (from aiohttp->zigpy>=0.40.0->zigpy_znp) (3.0.4)
Requirement already satisfied, skipping upgrade: zipp>=0.5 in /usr/local/lib/python3.7/dist-packages (from importlib-metadata; python_version < "3.8"->jsonschema->zigpy_znp) (3.6.0)
Requirement already satisfied, skipping upgrade: idna>=2.0 in /usr/lib/python3/dist-packages (from yarl<2.0,>=1.0->aiohttp->zigpy>=0.40.0->zigpy_znp) (2.6)
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already up-to-date: zigpy-xbee in /usr/local/lib/python3.7/dist-packages (0.14.0)
Requirement already satisfied, skipping upgrade: pyserial-asyncio in /usr/local/lib/python3.7/dist-packages (from zigpy-xbee) (0.5)
Requirement already satisfied, skipping upgrade: zigpy>=0.23.0 in /usr/local/lib/python3.7/dist-packages (from zigpy-xbee) (0.42.0)
Requirement already satisfied, skipping upgrade: pyserial in /usr/local/lib/python3.7/dist-packages (from pyserial-asyncio->zigpy-xbee) (3.5)
Requirement already satisfied, skipping upgrade: pycryptodome in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.23.0->zigpy-xbee) (3.10.1)
Requirement already satisfied, skipping upgrade: crccheck in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.23.0->zigpy-xbee) (1.0)
Requirement already satisfied, skipping upgrade: voluptuous in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.23.0->zigpy-xbee) (0.12.1)
Requirement already satisfied, skipping upgrade: aiosqlite>=0.16.0 in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.23.0->zigpy-xbee) (0.17.0)
Requirement already satisfied, skipping upgrade: aiohttp in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.23.0->zigpy-xbee) (3.7.4.post0)
Requirement already satisfied, skipping upgrade: typing_extensions>=3.7.2 in /usr/local/lib/python3.7/dist-packages (from aiosqlite>=0.16.0->zigpy>=0.23.0->zigpy-xbee) (3.7.4.3)
Requirement already satisfied, skipping upgrade: yarl<2.0,>=1.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy>=0.23.0->zigpy-xbee) (1.6.3)
Requirement already satisfied, skipping upgrade: async-timeout<4.0,>=3.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy>=0.23.0->zigpy-xbee) (3.0.1)
Requirement already satisfied, skipping upgrade: multidict<7.0,>=4.5 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy>=0.23.0->zigpy-xbee) (5.1.0)
Requirement already satisfied, skipping upgrade: chardet<5.0,>=2.0 in /usr/lib/python3/dist-packages (from aiohttp->zigpy>=0.23.0->zigpy-xbee) (3.0.4)
Requirement already satisfied, skipping upgrade: attrs>=17.3.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy>=0.23.0->zigpy-xbee) (20.3.0)
Requirement already satisfied, skipping upgrade: idna>=2.0 in /usr/lib/python3/dist-packages (from yarl<2.0,>=1.0->aiohttp->zigpy>=0.23.0->zigpy-xbee) (2.6)
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already up-to-date: zigpy-deconz in /usr/local/lib/python3.7/dist-packages (0.14.0)
Requirement already satisfied, skipping upgrade: zigpy>=0.40.0 in /usr/local/lib/python3.7/dist-packages (from zigpy-deconz) (0.42.0)
Requirement already satisfied, skipping upgrade: pyserial-asyncio in /usr/local/lib/python3.7/dist-packages (from zigpy-deconz) (0.5)
Requirement already satisfied, skipping upgrade: aiohttp in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.40.0->zigpy-deconz) (3.7.4.post0)
Requirement already satisfied, skipping upgrade: aiosqlite>=0.16.0 in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.40.0->zigpy-deconz) (0.17.0)
Requirement already satisfied, skipping upgrade: crccheck in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.40.0->zigpy-deconz) (1.0)
Requirement already satisfied, skipping upgrade: pycryptodome in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.40.0->zigpy-deconz) (3.10.1)
Requirement already satisfied, skipping upgrade: voluptuous in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.40.0->zigpy-deconz) (0.12.1)
Requirement already satisfied, skipping upgrade: pyserial in /usr/local/lib/python3.7/dist-packages (from pyserial-asyncio->zigpy-deconz) (3.5)
Requirement already satisfied, skipping upgrade: async-timeout<4.0,>=3.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy>=0.40.0->zigpy-deconz) (3.0.1)
Requirement already satisfied, skipping upgrade: multidict<7.0,>=4.5 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy>=0.40.0->zigpy-deconz) (5.1.0)
Requirement already satisfied, skipping upgrade: attrs>=17.3.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy>=0.40.0->zigpy-deconz) (20.3.0)
Requirement already satisfied, skipping upgrade: typing-extensions>=3.6.5 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy>=0.40.0->zigpy-deconz) (3.7.4.3)
Requirement already satisfied, skipping upgrade: chardet<5.0,>=2.0 in /usr/lib/python3/dist-packages (from aiohttp->zigpy>=0.40.0->zigpy-deconz) (3.0.4)
Requirement already satisfied, skipping upgrade: yarl<2.0,>=1.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy>=0.40.0->zigpy-deconz) (1.6.3)
Requirement already satisfied, skipping upgrade: idna>=2.0 in /usr/lib/python3/dist-packages (from yarl<2.0,>=1.0->aiohttp->zigpy>=0.40.0->zigpy-deconz) (2.6)
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already up-to-date: zigpy-zigate in /usr/local/lib/python3.7/dist-packages (0.7.4)
Requirement already satisfied, skipping upgrade: pyserial-asyncio in /usr/local/lib/python3.7/dist-packages (from zigpy-zigate) (0.5)
Requirement already satisfied, skipping upgrade: zigpy>=0.22.2 in /usr/local/lib/python3.7/dist-packages (from zigpy-zigate) (0.42.0)
Requirement already satisfied, skipping upgrade: RPi.GPIO in /usr/local/lib/python3.7/dist-packages (from zigpy-zigate) (0.7.0)
Requirement already satisfied, skipping upgrade: pyusb in /usr/local/lib/python3.7/dist-packages (from zigpy-zigate) (1.1.1)
Requirement already satisfied, skipping upgrade: pyserial in /usr/local/lib/python3.7/dist-packages (from pyserial-asyncio->zigpy-zigate) (3.5)
Requirement already satisfied, skipping upgrade: aiosqlite>=0.16.0 in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.22.2->zigpy-zigate) (0.17.0)
Requirement already satisfied, skipping upgrade: pycryptodome in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.22.2->zigpy-zigate) (3.10.1)
Requirement already satisfied, skipping upgrade: crccheck in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.22.2->zigpy-zigate) (1.0)
Requirement already satisfied, skipping upgrade: aiohttp in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.22.2->zigpy-zigate) (3.7.4.post0)
Requirement already satisfied, skipping upgrade: voluptuous in /usr/local/lib/python3.7/dist-packages (from zigpy>=0.22.2->zigpy-zigate) (0.12.1)
Requirement already satisfied, skipping upgrade: typing_extensions>=3.7.2 in /usr/local/lib/python3.7/dist-packages (from aiosqlite>=0.16.0->zigpy>=0.22.2->zigpy-zigate) (3.7.4.3)
Requirement already satisfied, skipping upgrade: chardet<5.0,>=2.0 in /usr/lib/python3/dist-packages (from aiohttp->zigpy>=0.22.2->zigpy-zigate) (3.0.4)
Requirement already satisfied, skipping upgrade: attrs>=17.3.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy>=0.22.2->zigpy-zigate) (20.3.0)
Requirement already satisfied, skipping upgrade: async-timeout<4.0,>=3.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy>=0.22.2->zigpy-zigate) (3.0.1)
Requirement already satisfied, skipping upgrade: yarl<2.0,>=1.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy>=0.22.2->zigpy-zigate) (1.6.3)
Requirement already satisfied, skipping upgrade: multidict<7.0,>=4.5 in /usr/local/lib/python3.7/dist-packages (from aiohttp->zigpy>=0.22.2->zigpy-zigate) (5.1.0)
Requirement already satisfied, skipping upgrade: idna>=2.0 in /usr/lib/python3/dist-packages (from yarl<2.0,>=1.0->aiohttp->zigpy>=0.22.2->zigpy-zigate) (2.6)
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already up-to-date: tornado in /usr/local/lib/python3.7/dist-packages (6.1)
Everything is successfully installed!

Bonjour,

Pour vos logs merci d’utiliser les balises </>

Désolé je ne sais pas comment ça fonctionne avec </>…je vais essayer en reprenant la « zone » de Mips comme j’ai fait au départ : log Zigbeed_1 :

`Error: importing module jeedom.jeedom
Error: importing module jeedom.jeedom
[2021-04-28 20:18:21]ERROR : Exception running handler
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/bellows/ezsp/__init__.py", line 297, in handle_callback
handler(*args)
File "/usr/local/lib/python3.7/dist-packages/bellows/ezsp/__init__.py", line 234, in cb
fut.set_result(response)
asyncio.base_futures.InvalidStateError: invalid state
[2021-12-27 10:48:53]ERROR : Lost serial connection: device reports readiness to read but returned no data (device disconnected or multiple access on port?)
[2021-12-27 10:48:53]ERROR : NCP entered failed state. Requesting APP controller restart
[2022-09-19 21:04:39]ERROR : NCP entered failed state. Requesting APP controller restart
[2022-09-19 21:06:46]ERROR : NCP entered failed state. Requesting APP controller restart
[2022-09-19 21:08:07]ERROR : NCP entered failed state. Requesting APP controller restart
[2022-09-19 21:08:16]ERROR : NCP entered failed state. Requesting APP controller restart
[2022-09-19 21:08:20]ERROR : NCP entered failed state. Requesting APP controller restart
[2022-09-19 21:10:02]ERROR : Uncaught exception GET /device/all (127.0.0.1)
HTTPServerRequest(protocol='http', host='127.0.0.1:8089', method='GET', uri='/device/all', version='HTTP/1.1', remote_ip='127.0.0.1')
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/tornado/web.py", line 1681, in _execute
result = self.prepare()
File "/var/www/html/plugins/zigbee/resources/zigbeed/restServer.py", line 115, in prepare
utils.check_apikey(self.request.headers.get("autorization", ""))
File "/var/www/html/plugins/zigbee/resources/zigbeed/utils.py", line 34, in check_apikey
raise Exception('Invalid apikey provided')
Exception: Invalid apikey provided
[2022-09-19 21:10:03]ERROR : 500 GET /device/all (127.0.0.1) 1254.60ms
Traceback (most recent call last):
File "/var/www/html/plugins/zigbee/resources/zigbeed/zigbeed.py", line 235, in <module>
    from bellows.zigbee.application import ControllerApplication
ModuleNotFoundError: No module named 'bellows'
Traceback (most recent call last):
  File "/var/www/html/plugins/zigbee/resources/zigbeed/zigbeed.py", line 235, in <module>
    from bellows.zigbee.application import ControllerApplication
ModuleNotFoundError: No module named 'bellows'
Traceback (most recent call last):
  File "/var/www/html/plugins/zigbee/resources/zigbeed/zigbeed.py", line 235, in <module>
    from bellows.zigbee.application import ControllerApplication
ModuleNotFoundError: No module named 'bellows'
Traceback (most recent call last):
  File "/var/www/html/plugins/zigbee/resources/zigbeed/zigbeed.py", line 235, in <module>
    from bellows.zigbee.application import ControllerApplication
ModuleNotFoundError: No module named 'bellows'
`

Lorsque vous rédigez un message, cliquez sur ce bouton: </>
image

et cela affichera ceci:
image

vous n’avez plus qu’à faire ce qui est écrit: coller votre texte entre les 2 lignes de ``` (mais il faut les laisser!)

1 « J'aime »

Ah mince je pensais qu’il fallait écrire les balises !
Par contre je n’ai pas de trouver de log sur le démon mais j’ai vu pas mal d’erreurs dans le log Zigbed_1.
Voulez-vous que je remette les logs au propre avec les balises ?

Bonjour à tous,

Toujours en rade avec le Zigbee : quelqu’un sait si une nouvelle version plus stable du plugin est prévue ?

Merci