Impossible de d'installer les dépendances Zigbee

Bonjour,

Etant nouveaux et débutant sur jeedom Atlas et sur un forum.
Cela fait 7 mois que je l’utilise et jamais eu de probleme
http://127.0.0.1:8089/device/command cURL error : Failed to connect to 127.0.0.1 port 8089: Connection refused
Impossible d’installer l’installation des dépendance zigbee depuis l’avant derniere mise à jour
apres installation de la derniere mise à jour toujours pareil
Cela faisait plusieur jour que j’essayais les instructions d’un certain loic sur le forum mais rien, redemarrage plusieur fois , coupé le courant nada
Du coup ,j’ai tous rasé le system et recommencé depuis le début rien y fait
Cela fait plusieur jour que je farfouille le forum mais je ne trouve pas la solution
Merci de m’aider


Hello, j’avais le même problème que je viens de solutionner, un modérateur (Mips) avait indiqué d’installer ceci :

Il manque bellows, en ssh tapez:

sudo pip3 install bellows

Je l’ai fait et c’est reparti

1 « J'aime »

Bonjour, je suis dans la même situation. J’ai tenté tous les patchs de Loic, parcouru tous les forums, je ne trouve pas de solution. Les dépendances s’installent en boucles jusqu’à 21%… patientons jusqu’à la prochaine maj du plugin…

Bonjour,

Comment pouvez-vous affirmer que vous êtes dans la même situation sans avoir partagé la moindre information ?
De plus, si c’est le cas, il suffit d’appliquer la même solution et ça sera réglé.

Vous pouvez patienter mais à priori la « crise » est passée, si vous avez un problème c’est autre chose et là personne ne s’en occupe donc vous allez attendre longtemps.

Donc il faudrait au minimum partager le log du démon sans cela vous n’aurez aucune solution.

Comme le dit très bien @Mips, ne ne connaissons rien de votre config.
Si ce n’est pas déjà fait, installez la dernière version du Core 4.2.20 et réinstallez la dernière version de Zigbee . J’ai bien dit réinstaller et pas supprimer puis installer.

Via le centre de mises à jours → zigbee → image
Ensuite relancez les dépendances et redémarrez le demon ( ne fermez pas la page et rafraichissez votre navigateur) .

Bonjour,

Voici ma config : RPI 3B+ / BUSTER / JEEDOM 4.2.20 / CLE CONBEE 2 / PLUGIN ZIGBEE REINSTALLE.

Voici le log :
zigbee_packages-3.txt (27,8 Ko)

Merci d’avance

Bonjour à tous
Désolé pour le retard, Apres mise à jour de jeedom 4.2.20 et reinstaller le plug in zigbee
Tous fonctionne à nouveaux
Un grand Merci à tous pour votre aide

Bonjour,

Meme soucis avec les dependances, je viens d’acheter le plugin et je n’arrive pasà installer les dependances. J’ai supprimer le plugin et reinstaller mais toujours pas.
Je suis sur un PI4 et jeedom en 4.2.20.
Voici les Logs. Merci

00|+ echo '*******************Begin of package installation******************'
0001|*******************Begin of package installation******************
0002|+ touch /tmp/jeedom_install_in_progress_zigbee
0003|+ echo 1
0004|+ echo 2
0005|+ sudo chmod +x /var/www/html/core/class/../../plugins/zigbee/resources/pre-install.sh
0006|+ sudo /var/www/html/core/class/../../plugins/zigbee/resources/pre-install.sh
0007|Launch pre-install of zigbee dependancy
0008|+ echo 3
0009|++ awk '$1 <= 4'
0010|++ cut -f 2-
0011|++ find /usr/local/lib/python3.7/dist-packages/ -mindepth 1 -maxdepth 1 -type d -exec du -ks '{}' +
0012|+ RESULTTODELETE=
0013|++ echo ''
0014|++ sed 's, ,\ ,g'
0015|+ RESULTTODELETE2=
0016|+ echo ''
0017|+ xargs rm -rf
0018|+ echo 4
0019|+ sudo pip3 install --upgrade pip
0020|Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
0021|Requirement already satisfied: pip in /usr/local/lib/python3.7/dist-packages (22.1.2)
0022|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
0023|+ echo 5
0024|+ sudo pip3 install --force-reinstall --upgrade six
0025|Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
0026|Collecting six
0027|Using cached https://www.piwheels.org/simple/six/six-1.16.0-py2.py3-none-any.whl (11 kB)
0028|Installing collected packages: six
0029|Attempting uninstall: six
0030|Found existing installation: six 1.16.0
0031|Uninstalling six-1.16.0:
0032|Successfully uninstalled six-1.16.0
0033|Successfully installed six-1.16.0
0034|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
0035|+ echo 6
0036|+ sudo pip3 install --force-reinstall --upgrade pyudev
0037|Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
0038|Collecting pyudev
0039|Using cached https://www.piwheels.org/simple/pyudev/pyudev-0.23.2-py3-none-any.whl (56 kB)
0040|Collecting six
0041|Using cached https://www.piwheels.org/simple/six/six-1.16.0-py2.py3-none-any.whl (11 kB)
0042|Installing collected packages: six, pyudev
0043|Attempting uninstall: six
0044|Found existing installation: six 1.16.0
0045|Uninstalling six-1.16.0:
0046|Successfully uninstalled six-1.16.0
0047|Attempting uninstall: pyudev
0048|Found existing installation: pyudev 0.23.2
0049|Uninstalling pyudev-0.23.2:
0050|Successfully uninstalled pyudev-0.23.2
0051|Successfully installed pyudev-0.23.2 six-1.16.0
0052|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
0053|+ echo 7
0054|+ sudo pip3 install --force-reinstall --upgrade requests
0055|Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
0056|Collecting requests
0057|Using cached https://www.piwheels.org/simple/requests/requests-2.28.1-py3-none-any.whl (62 kB)
0058|Collecting idna<4,>=2.5
0059|Using cached https://www.piwheels.org/simple/idna/idna-3.3-py3-none-any.whl (64 kB)
0060|Collecting urllib3<1.27,>=1.21.1
0061|Using cached https://www.piwheels.org/simple/urllib3/urllib3-1.26.9-py2.py3-none-any.whl (155 kB)
0062|Collecting certifi>=2017.4.17
0063|Using cached https://www.piwheels.org/simple/certifi/certifi-2022.6.15-py3-none-any.whl (160 kB)
0064|Collecting charset-normalizer<3,>=2
0065|Using cached https://www.piwheels.org/simple/charset-normalizer/charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
0066|Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests
0067|Attempting uninstall: urllib3
0068|Found existing installation: urllib3 1.26.9
0069|Uninstalling urllib3-1.26.9:
0070|Successfully uninstalled urllib3-1.26.9
0071|Attempting uninstall: idna
0072|Found existing installation: idna 3.3
0073|Uninstalling idna-3.3:
0074|Successfully uninstalled idna-3.3
0075|Attempting uninstall: charset-normalizer
0076|Found existing installation: charset-normalizer 2.0.12
0077|Uninstalling charset-normalizer-2.0.12:
0078|Successfully uninstalled charset-normalizer-2.0.12
0079|Attempting uninstall: certifi
0080|Found existing installation: certifi 2022.6.15
0081|Uninstalling certifi-2022.6.15:
0082|Successfully uninstalled certifi-2022.6.15
0083|Attempting uninstall: requests
0084|Found existing installation: requests 2.28.1
0085|Uninstalling requests-2.28.1:
0086|Successfully uninstalled requests-2.28.1
0087|Successfully installed certifi-2022.6.15 charset-normalizer-2.1.0 idna-3.3 requests-2.28.1 urllib3-1.26.9
0088|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
0089|+ echo 8
0090|+ sudo pip3 install --force-reinstall --upgrade setuptools
0091|Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
0092|Collecting setuptools
0093|Using cached https://www.piwheels.org/simple/setuptools/setuptools-62.6.0-py3-none-any.whl (1.2 MB)
0094|Installing collected packages: setuptools
0095|Attempting uninstall: setuptools
0096|Found existing installation: setuptools 62.6.0
0097|Uninstalling setuptools-62.6.0:
0098|Successfully uninstalled setuptools-62.6.0
0099|Successfully installed setuptools-62.6.0
0100|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
0101|+ echo 9
0102|+ sudo pip3 install --force-reinstall --upgrade wheel
0103|Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
0104|Collecting wheel
0105|Using cached https://www.piwheels.org/simple/wheel/wheel-0.37.1-py2.py3-none-any.whl (35 kB)
0106|Installing collected packages: wheel
0107|Attempting uninstall: wheel
0108|Found existing installation: wheel 0.37.1
0109|Uninstalling wheel-0.37.1:
0110|Successfully uninstalled wheel-0.37.1
0111|Successfully installed wheel-0.37.1
0112|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
0113|+ echo 10
0114|+ sudo pip3 install --force-reinstall --upgrade pyserial
0115|Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
0116|Collecting pyserial
0117|Using cached https://www.piwheels.org/simple/pyserial/pyserial-3.5-py2.py3-none-any.whl (90 kB)
0118|Installing collected packages: pyserial
0119|Attempting uninstall: pyserial
0120|Found existing installation: pyserial 3.5
0121|Uninstalling pyserial-3.5:
0122|Successfully uninstalled pyserial-3.5
0123|Successfully installed pyserial-3.5
0124|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
0125|+ echo 11
0126|+ sudo pip3 install --force-reinstall --upgrade tornado
0127|Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
0128|Collecting tornado
0129|Using cached https://www.piwheels.org/simple/tornado/tornado-6.1-cp37-cp37m-linux_armv7l.whl (428 kB)
0130|Installing collected packages: tornado
0131|Attempting uninstall: tornado
0132|Found existing installation: tornado 6.1
0133|Uninstalling tornado-6.1:
0134|Successfully uninstalled tornado-6.1
0135|Successfully installed tornado-6.1
0136|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
0137|+ echo 12
0138|+ sudo pip3 install --force-reinstall --upgrade zha-quirks==0.0.75
0139|Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
0140|Collecting zha-quirks==0.0.75
0141|Using cached https://www.piwheels.org/simple/zha-quirks/zha_quirks-0.0.75-py3-none-any.whl (299 kB)
0142|Collecting zigpy>=0.45.1
0143|Using cached https://www.piwheels.org/simple/zigpy/zigpy-0.47.2-py3-none-any.whl (136 kB)
0144|Collecting aiosqlite>=0.16.0
0145|Using cached https://www.piwheels.org/simple/aiosqlite/aiosqlite-0.17.0-py3-none-any.whl (15 kB)
0146|Collecting crccheck
0147|Using cached https://www.piwheels.org/simple/crccheck/crccheck-1.1-py3-none-any.whl (27 kB)
0148|Collecting voluptuous
0149|Using cached https://www.piwheels.org/simple/voluptuous/voluptuous-0.13.1-py3-none-any.whl (35 kB)
0150|Collecting cryptography
0151|Using cached https://www.piwheels.org/simple/cryptography/cryptography-37.0.2-cp37-cp37m-linux_armv7l.whl (1.8 MB)
0152|Collecting aiohttp
0153|Using cached https://www.piwheels.org/simple/aiohttp/aiohttp-3.8.1-cp37-cp37m-linux_armv7l.whl (1.1 MB)
0154|Collecting typing_extensions>=3.7.2
0155|Using cached https://www.piwheels.org/simple/typing-extensions/typing_extensions-4.3.0-py3-none-any.whl (25 kB)
0156|Collecting charset-normalizer<3.0,>=2.0
0157|Using cached https://www.piwheels.org/simple/charset-normalizer/charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
0158|Collecting aiosignal>=1.1.2
0159|Using cached https://www.piwheels.org/simple/aiosignal/aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
0160|Collecting frozenlist>=1.1.1
0161|Using cached https://www.piwheels.org/simple/frozenlist/frozenlist-1.3.0-cp37-cp37m-linux_armv7l.whl (65 kB)
0162|Collecting attrs>=17.3.0
0163|Using cached https://www.piwheels.org/simple/attrs/attrs-21.4.0-py2.py3-none-any.whl (60 kB)
0164|Collecting asynctest==0.13.0
0165|Using cached https://www.piwheels.org/simple/asynctest/asynctest-0.13.0-py3-none-any.whl (26 kB)
0166|Collecting multidict<7.0,>=4.5
0167|Using cached https://www.piwheels.org/simple/multidict/multidict-6.0.2-cp37-cp37m-linux_armv7l.whl (53 kB)
0168|Collecting yarl<2.0,>=1.0
0169|Using cached https://www.piwheels.org/simple/yarl/yarl-1.7.2-cp37-cp37m-linux_armv7l.whl (258 kB)
0170|Collecting async-timeout<5.0,>=4.0.0a3
0171|Using cached https://www.piwheels.org/simple/async-timeout/async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
0172|Collecting cffi>=1.12
0173|Using cached https://www.piwheels.org/simple/cffi/cffi-1.15.1-cp37-cp37m-linux_armv7l.whl (219 kB)
0174|Collecting pycparser
0175|Using cached https://www.piwheels.org/simple/pycparser/pycparser-2.21-py2.py3-none-any.whl (119 kB)
0176|Collecting idna>=2.0
0177|Using cached https://www.piwheels.org/simple/idna/idna-3.3-py3-none-any.whl (64 kB)
0178|Installing collected packages: voluptuous, crccheck, typing_extensions, pycparser, multidict, idna, frozenlist, charset-normalizer, attrs, asynctest, yarl, cffi, async-timeout, aiosqlite, aiosignal, cryptography, aiohttp, zigpy, zha-quirks
0179|Attempting uninstall: voluptuous
0180|Found existing installation: voluptuous 0.13.1
0181|Uninstalling voluptuous-0.13.1:
0182|Successfully uninstalled voluptuous-0.13.1
0183|Attempting uninstall: crccheck
0184|Found existing installation: crccheck 1.1
0185|Uninstalling crccheck-1.1:
0186|Successfully uninstalled crccheck-1.1
0187|Attempting uninstall: typing_extensions
0188|Found existing installation: typing_extensions 4.3.0
0189|Uninstalling typing_extensions-4.3.0:
0190|Successfully uninstalled typing_extensions-4.3.0
0191|Attempting uninstall: pycparser
0192|Found existing installation: pycparser 2.21
0193|Uninstalling pycparser-2.21:
0194|Successfully uninstalled pycparser-2.21
0195|Attempting uninstall: multidict
0196|Found existing installation: multidict 6.0.2
0197|Uninstalling multidict-6.0.2:
0198|Successfully uninstalled multidict-6.0.2
0199|Attempting uninstall: idna
0200|Found existing installation: idna 3.3
0201|Uninstalling idna-3.3:
0202|Successfully uninstalled idna-3.3
0203|Attempting uninstall: frozenlist
0204|Found existing installation: frozenlist 1.3.0
0205|Uninstalling frozenlist-1.3.0:
0206|Successfully uninstalled frozenlist-1.3.0
0207|Attempting uninstall: charset-normalizer
0208|Found existing installation: charset-normalizer 2.1.0
0209|Uninstalling charset-normalizer-2.1.0:
0210|Successfully uninstalled charset-normalizer-2.1.0
0211|Attempting uninstall: attrs
0212|Found existing installation: attrs 21.4.0
0213|Uninstalling attrs-21.4.0:
0214|Successfully uninstalled attrs-21.4.0
0215|Attempting uninstall: asynctest
0216|Found existing installation: asynctest 0.13.0
0217|Uninstalling asynctest-0.13.0:
0218|Successfully uninstalled asynctest-0.13.0
0219|Attempting uninstall: yarl
0220|Found existing installation: yarl 1.7.2
0221|Uninstalling yarl-1.7.2:
0222|Successfully uninstalled yarl-1.7.2
0223|Attempting uninstall: cffi
0224|Found existing installation: cffi 1.15.1
0225|Uninstalling cffi-1.15.1:
0226|Successfully uninstalled cffi-1.15.1
0227|Attempting uninstall: async-timeout
0228|Found existing installation: async-timeout 4.0.2
0229|Uninstalling async-timeout-4.0.2:
0230|Successfully uninstalled async-timeout-4.0.2
0231|Attempting uninstall: aiosqlite
0232|Found existing installation: aiosqlite 0.17.0
0233|Uninstalling aiosqlite-0.17.0:
0234|Successfully uninstalled aiosqlite-0.17.0
0235|Attempting uninstall: aiosignal
0236|Found existing installation: aiosignal 1.2.0
0237|Uninstalling aiosignal-1.2.0:
0238|Successfully uninstalled aiosignal-1.2.0
0239|Attempting uninstall: cryptography
0240|Found existing installation: cryptography 37.0.2
0241|Uninstalling cryptography-37.0.2:
0242|Successfully uninstalled cryptography-37.0.2
0243|Attempting uninstall: aiohttp
0244|Found existing installation: aiohttp 3.8.1
0245|Uninstalling aiohttp-3.8.1:
0246|Successfully uninstalled aiohttp-3.8.1
0247|Attempting uninstall: zha-quirks
0248|Found existing installation: zha-quirks 0.0.75
0249|Uninstalling zha-quirks-0.0.75:
0250|Successfully uninstalled zha-quirks-0.0.75
0251|Successfully installed aiohttp-3.8.1 aiosignal-1.2.0 aiosqlite-0.17.0 async-timeout-4.0.2 asynctest-0.13.0 attrs-21.4.0 cffi-1.15.1 charset-normalizer-2.1.0 crccheck-1.1 cryptography-37.0.2 frozenlist-1.3.0 idna-3.3 multidict-6.0.2 pycparser-2.21 typing_extensions-4.3.0 voluptuous-0.13.1 yarl-1.7.2 zha-quirks-0.0.75 zigpy-0.47.2
0252|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

Salut,

Ce sujet va être fermé car résolu.
Veuillez créer votre propre sujet .

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