Impossible de trouver JeedouinoExt - 111 - Connection refused

Bonsoir,

Le contexte :
Migration de ma version 3.3.54 installée sur un PI3 sous Jessie et fonctionnelle vers un Pi4 sous Buster.

Sur ma version 3 j’utilise le plugin GPIO, il n’est pas compatible avec la V4 et je dois donc utiliser Jeedouino.

J’ai tout d’abord fait une nouvelle installation sur le Pi4 et installé Jeedouino, Zwave et script qui me sont indispensables pour voir si tout fonctionnait bien.
En réalité pas une mais plusieurs car je me suis rendu compte que si j’installais en premier le pluging Zwave, Jeedouino que j’installais ensuite ne fonctionnait pas …
En installant Jeedouino en premier ça fonctionne… sauf que j’avais un problème avec Zwave car il lui manquait le module Tornado web (erreur que je n’avais pas en installant le Zwave en premier - pourquoi ?).
J’ai résolu le problème en faisant sudo python2 -m pip install tornado

Je me retrouve donc avec un Pi4 tout neuf avec Buster à jour, une version de Jeedom 4.0.61, les plugings Jeedouino, Zwave et script fonctionnels : les GPIO fonctionnent, mes équipements Zwave aussi et je lis bien mes températures de mon réseau 1wire avec Script.

Problème :
Quand je migre ma sauvegarde V3 sur le Pi4 et que je la bascule en V4 le Jeeduino ne fonctionne plus.
J’ai toujours les messages d’erreur :

Equipement: GPIO => Impossible de trouver JeedouinoExt sur l’IP fournie - JeedouinoExt n’est peut-être pas installé dessus ou l’IP est incorrecte.

Erreur de connection au démon PiGpio ( GPIO - EqID 409 ) 192.168.0.14:8001 - Réponse : 111 - Connection refused

J’ai bien sûr fait des recherches, supprimé et réinstallé le pluging , les dépendances etc … mais, je n’ai rien trouvé pour solutionner mon problème… :sleepy:

Merci par avance pour votre aide, car là je commence à déprimer sévère :grimacing:
Quelques logs :

[2021-01-03 21:39:09][ERROR] : (Normal si Re/Start/Stop demandé) Erreur de connection au démon PiGpio ( GPIO - EqID 409 ) 192.168.0.14:8001 - Réponse : 111 - Connection refused
[2021-01-03 21:39:09][ERROR] : Vérifiez si l'ip de votre Jeedom (ou celle de votre équipement) n'a pas changée.
[2021-01-03 21:39:09][ERROR] : Vérifiez que les dépendances (si il y en a) pour votre équipement soient correctement installées.
[2021-01-03 21:39:19][INFO] : L'installation des dépendances générales va débuter.
[2021-01-03 21:39:19][INFO] : Veuillez utiliser les boutons de la page Configuration du plugin pour les dépendances spécifiques. Merci
[2021-01-03 21:40:03][DEBUG] : Vérification automatique du démon (option AutoReStart) toutes les 5 minutes pour GPIO (409)
[2021-01-03 21:40:03][DEBUG] : PING 192.168.0.14 ( GPIO - EqID: 409 ) Démon PiGpio déja sollicité il y a moins de 3 minutes. Renvoi de la valeur cache...
[2021-01-03 21:40:03][DEBUG] : Démarrage du démon PiGpio de l'équipement GPIO
[2021-01-03 21:40:03][ERROR] : Equipement: GPIO => Impossible de trouver JeedouinoExt sur l'IP fournie - JeedouinoExt n'est peut-être pas installé dessus ou l'IP est incorrecte.

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

Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
======= Start of dpkg --configure -a --force-confdef =======
======= Start of apt autoremove =======

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

Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
======= Start of GPIO installation =======
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: RPi.GPIO in /usr/local/lib/python3.7/dist-packages (0.7.0)
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: RPi.GPIO in /usr/local/lib/python3.7/dist-packages (0.7.0)
======= End of GPIO installation =======
-
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Installation dependance Adafruit_Python_DHT
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Cloning into 'Adafruit_Python_DHT'...
running install
running bdist_egg
running egg_info
creating Adafruit_DHT.egg-info
writing Adafruit_DHT.egg-info/PKG-INFO
writing top-level names to Adafruit_DHT.egg-info/top_level.txt
writing dependency_links to Adafruit_DHT.egg-info/dependency_links.txt
writing manifest file 'Adafruit_DHT.egg-info/SOURCES.txt'
reading manifest file 'Adafruit_DHT.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'Adafruit_DHT.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-armv7l/egg
running install_lib
running build_py
creating build
creating build/lib.linux-armv7l-2.7
creating build/lib.linux-armv7l-2.7/Adafruit_DHT
copying Adafruit_DHT/Raspberry_Pi.py -> build/lib.linux-armv7l-2.7/Adafruit_DHT
copying Adafruit_DHT/platform_detect.py -> build/lib.linux-armv7l-2.7/Adafruit_DHT
copying Adafruit_DHT/common.py -> build/lib.linux-armv7l-2.7/Adafruit_DHT
copying Adafruit_DHT/Test.py -> build/lib.linux-armv7l-2.7/Adafruit_DHT
copying Adafruit_DHT/Raspberry_Pi_2.py -> build/lib.linux-armv7l-2.7/Adafruit_DHT
copying Adafruit_DHT/Beaglebone_Black.py -> build/lib.linux-armv7l-2.7/Adafruit_DHT
copying Adafruit_DHT/__init__.py -> build/lib.linux-armv7l-2.7/Adafruit_DHT
running build_ext
building 'Adafruit_DHT.Beaglebone_Black_Driver' extension
creating build/temp.linux-armv7l-2.7
creating build/temp.linux-armv7l-2.7/source
creating build/temp.linux-armv7l-2.7/source/Beaglebone_Black
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-InigCj/python2.7-2.7.16=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c source/_Beaglebone_Black_Driver.c -o build/temp.linux-armv7l-2.7/source/_Beaglebone_Black_Driver.o -std=gnu99
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-InigCj/python2.7-2.7.16=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c source/common_dht_read.c -o build/temp.linux-armv7l-2.7/source/common_dht_read.o -std=gnu99
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-InigCj/python2.7-2.7.16=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c source/Beaglebone_Black/bbb_dht_read.c -o build/temp.linux-armv7l-2.7/source/Beaglebone_Black/bbb_dht_read.o -std=gnu99
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-InigCj/python2.7-2.7.16=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c source/Beaglebone_Black/bbb_mmio.c -o build/temp.linux-armv7l-2.7/source/Beaglebone_Black/bbb_mmio.o -std=gnu99
source/Beaglebone_Black/bbb_mmio.c: In function 'bbb_mmio_get_gpio':
source/Beaglebone_Black/bbb_mmio.c:69:25: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
   memset(gpio, 0, sizeof(gpio));
                         ^
arm-linux-gnueabihf-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-InigCj/python2.7-2.7.16=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-InigCj/python2.7-2.7.16=. -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-armv7l-2.7/source/_Beaglebone_Black_Driver.o build/temp.linux-armv7l-2.7/source/common_dht_read.o build/temp.linux-armv7l-2.7/source/Beaglebone_Black/bbb_dht_read.o build/temp.linux-armv7l-2.7/source/Beaglebone_Black/bbb_mmio.o -lrt -o build/lib.linux-armv7l-2.7/Adafruit_DHT/Beaglebone_Black_Driver.so
creating build/bdist.linux-armv7l
creating build/bdist.linux-armv7l/egg
creating build/bdist.linux-armv7l/egg/Adafruit_DHT
copying build/lib.linux-armv7l-2.7/Adafruit_DHT/Raspberry_Pi.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
copying build/lib.linux-armv7l-2.7/Adafruit_DHT/platform_detect.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
copying build/lib.linux-armv7l-2.7/Adafruit_DHT/common.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
copying build/lib.linux-armv7l-2.7/Adafruit_DHT/Test.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
copying build/lib.linux-armv7l-2.7/Adafruit_DHT/Raspberry_Pi_2.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
copying build/lib.linux-armv7l-2.7/Adafruit_DHT/Beaglebone_Black_Driver.so -> build/bdist.linux-armv7l/egg/Adafruit_DHT
copying build/lib.linux-armv7l-2.7/Adafruit_DHT/Beaglebone_Black.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
copying build/lib.linux-armv7l-2.7/Adafruit_DHT/__init__.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Raspberry_Pi.py to Raspberry_Pi.pyc
byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/platform_detect.py to platform_detect.pyc
byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/common.py to common.pyc
byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Test.py to Test.pyc
byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Raspberry_Pi_2.py to Raspberry_Pi_2.pyc
byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Beaglebone_Black.py to Beaglebone_Black.pyc
byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/__init__.py to __init__.pyc
creating stub loader for Adafruit_DHT/Beaglebone_Black_Driver.so
byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Beaglebone_Black_Driver.py to Beaglebone_Black_Driver.pyc
creating build/bdist.linux-armv7l/egg/EGG-INFO
copying Adafruit_DHT.egg-info/PKG-INFO -> build/bdist.linux-armv7l/egg/EGG-INFO
copying Adafruit_DHT.egg-info/SOURCES.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
copying Adafruit_DHT.egg-info/dependency_links.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
copying Adafruit_DHT.egg-info/top_level.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
writing build/bdist.linux-armv7l/egg/EGG-INFO/native_libs.txt
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/Adafruit_DHT-1.4.0-py2.7-linux-armv7l.egg' and adding 'build/bdist.linux-armv7l/egg' to it
removing 'build/bdist.linux-armv7l/egg' (and everything under it)
Processing Adafruit_DHT-1.4.0-py2.7-linux-armv7l.egg
Removing /usr/local/lib/python2.7/dist-packages/Adafruit_DHT-1.4.0-py2.7-linux-armv7l.egg
Copying Adafruit_DHT-1.4.0-py2.7-linux-armv7l.egg to /usr/local/lib/python2.7/dist-packages
Adafruit-DHT 1.4.0 is already the active version in easy-install.pth

Installed /usr/local/lib/python2.7/dist-packages/Adafruit_DHT-1.4.0-py2.7-linux-armv7l.egg
Processing dependencies for Adafruit-DHT==1.4.0
Finished processing dependencies for Adafruit-DHT==1.4.0
running install
running bdist_egg
running egg_info
writing Adafruit_DHT.egg-info/PKG-INFO
writing dependency_links to Adafruit_DHT.egg-info/dependency_links.txt
writing top-level names to Adafruit_DHT.egg-info/top_level.txt
reading manifest file 'Adafruit_DHT.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'Adafruit_DHT.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-armv7l/egg
running install_lib
running build_py
creating build/lib.linux-armv7l-3.7
creating build/lib.linux-armv7l-3.7/Adafruit_DHT
copying Adafruit_DHT/Raspberry_Pi.py -> build/lib.linux-armv7l-3.7/Adafruit_DHT
copying Adafruit_DHT/platform_detect.py -> build/lib.linux-armv7l-3.7/Adafruit_DHT
copying Adafruit_DHT/common.py -> build/lib.linux-armv7l-3.7/Adafruit_DHT
copying Adafruit_DHT/Test.py -> build/lib.linux-armv7l-3.7/Adafruit_DHT
copying Adafruit_DHT/Raspberry_Pi_2.py -> build/lib.linux-armv7l-3.7/Adafruit_DHT
copying Adafruit_DHT/Beaglebone_Black.py -> build/lib.linux-armv7l-3.7/Adafruit_DHT
copying Adafruit_DHT/__init__.py -> build/lib.linux-armv7l-3.7/Adafruit_DHT
running build_ext
building 'Adafruit_DHT.Beaglebone_Black_Driver' extension
creating build/temp.linux-armv7l-3.7
creating build/temp.linux-armv7l-3.7/source
creating build/temp.linux-armv7l-3.7/source/Beaglebone_Black
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.7m -c source/_Beaglebone_Black_Driver.c -o build/temp.linux-armv7l-3.7/source/_Beaglebone_Black_Driver.o -std=gnu99
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.7m -c source/common_dht_read.c -o build/temp.linux-armv7l-3.7/source/common_dht_read.o -std=gnu99
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.7m -c source/Beaglebone_Black/bbb_dht_read.c -o build/temp.linux-armv7l-3.7/source/Beaglebone_Black/bbb_dht_read.o -std=gnu99
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.7m -c source/Beaglebone_Black/bbb_mmio.c -o build/temp.linux-armv7l-3.7/source/Beaglebone_Black/bbb_mmio.o -std=gnu99
source/Beaglebone_Black/bbb_mmio.c: In function ‘bbb_mmio_get_gpio’:
source/Beaglebone_Black/bbb_mmio.c:69:25: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
   memset(gpio, 0, sizeof(gpio));
                         ^
arm-linux-gnueabihf-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-armv7l-3.7/source/_Beaglebone_Black_Driver.o build/temp.linux-armv7l-3.7/source/common_dht_read.o build/temp.linux-armv7l-3.7/source/Beaglebone_Black/bbb_dht_read.o build/temp.linux-armv7l-3.7/source/Beaglebone_Black/bbb_mmio.o -lrt -o build/lib.linux-armv7l-3.7/Adafruit_DHT/Beaglebone_Black_Driver.cpython-37m-arm-linux-gnueabihf.so
creating build/bdist.linux-armv7l/egg
creating build/bdist.linux-armv7l/egg/Adafruit_DHT
copying build/lib.linux-armv7l-3.7/Adafruit_DHT/Raspberry_Pi.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
copying build/lib.linux-armv7l-3.7/Adafruit_DHT/platform_detect.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
copying build/lib.linux-armv7l-3.7/Adafruit_DHT/common.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
copying build/lib.linux-armv7l-3.7/Adafruit_DHT/Test.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
copying build/lib.linux-armv7l-3.7/Adafruit_DHT/Raspberry_Pi_2.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
copying build/lib.linux-armv7l-3.7/Adafruit_DHT/Beaglebone_Black.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
copying build/lib.linux-armv7l-3.7/Adafruit_DHT/Beaglebone_Black_Driver.cpython-37m-arm-linux-gnueabihf.so -> build/bdist.linux-armv7l/egg/Adafruit_DHT
copying build/lib.linux-armv7l-3.7/Adafruit_DHT/__init__.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Raspberry_Pi.py to Raspberry_Pi.cpython-37.pyc
byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/platform_detect.py to platform_detect.cpython-37.pyc
byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/common.py to common.cpython-37.pyc
byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Test.py to Test.cpython-37.pyc
byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Raspberry_Pi_2.py to Raspberry_Pi_2.cpython-37.pyc
byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Beaglebone_Black.py to Beaglebone_Black.cpython-37.pyc
byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/__init__.py to __init__.cpython-37.pyc
creating stub loader for Adafruit_DHT/Beaglebone_Black_Driver.cpython-37m-arm-linux-gnueabihf.so
byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Beaglebone_Black_Driver.py to Beaglebone_Black_Driver.cpython-37.pyc
creating build/bdist.linux-armv7l/egg/EGG-INFO
copying Adafruit_DHT.egg-info/PKG-INFO -> build/bdist.linux-armv7l/egg/EGG-INFO
copying Adafruit_DHT.egg-info/SOURCES.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
copying Adafruit_DHT.egg-info/dependency_links.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
copying Adafruit_DHT.egg-info/top_level.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
writing build/bdist.linux-armv7l/egg/EGG-INFO/native_libs.txt
zip_safe flag not set; analyzing archive contents...
Adafruit_DHT.__pycache__.Beaglebone_Black_Driver.cpython-37: module references __file__
creating 'dist/Adafruit_DHT-1.4.0-py3.7-linux-armv7l.egg' and adding 'build/bdist.linux-armv7l/egg' to it
removing 'build/bdist.linux-armv7l/egg' (and everything under it)
Processing Adafruit_DHT-1.4.0-py3.7-linux-armv7l.egg
removing '/usr/local/lib/python3.7/dist-packages/Adafruit_DHT-1.4.0-py3.7-linux-armv7l.egg' (and everything under it)
creating /usr/local/lib/python3.7/dist-packages/Adafruit_DHT-1.4.0-py3.7-linux-armv7l.egg
Extracting Adafruit_DHT-1.4.0-py3.7-linux-armv7l.egg to /usr/local/lib/python3.7/dist-packages
Adafruit-DHT 1.4.0 is already the active version in easy-install.pth

Installed /usr/local/lib/python3.7/dist-packages/Adafruit_DHT-1.4.0-py3.7-linux-armv7l.egg
Processing dependencies for Adafruit-DHT==1.4.0
Finished processing dependencies for Adafruit-DHT==1.4.0
-
Installation dependance RPi.GPIO
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: RPi.GPIO in /usr/local/lib/python3.7/dist-packages (0.7.0)
-
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Installation dependance AB Electronics Python Libraries
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Cloning into 'ABElectronics_Python_Libraries'...
running install
running build
running build_py
creating build
creating build/lib.linux-armv7l-2.7
creating build/lib.linux-armv7l-2.7/ADCDACPi
copying ADCDACPi/ADCDACPi.py -> build/lib.linux-armv7l-2.7/ADCDACPi
copying ADCDACPi/__init__.py -> build/lib.linux-armv7l-2.7/ADCDACPi
creating build/lib.linux-armv7l-2.7/ADCDifferentialPi
copying ADCDifferentialPi/ADCDifferentialPi.py -> build/lib.linux-armv7l-2.7/ADCDifferentialPi
copying ADCDifferentialPi/__init__.py -> build/lib.linux-armv7l-2.7/ADCDifferentialPi
creating build/lib.linux-armv7l-2.7/ADCPi
copying ADCPi/__init__.py -> build/lib.linux-armv7l-2.7/ADCPi
copying ADCPi/ADCPi.py -> build/lib.linux-armv7l-2.7/ADCPi
creating build/lib.linux-armv7l-2.7/ExpanderPi
copying ExpanderPi/ExpanderPi.py -> build/lib.linux-armv7l-2.7/ExpanderPi
copying ExpanderPi/__init__.py -> build/lib.linux-armv7l-2.7/ExpanderPi
creating build/lib.linux-armv7l-2.7/IOPi
copying IOPi/IOPi.py -> build/lib.linux-armv7l-2.7/IOPi
copying IOPi/__init__.py -> build/lib.linux-armv7l-2.7/IOPi
creating build/lib.linux-armv7l-2.7/RTCPi
copying RTCPi/RTCPi.py -> build/lib.linux-armv7l-2.7/RTCPi
copying RTCPi/__init__.py -> build/lib.linux-armv7l-2.7/RTCPi
creating build/lib.linux-armv7l-2.7/ServoPi
copying ServoPi/ServoPi.py -> build/lib.linux-armv7l-2.7/ServoPi
copying ServoPi/__init__.py -> build/lib.linux-armv7l-2.7/ServoPi
running install_lib
copying build/lib.linux-armv7l-2.7/ServoPi/ServoPi.py -> /usr/local/lib/python2.7/dist-packages/ServoPi
copying build/lib.linux-armv7l-2.7/ServoPi/__init__.py -> /usr/local/lib/python2.7/dist-packages/ServoPi
copying build/lib.linux-armv7l-2.7/IOPi/IOPi.py -> /usr/local/lib/python2.7/dist-packages/IOPi
copying build/lib.linux-armv7l-2.7/IOPi/__init__.py -> /usr/local/lib/python2.7/dist-packages/IOPi
copying build/lib.linux-armv7l-2.7/ADCDifferentialPi/ADCDifferentialPi.py -> /usr/local/lib/python2.7/dist-packages/ADCDifferentialPi
copying build/lib.linux-armv7l-2.7/ADCDifferentialPi/__init__.py -> /usr/local/lib/python2.7/dist-packages/ADCDifferentialPi
copying build/lib.linux-armv7l-2.7/RTCPi/RTCPi.py -> /usr/local/lib/python2.7/dist-packages/RTCPi
copying build/lib.linux-armv7l-2.7/RTCPi/__init__.py -> /usr/local/lib/python2.7/dist-packages/RTCPi
copying build/lib.linux-armv7l-2.7/ExpanderPi/ExpanderPi.py -> /usr/local/lib/python2.7/dist-packages/ExpanderPi
copying build/lib.linux-armv7l-2.7/ExpanderPi/__init__.py -> /usr/local/lib/python2.7/dist-packages/ExpanderPi
copying build/lib.linux-armv7l-2.7/ADCPi/__init__.py -> /usr/local/lib/python2.7/dist-packages/ADCPi
copying build/lib.linux-armv7l-2.7/ADCPi/ADCPi.py -> /usr/local/lib/python2.7/dist-packages/ADCPi
copying build/lib.linux-armv7l-2.7/ADCDACPi/ADCDACPi.py -> /usr/local/lib/python2.7/dist-packages/ADCDACPi
copying build/lib.linux-armv7l-2.7/ADCDACPi/__init__.py -> /usr/local/lib/python2.7/dist-packages/ADCDACPi
byte-compiling /usr/local/lib/python2.7/dist-packages/ServoPi/ServoPi.py to ServoPi.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/ServoPi/__init__.py to __init__.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/IOPi/IOPi.py to IOPi.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/IOPi/__init__.py to __init__.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/ADCDifferentialPi/ADCDifferentialPi.py to ADCDifferentialPi.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/ADCDifferentialPi/__init__.py to __init__.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/RTCPi/RTCPi.py to RTCPi.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/RTCPi/__init__.py to __init__.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/ExpanderPi/ExpanderPi.py to ExpanderPi.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/ExpanderPi/__init__.py to __init__.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/ADCPi/__init__.py to __init__.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/ADCPi/ADCPi.py to ADCPi.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/ADCDACPi/ADCDACPi.py to ADCDACPi.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/ADCDACPi/__init__.py to __init__.pyc
running install_egg_info
Removing /usr/local/lib/python2.7/dist-packages/abelectronics-2.2.egg-info
Writing /usr/local/lib/python2.7/dist-packages/abelectronics-2.2.egg-info
running install
running build
running build_py
creating build/lib
creating build/lib/ADCDACPi
copying ADCDACPi/ADCDACPi.py -> build/lib/ADCDACPi
copying ADCDACPi/__init__.py -> build/lib/ADCDACPi
creating build/lib/ADCDifferentialPi
copying ADCDifferentialPi/ADCDifferentialPi.py -> build/lib/ADCDifferentialPi
copying ADCDifferentialPi/__init__.py -> build/lib/ADCDifferentialPi
creating build/lib/ADCPi
copying ADCPi/__init__.py -> build/lib/ADCPi
copying ADCPi/ADCPi.py -> build/lib/ADCPi
creating build/lib/ExpanderPi
copying ExpanderPi/ExpanderPi.py -> build/lib/ExpanderPi
copying ExpanderPi/__init__.py -> build/lib/ExpanderPi
creating build/lib/IOPi
copying IOPi/IOPi.py -> build/lib/IOPi
copying IOPi/__init__.py -> build/lib/IOPi
creating build/lib/RTCPi
copying RTCPi/RTCPi.py -> build/lib/RTCPi
copying RTCPi/__init__.py -> build/lib/RTCPi
creating build/lib/ServoPi
copying ServoPi/ServoPi.py -> build/lib/ServoPi
copying ServoPi/__init__.py -> build/lib/ServoPi
running install_lib
copying build/lib/ServoPi/ServoPi.py -> /usr/local/lib/python3.7/dist-packages/ServoPi
copying build/lib/ServoPi/__init__.py -> /usr/local/lib/python3.7/dist-packages/ServoPi
copying build/lib/IOPi/IOPi.py -> /usr/local/lib/python3.7/dist-packages/IOPi
copying build/lib/IOPi/__init__.py -> /usr/local/lib/python3.7/dist-packages/IOPi
copying build/lib/ADCDifferentialPi/ADCDifferentialPi.py -> /usr/local/lib/python3.7/dist-packages/ADCDifferentialPi
copying build/lib/ADCDifferentialPi/__init__.py -> /usr/local/lib/python3.7/dist-packages/ADCDifferentialPi
copying build/lib/RTCPi/RTCPi.py -> /usr/local/lib/python3.7/dist-packages/RTCPi
copying build/lib/RTCPi/__init__.py -> /usr/local/lib/python3.7/dist-packages/RTCPi
copying build/lib/ExpanderPi/ExpanderPi.py -> /usr/local/lib/python3.7/dist-packages/ExpanderPi
copying build/lib/ExpanderPi/__init__.py -> /usr/local/lib/python3.7/dist-packages/ExpanderPi
copying build/lib/ADCPi/__init__.py -> /usr/local/lib/python3.7/dist-packages/ADCPi
copying build/lib/ADCPi/ADCPi.py -> /usr/local/lib/python3.7/dist-packages/ADCPi
copying build/lib/ADCDACPi/ADCDACPi.py -> /usr/local/lib/python3.7/dist-packages/ADCDACPi
copying build/lib/ADCDACPi/__init__.py -> /usr/local/lib/python3.7/dist-packages/ADCDACPi
byte-compiling /usr/local/lib/python3.7/dist-packages/ServoPi/ServoPi.py to ServoPi.cpython-37.pyc
byte-compiling /usr/local/lib/python3.7/dist-packages/ServoPi/__init__.py to __init__.cpython-37.pyc
byte-compiling /usr/local/lib/python3.7/dist-packages/IOPi/IOPi.py to IOPi.cpython-37.pyc
byte-compiling /usr/local/lib/python3.7/dist-packages/IOPi/__init__.py to __init__.cpython-37.pyc
byte-compiling /usr/local/lib/python3.7/dist-packages/ADCDifferentialPi/ADCDifferentialPi.py to ADCDifferentialPi.cpython-37.pyc
byte-compiling /usr/local/lib/python3.7/dist-packages/ADCDifferentialPi/__init__.py to __init__.cpython-37.pyc
byte-compiling /usr/local/lib/python3.7/dist-packages/RTCPi/RTCPi.py to RTCPi.cpython-37.pyc
byte-compiling /usr/local/lib/python3.7/dist-packages/RTCPi/__init__.py to __init__.cpython-37.pyc
byte-compiling /usr/local/lib/python3.7/dist-packages/ExpanderPi/ExpanderPi.py to ExpanderPi.cpython-37.pyc
byte-compiling /usr/local/lib/python3.7/dist-packages/ExpanderPi/__init__.py to __init__.cpython-37.pyc
byte-compiling /usr/local/lib/python3.7/dist-packages/ADCPi/__init__.py to __init__.cpython-37.pyc
byte-compiling /usr/local/lib/python3.7/dist-packages/ADCPi/ADCPi.py to ADCPi.cpython-37.pyc
byte-compiling /usr/local/lib/python3.7/dist-packages/ADCDACPi/ADCDACPi.py to ADCDACPi.cpython-37.pyc
byte-compiling /usr/local/lib/python3.7/dist-packages/ADCDACPi/__init__.py to __init__.cpython-37.pyc
running install_egg_info
Removing /usr/local/lib/python3.7/dist-packages/abelectronics-2.2.egg-info
Writing /usr/local/lib/python3.7/dist-packages/abelectronics-2.2.egg-info
-
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Installation dependance Adafruit_Python_BMP085/180
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Cloning into 'Adafruit_Python_BMP'...
running install
running bdist_egg
running egg_info
creating Adafruit_BMP.egg-info
writing requirements to Adafruit_BMP.egg-info/requires.txt
writing Adafruit_BMP.egg-info/PKG-INFO
writing top-level names to Adafruit_BMP.egg-info/top_level.txt
writing dependency_links to Adafruit_BMP.egg-info/dependency_links.txt
writing manifest file 'Adafruit_BMP.egg-info/SOURCES.txt'
reading manifest file 'Adafruit_BMP.egg-info/SOURCES.txt'
writing manifest file 'Adafruit_BMP.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-armv7l/egg
running install_lib
running build_py
creating build
creating build/lib.linux-armv7l-2.7
creating build/lib.linux-armv7l-2.7/Adafruit_BMP
copying Adafruit_BMP/BMP085.py -> build/lib.linux-armv7l-2.7/Adafruit_BMP
copying Adafruit_BMP/__init__.py -> build/lib.linux-armv7l-2.7/Adafruit_BMP
creating build/bdist.linux-armv7l
creating build/bdist.linux-armv7l/egg
creating build/bdist.linux-armv7l/egg/Adafruit_BMP
copying build/lib.linux-armv7l-2.7/Adafruit_BMP/BMP085.py -> build/bdist.linux-armv7l/egg/Adafruit_BMP
copying build/lib.linux-armv7l-2.7/Adafruit_BMP/__init__.py -> build/bdist.linux-armv7l/egg/Adafruit_BMP
byte-compiling build/bdist.linux-armv7l/egg/Adafruit_BMP/BMP085.py to BMP085.pyc
byte-compiling build/bdist.linux-armv7l/egg/Adafruit_BMP/__init__.py to __init__.pyc
creating build/bdist.linux-armv7l/egg/EGG-INFO
copying Adafruit_BMP.egg-info/PKG-INFO -> build/bdist.linux-armv7l/egg/EGG-INFO
copying Adafruit_BMP.egg-info/SOURCES.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
copying Adafruit_BMP.egg-info/dependency_links.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
copying Adafruit_BMP.egg-info/requires.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
copying Adafruit_BMP.egg-info/top_level.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/Adafruit_BMP-1.5.4-py2.7.egg' and adding 'build/bdist.linux-armv7l/egg' to it
removing 'build/bdist.linux-armv7l/egg' (and everything under it)
Processing Adafruit_BMP-1.5.4-py2.7.egg
Removing /usr/local/lib/python2.7/dist-packages/Adafruit_BMP-1.5.4-py2.7.egg
Copying Adafruit_BMP-1.5.4-py2.7.egg to /usr/local/lib/python2.7/dist-packages
Adafruit-BMP 1.5.4 is already the active version in easy-install.pth

Installed /usr/local/lib/python2.7/dist-packages/Adafruit_BMP-1.5.4-py2.7.egg
Processing dependencies for Adafruit-BMP==1.5.4
Searching for Adafruit-GPIO==1.0.4
Best match: Adafruit-GPIO 1.0.4
Processing Adafruit_GPIO-1.0.4-py2.7.egg
Adafruit-GPIO 1.0.4 is already the active version in easy-install.pth

Using /usr/local/lib/python2.7/dist-packages/Adafruit_GPIO-1.0.4-py2.7.egg
Searching for spidev==3.5
Best match: spidev 3.5
Processing spidev-3.5-py2.7-linux-armv7l.egg
spidev 3.5 is already the active version in easy-install.pth

Using /usr/local/lib/python2.7/dist-packages/spidev-3.5-py2.7-linux-armv7l.egg
Searching for Adafruit-PureIO==1.1.8
Best match: Adafruit-PureIO 1.1.8
Processing Adafruit_PureIO-1.1.8-py2.7.egg
Adafruit-PureIO 1.1.8 is already the active version in easy-install.pth

Using /usr/local/lib/python2.7/dist-packages/Adafruit_PureIO-1.1.8-py2.7.egg
Finished processing dependencies for Adafruit-BMP==1.5.4
running install
running bdist_egg
running egg_info
writing Adafruit_BMP.egg-info/PKG-INFO
writing dependency_links to Adafruit_BMP.egg-info/dependency_links.txt
writing requirements to Adafruit_BMP.egg-info/requires.txt
writing top-level names to Adafruit_BMP.egg-info/top_level.txt
reading manifest file 'Adafruit_BMP.egg-info/SOURCES.txt'
writing manifest file 'Adafruit_BMP.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-armv7l/egg
running install_lib
running build_py
creating build/lib
creating build/lib/Adafruit_BMP
copying Adafruit_BMP/BMP085.py -> build/lib/Adafruit_BMP
copying Adafruit_BMP/__init__.py -> build/lib/Adafruit_BMP
creating build/bdist.linux-armv7l/egg
creating build/bdist.linux-armv7l/egg/Adafruit_BMP
copying build/lib/Adafruit_BMP/BMP085.py -> build/bdist.linux-armv7l/egg/Adafruit_BMP
copying build/lib/Adafruit_BMP/__init__.py -> build/bdist.linux-armv7l/egg/Adafruit_BMP
byte-compiling build/bdist.linux-armv7l/egg/Adafruit_BMP/BMP085.py to BMP085.cpython-37.pyc
byte-compiling build/bdist.linux-armv7l/egg/Adafruit_BMP/__init__.py to __init__.cpython-37.pyc
creating build/bdist.linux-armv7l/egg/EGG-INFO
copying Adafruit_BMP.egg-info/PKG-INFO -> build/bdist.linux-armv7l/egg/EGG-INFO
copying Adafruit_BMP.egg-info/SOURCES.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
copying Adafruit_BMP.egg-info/dependency_links.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
copying Adafruit_BMP.egg-info/requires.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
copying Adafruit_BMP.egg-info/top_level.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating 'dist/Adafruit_BMP-1.5.4-py3.7.egg' and adding 'build/bdist.linux-armv7l/egg' to it
removing 'build/bdist.linux-armv7l/egg' (and everything under it)
Processing Adafruit_BMP-1.5.4-py3.7.egg
Removing /usr/local/lib/python3.7/dist-packages/Adafruit_BMP-1.5.4-py3.7.egg
Copying Adafruit_BMP-1.5.4-py3.7.egg to /usr/local/lib/python3.7/dist-packages
Adafruit-BMP 1.5.4 is already the active version in easy-install.pth

Installed /usr/local/lib/python3.7/dist-packages/Adafruit_BMP-1.5.4-py3.7.egg
Processing dependencies for Adafruit-BMP==1.5.4
Searching for Adafruit-GPIO==1.0.4
Best match: Adafruit-GPIO 1.0.4
Processing Adafruit_GPIO-1.0.4-py3.7.egg
Adafruit-GPIO 1.0.4 is already the active version in easy-install.pth

Using /usr/local/lib/python3.7/dist-packages/Adafruit_GPIO-1.0.4-py3.7.egg
Searching for spidev==3.5
Best match: spidev 3.5
Processing spidev-3.5-py3.7-linux-armv7l.egg
spidev 3.5 is already the active version in easy-install.pth

Using /usr/local/lib/python3.7/dist-packages/spidev-3.5-py3.7-linux-armv7l.egg
Searching for Adafruit-PureIO==1.1.8
Best match: Adafruit-PureIO 1.1.8
Processing Adafruit_PureIO-1.1.8-py3.7.egg
Adafruit-PureIO 1.1.8 is already the active version in easy-install.pth

Using /usr/local/lib/python3.7/dist-packages/Adafruit_PureIO-1.1.8-py3.7.egg
Finished processing dependencies for Adafruit-BMP==1.5.4
-
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Installation dependance Adafruit_circuitpython
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: adafruit-circuitpython-lis3dh in /usr/local/lib/python3.7/dist-packages (5.1.6)
Requirement already satisfied: Adafruit-Blinka in /usr/local/lib/python3.7/dist-packages (from adafruit-circuitpython-lis3dh) (5.9.2)
Requirement already satisfied: RPi.GPIO in /usr/local/lib/python3.7/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-lis3dh) (0.7.0)
Requirement already satisfied: rpi-ws281x>=4.0.0 in /usr/local/lib/python3.7/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-lis3dh) (4.2.5)
Requirement already satisfied: Adafruit-PureIO>=1.1.7 in /usr/local/lib/python3.7/dist-packages/Adafruit_PureIO-1.1.8-py3.7.egg (from Adafruit-Blinka->adafruit-circuitpython-lis3dh) (1.1.8)
Requirement already satisfied: sysv-ipc in /usr/local/lib/python3.7/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-lis3dh) (1.0.1)
Requirement already satisfied: Adafruit-PlatformDetect>=2.18.1 in /usr/local/lib/python3.7/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-lis3dh) (2.23.0)
Requirement already satisfied: pyftdi>=0.40.0 in /usr/local/lib/python3.7/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-lis3dh) (0.52.0)
Requirement already satisfied: pyusb>=1.0.0 in /usr/local/lib/python3.7/dist-packages (from pyftdi>=0.40.0->Adafruit-Blinka->adafruit-circuitpython-lis3dh) (1.1.0)
Requirement already satisfied: pyserial>=3.0 in /usr/local/lib/python3.7/dist-packages (from pyftdi>=0.40.0->Adafruit-Blinka->adafruit-circuitpython-lis3dh) (3.5)
-
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Installation dependance Adafruit_Python_BME280
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: adafruit-circuitpython-bme280 in /usr/local/lib/python3.7/dist-packages (2.5.1)
Requirement already satisfied: Adafruit-Blinka in /usr/local/lib/python3.7/dist-packages (from adafruit-circuitpython-bme280) (5.9.2)
Requirement already satisfied: adafruit-circuitpython-busdevice in /usr/local/lib/python3.7/dist-packages (from adafruit-circuitpython-bme280) (5.0.1)
Requirement already satisfied: sysv-ipc in /usr/local/lib/python3.7/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-bme280) (1.0.1)
Requirement already satisfied: pyftdi>=0.40.0 in /usr/local/lib/python3.7/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-bme280) (0.52.0)
Requirement already satisfied: RPi.GPIO in /usr/local/lib/python3.7/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-bme280) (0.7.0)
Requirement already satisfied: rpi-ws281x>=4.0.0 in /usr/local/lib/python3.7/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-bme280) (4.2.5)
Requirement already satisfied: Adafruit-PureIO>=1.1.7 in /usr/local/lib/python3.7/dist-packages/Adafruit_PureIO-1.1.8-py3.7.egg (from Adafruit-Blinka->adafruit-circuitpython-bme280) (1.1.8)
Requirement already satisfied: Adafruit-PlatformDetect>=2.18.1 in /usr/local/lib/python3.7/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-bme280) (2.23.0)
Requirement already satisfied: pyserial>=3.0 in /usr/local/lib/python3.7/dist-packages (from pyftdi>=0.40.0->Adafruit-Blinka->adafruit-circuitpython-bme280) (3.5)
Requirement already satisfied: pyusb>=1.0.0 in /usr/local/lib/python3.7/dist-packages (from pyftdi>=0.40.0->Adafruit-Blinka->adafruit-circuitpython-bme280) (1.1.0)
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: adafruit-circuitpython-bmp280 in /usr/local/lib/python3.7/dist-packages (3.2.3)
Requirement already satisfied: adafruit-circuitpython-busdevice in /usr/local/lib/python3.7/dist-packages (from adafruit-circuitpython-bmp280) (5.0.1)
Requirement already satisfied: Adafruit-Blinka in /usr/local/lib/python3.7/dist-packages (from adafruit-circuitpython-bmp280) (5.9.2)
Requirement already satisfied: sysv-ipc in /usr/local/lib/python3.7/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-bmp280) (1.0.1)
Requirement already satisfied: Adafruit-PlatformDetect>=2.18.1 in /usr/local/lib/python3.7/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-bmp280) (2.23.0)
Requirement already satisfied: rpi-ws281x>=4.0.0 in /usr/local/lib/python3.7/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-bmp280) (4.2.5)
Requirement already satisfied: Adafruit-PureIO>=1.1.7 in /usr/local/lib/python3.7/dist-packages/Adafruit_PureIO-1.1.8-py3.7.egg (from Adafruit-Blinka->adafruit-circuitpython-bmp280) (1.1.8)
Requirement already satisfied: RPi.GPIO in /usr/local/lib/python3.7/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-bmp280) (0.7.0)
Requirement already satisfied: pyftdi>=0.40.0 in /usr/local/lib/python3.7/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-bmp280) (0.52.0)
Requirement already satisfied: pyusb>=1.0.0 in /usr/local/lib/python3.7/dist-packages (from pyftdi>=0.40.0->Adafruit-Blinka->adafruit-circuitpython-bmp280) (1.1.0)
Requirement already satisfied: pyserial>=3.0 in /usr/local/lib/python3.7/dist-packages (from pyftdi>=0.40.0->Adafruit-Blinka->adafruit-circuitpython-bmp280) (3.5)
-
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Installation dependance Adafruit_Python_BME680
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: adafruit-circuitpython-bme680 in /usr/local/lib/python3.7/dist-packages (3.3.0)
Requirement already satisfied: adafruit-circuitpython-busdevice in /usr/local/lib/python3.7/dist-packages (from adafruit-circuitpython-bme680) (5.0.1)
Requirement already satisfied: Adafruit-Blinka in /usr/local/lib/python3.7/dist-packages (from adafruit-circuitpython-bme680) (5.9.2)
Requirement already satisfied: pyftdi>=0.40.0 in /usr/local/lib/python3.7/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-bme680) (0.52.0)
Requirement already satisfied: Adafruit-PureIO>=1.1.7 in /usr/local/lib/python3.7/dist-packages/Adafruit_PureIO-1.1.8-py3.7.egg (from Adafruit-Blinka->adafruit-circuitpython-bme680) (1.1.8)
Requirement already satisfied: sysv-ipc in /usr/local/lib/python3.7/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-bme680) (1.0.1)
Requirement already satisfied: Adafruit-PlatformDetect>=2.18.1 in /usr/local/lib/python3.7/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-bme680) (2.23.0)
Requirement already satisfied: RPi.GPIO in /usr/local/lib/python3.7/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-bme680) (0.7.0)
Requirement already satisfied: rpi-ws281x>=4.0.0 in /usr/local/lib/python3.7/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-bme680) (4.2.5)
Requirement already satisfied: pyserial>=3.0 in /usr/local/lib/python3.7/dist-packages (from pyftdi>=0.40.0->Adafruit-Blinka->adafruit-circuitpython-bme680) (3.5)
Requirement already satisfied: pyusb>=1.0.0 in /usr/local/lib/python3.7/dist-packages (from pyftdi>=0.40.0->Adafruit-Blinka->adafruit-circuitpython-bme680) (1.1.0)
-
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Installation dependance danjperron/BitBangingDS18B20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Cloning into 'BitBangingDS18B20'...
running install
running build
running build_ext
building 'DS18B20' extension
creating build
creating build/temp.linux-armv7l-2.7
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-InigCj/python2.7-2.7.16=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c DS18B20.c -o build/temp.linux-armv7l-2.7/DS18B20.o
creating build/lib.linux-armv7l-2.7
arm-linux-gnueabihf-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-InigCj/python2.7-2.7.16=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-InigCj/python2.7-2.7.16=. -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-armv7l-2.7/DS18B20.o -o build/lib.linux-armv7l-2.7/DS18B20.so
running install_lib
copying build/lib.linux-armv7l-2.7/DS18B20.so -> /usr/local/lib/python2.7/dist-packages
running install_egg_info
Removing /usr/local/lib/python2.7/dist-packages/DS18B20-1.0.egg-info
Writing /usr/local/lib/python2.7/dist-packages/DS18B20-1.0.egg-info
running install
running build
running build_ext
building 'DS18B20' extension
creating build/temp.linux-armv7l-3.7
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.7m -c DS18B20.c -o build/temp.linux-armv7l-3.7/DS18B20.o
creating build/lib.linux-armv7l-3.7
arm-linux-gnueabihf-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-armv7l-3.7/DS18B20.o -o build/lib.linux-armv7l-3.7/DS18B20.cpython-37m-arm-linux-gnueabihf.so
running install_lib
copying build/lib.linux-armv7l-3.7/DS18B20.cpython-37m-arm-linux-gnueabihf.so -> /usr/local/lib/python3.7/dist-packages
running install_egg_info
Removing /usr/local/lib/python3.7/dist-packages/DS18B20-1.0.egg-info
Writing /usr/local/lib/python3.7/dist-packages/DS18B20-1.0.egg-info
-
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Fin de l'installation des dependances ...
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Bonjour,

Je pense que votre souci vient du fait que tes équipements jeedouino n’ont plus la bonne (nouvelle) adresse du rpi.
Il faut les resauver avec la nouvelle IP de jeedom.

Bonne journée.

J’ai eu ça sur un arduino qui était en fonction depuis plusieurs semaines, sans changement de configuration.
Je n’ai jamais réussi à le faire repartir. J’ai même testé avec un autre arduino (avec un nouvel équipement au passage) rien à faire non plus.
Bon, c’était un truc très annexe et vraiment pas important donc je n’ai pas fait écrit sur le forum mais je vais suivre celui-ci de prêt :wink:

Bonsoir,

L’adresse IP était bien la bonne dans les réglages de Jeedouino, ça c’est sûr ; est ce que celle renseignée dans système configuration réseaux est prise en compte aussi pour le lancement du demon ? Parce que effectivement celle là n’était pas bien renseignée.
Je ne sais pas si c’est ça mais le problème à l’air résolu. :partying_face:
Si ce n’est pas lié alors je ne sais pas pourquoi ça fonctionne maintenant. :thinking:
En effet j’ai essayé je ne sais combien de réinstallations, en notant bien les différents paramètres à chaque fois et après chaque réimportation de ma sauvegarde : toujours le même résultat final de ce message d’erreur.
J’ai laissé tombé quelques jours, j’étais au bord du désespoir. :disappointed_relieved:
Pour mon dernier essai, avant de réussir, je n’ai rien noté… je ne pensais tellement pas y arriver… pas malin.
Tout ce dont je me rappelle de mes déambulations, au cas où, c’est d’avoir changé l’IP au niveau de la config réseau, d’avoir nettoyé le cache, été dans la vérification système et lancé les 4 vérifications (il y a a eu un complément package d’installé) et le nettoyage de la base de donnée.

Merci en tout cas pour ce pluging. :wink:

1 « J'aime »

Bonjour,

Oui, Jeedouino ce base sur cette IP.
Il est donc nécessaire qu’elle soit bien renseignée.

Bonne journée.

Bonjour à tous!
Je me permet de relancer le sujet car j’ai la même erreur dans le centre de messages Jeedom malgré tous mes essais et recherches sur les forums.
Petite description de ma config pour commencer:
Jeedom 4.3.0 sur VM Debian Buster (Proxmox 7.2-3)
Jeedouino sur rasberry Zero W sous Raspbian Buster
Quand je suis connecté à l’interface web de Jeedouino du Raspi, le démon est OK. Par contre quand je suis dans les paramètres de JeedouinoExt, il est en NOK.
Voici les logs du démon :

[2022-09-02 14:39:58][Demon PiGpio][264] info : ---------
[2022-09-02 14:39:58][Demon PiGpio][264] info : Jeedouino - Demarrage du daemon piGPIO (eqID: 264).
[2022-09-02 14:39:58][Demon PiGpio][264] info : ---------
[2022-09-02 14:39:58][Demon PiGpio][264] Error : Dependances introuvables. Veuillez les (re)installer. - No module named 'Adafruit_BMP',No module named 'DS18B20',
[2022-09-02 14:39:58][Demon PiGpio][264] info : Starting First Network thread
[2022-09-02 14:39:58][Demon PiGpio][264] info : Starting Second Network thread
[2022-09-02 14:39:58][Demon PiGpio][264] info : Jeedouino PiGpio daemon (eqID: 264) running...
[2022-09-02 14:39:58][Demon PiGpio][264] Requete : ['BootMode', '0']
[2022-09-02 14:39:58][Demon PiGpio][264] >> Reponse a la requete : BMOK
[2022-09-02 14:39:58][Demon PiGpio][264] Requete : ['ConfigurePins', '......b...hh...h.h......................']
[2022-09-02 14:52:02][Demon PiGpio][264] info : ---------
[2022-09-02 14:52:02][Demon PiGpio][264] info : Jeedouino - Demarrage du daemon piGPIO (eqID: 264).
[2022-09-02 14:52:02][Demon PiGpio][264] info : ---------
[2022-09-02 14:52:02][Demon PiGpio][264] Error : Dependances introuvables. Veuillez les (re)installer. - No module named 'Adafruit_BMP',No module named 'DS18B20',
[2022-09-02 14:52:02][Demon PiGpio][264] info : Starting First Network thread
[2022-09-02 14:52:02][Demon PiGpio][264] info : Starting Second Network thread
[2022-09-02 14:52:02][Demon PiGpio][264] info : Jeedouino PiGpio daemon (eqID: 264) running...
[2022-09-02 14:52:06][Demon PiGpio][264] GET : /plugins/jeedouino/core/php/Callback.php?BoardEQ=264&PINMODE=1
[2022-09-02 14:52:06][Demon PiGpio][264] Requete : ['ConfigurePins', '......b...hh...h.h......................']
[2022-09-02 15:04:15][Demon PiGpio][264] info : ---------
[2022-09-02 15:04:15][Demon PiGpio][264] info : Jeedouino - Demarrage du daemon piGPIO (eqID: 264).
[2022-09-02 15:04:15][Demon PiGpio][264] info : ---------
[2022-09-02 15:04:15][Demon PiGpio][264] Error : Dependances introuvables. Veuillez les (re)installer. - No module named 'Adafruit_BMP',No module named 'DS18B20',
[2022-09-02 15:04:15][Demon PiGpio][264] info : Starting First Network thread
[2022-09-02 15:04:15][Demon PiGpio][264] info : Starting Second Network thread
[2022-09-02 15:04:15][Demon PiGpio][264] info : Jeedouino PiGpio daemon (eqID: 264) running...
[2022-09-02 15:04:20][Demon PiGpio][264] GET : /plugins/jeedouino/core/php/Callback.php?BoardEQ=264&PINMODE=1
[2022-09-02 15:04:20][Demon PiGpio][264] Requete : ['ConfigurePins', '......b...hh...h.h......................']
[2022-09-02 15:08:56][Demon PiGpio][264] info : ---------
[2022-09-02 15:08:56][Demon PiGpio][264] info : Jeedouino - Demarrage du daemon piGPIO (eqID: 264).
[2022-09-02 15:08:56][Demon PiGpio][264] info : ---------
[2022-09-02 15:08:56][Demon PiGpio][264] Error : Dependances introuvables. Veuillez les (re)installer. - No module named 'Adafruit_BMP',No module named 'DS18B20',
[2022-09-02 15:08:56][Demon PiGpio][264] info : Starting First Network thread
[2022-09-02 15:08:56][Demon PiGpio][264] info : Starting Second Network thread
[2022-09-02 15:08:56][Demon PiGpio][264] info : Jeedouino PiGpio daemon (eqID: 264) running...
[2022-09-02 15:08:57][Demon PiGpio][264] Requete : ['BootMode', '0']
[2022-09-02 15:08:57][Demon PiGpio][264] >> Reponse a la requete : BMOK
[2022-09-02 15:08:57][Demon PiGpio][264] Requete : ['ConfigurePins', '......b...hh...h.h......................']
[2022-09-02 15:17:18][Demon PiGpio][264] info : ---------
[2022-09-02 15:17:18][Demon PiGpio][264] info : Jeedouino - Demarrage du daemon piGPIO (eqID: 264).
[2022-09-02 15:17:18][Demon PiGpio][264] info : ---------
[2022-09-02 15:17:18][Demon PiGpio][264] Error : Dependances introuvables. Veuillez les (re)installer. - No module named 'Adafruit_BMP',No module named 'DS18B20',
[2022-09-02 15:17:18][Demon PiGpio][264] info : Starting First Network thread
[2022-09-02 15:17:18][Demon PiGpio][264] info : Starting Second Network thread
[2022-09-02 15:17:18][Demon PiGpio][264] info : Jeedouino PiGpio daemon (eqID: 264) running...
[2022-09-02 15:17:22][Demon PiGpio][264] GET : /plugins/jeedouino/core/php/Callback.php?BoardEQ=264&PINMODE=1
[2022-09-02 15:17:23][Demon PiGpio][264] Requete : ['ConfigurePins', '......b...hh...h.h......................']
[2022-09-02 15:18:37][Demon PiGpio][264] info : ---------
[2022-09-02 15:18:37][Demon PiGpio][264] info : Jeedouino - Demarrage du daemon piGPIO (eqID: 264).
[2022-09-02 15:18:37][Demon PiGpio][264] info : ---------
[2022-09-02 15:18:37][Demon PiGpio][264] Error : Dependances introuvables. Veuillez les (re)installer. - No module named 'Adafruit_BMP',No module named 'DS18B20',
[2022-09-02 15:18:37][Demon PiGpio][264] info : Starting First Network thread
[2022-09-02 15:18:37][Demon PiGpio][264] info : Starting Second Network thread
[2022-09-02 15:18:37][Demon PiGpio][264] info : Jeedouino PiGpio daemon (eqID: 264) running...
[2022-09-02 15:18:41][Demon PiGpio][264] GET : /plugins/jeedouino/core/php/Callback.php?BoardEQ=264&PINMODE=1
[2022-09-02 15:18:41][Demon PiGpio][264] Requete : ['ConfigurePins', '......b...hh...h.h......................']
[2022-09-02 15:20:30][Demon PiGpio][264] info : ---------
[2022-09-02 15:20:30][Demon PiGpio][264] info : Jeedouino - Demarrage du daemon piGPIO (eqID: 264).
[2022-09-02 15:20:30][Demon PiGpio][264] info : ---------
[2022-09-02 15:20:30][Demon PiGpio][264] Error : Dependances introuvables. Veuillez les (re)installer. - No module named 'Adafruit_BMP',No module named 'DS18B20',
[2022-09-02 15:20:30][Demon PiGpio][264] info : Starting First Network thread
[2022-09-02 15:20:30][Demon PiGpio][264] info : Starting Second Network thread
[2022-09-02 15:20:30][Demon PiGpio][264] info : Jeedouino PiGpio daemon (eqID: 264) running...
[2022-09-02 15:20:34][Demon PiGpio][264] GET : /plugins/jeedouino/core/php/Callback.php?BoardEQ=264&PINMODE=1
[2022-09-02 15:20:34][Demon PiGpio][264] Requete : ['ConfigurePins', '......b...hh...h.h......................']
[2022-09-02 15:21:49][Demon PiGpio][264] info : ---------
[2022-09-02 15:21:49][Demon PiGpio][264] info : Jeedouino - Demarrage du daemon piGPIO (eqID: 264).
[2022-09-02 15:21:49][Demon PiGpio][264] info : ---------
[2022-09-02 15:21:49][Demon PiGpio][264] Error : Dependances introuvables. Veuillez les (re)installer. - No module named 'Adafruit_BMP',No module named 'DS18B20',
[2022-09-02 15:21:49][Demon PiGpio][264] info : Starting First Network thread
[2022-09-02 15:21:49][Demon PiGpio][264] info : Starting Second Network thread
[2022-09-02 15:21:49][Demon PiGpio][264] info : Jeedouino PiGpio daemon (eqID: 264) running...
[2022-09-02 15:21:50][Demon PiGpio][264] Requete : ['BootMode', '0']
[2022-09-02 15:21:50][Demon PiGpio][264] >> Reponse a la requete : BMOK
[2022-09-02 15:21:50][Demon PiGpio][264] Requete : ['ConfigurePins', '......b...hh...h.h......................']
[2022-09-02 15:23:29][Demon PiGpio][264] info : ---------
[2022-09-02 15:23:29][Demon PiGpio][264] info : Jeedouino - Demarrage du daemon piGPIO (eqID: 264).
[2022-09-02 15:23:29][Demon PiGpio][264] info : ---------
[2022-09-02 15:23:29][Demon PiGpio][264] Error : Dependances introuvables. Veuillez les (re)installer. - No module named 'Adafruit_BMP',No module named 'DS18B20',
[2022-09-02 15:23:29][Demon PiGpio][264] info : Starting First Network thread
[2022-09-02 15:23:29][Demon PiGpio][264] info : Starting Second Network thread
[2022-09-02 15:23:29][Demon PiGpio][264] info : Jeedouino PiGpio daemon (eqID: 264) running...
[2022-09-02 15:23:30][Demon PiGpio][264] Requete : ['BootMode', '0']
[2022-09-02 15:23:30][Demon PiGpio][264] >> Reponse a la requete : BMOK
[2022-09-02 15:23:30][Demon PiGpio][264] Requete : ['ConfigurePins', '......b...hh...h.h......................']
[2022-09-02 15:27:16][Demon PiGpio][264] info : ---------
[2022-09-02 15:27:16][Demon PiGpio][264] info : Jeedouino - Demarrage du daemon piGPIO (eqID: 264).
[2022-09-02 15:27:16][Demon PiGpio][264] info : ---------
[2022-09-02 15:27:16][Demon PiGpio][264] Error : Dependances introuvables. Veuillez les (re)installer. - No module named 'Adafruit_BMP',No module named 'DS18B20',
[2022-09-02 15:27:16][Demon PiGpio][264] info : Starting First Network thread
[2022-09-02 15:27:16][Demon PiGpio][264] info : Starting Second Network thread
[2022-09-02 15:27:16][Demon PiGpio][264] info : Jeedouino PiGpio daemon (eqID: 264) running...
[2022-09-02 15:27:17][Demon PiGpio][264] Requete : ['BootMode', '0']
[2022-09-02 15:27:17][Demon PiGpio][264] >> Reponse a la requete : BMOK
[2022-09-02 15:27:17][Demon PiGpio][264] Requete : ['ConfigurePins', '......b...hh...h.h......................']
[2022-09-02 15:28:14][Demon PiGpio][264] info : ---------
[2022-09-02 15:28:14][Demon PiGpio][264] info : Jeedouino - Demarrage du daemon piGPIO (eqID: 264).
[2022-09-02 15:28:14][Demon PiGpio][264] info : ---------
[2022-09-02 15:28:14][Demon PiGpio][264] Error : Dependances introuvables. Veuillez les (re)installer. - No module named 'Adafruit_BMP',No module named 'DS18B20',
[2022-09-02 15:28:14][Demon PiGpio][264] info : Starting First Network thread
[2022-09-02 15:28:14][Demon PiGpio][264] info : Starting Second Network thread
[2022-09-02 15:28:14][Demon PiGpio][264] info : Jeedouino PiGpio daemon (eqID: 264) running...
[2022-09-02 15:28:15][Demon PiGpio][264] Requete : ['BootMode', '0']
[2022-09-02 15:28:15][Demon PiGpio][264] >> Reponse a la requete : BMOK
[2022-09-02 15:28:15][Demon PiGpio][264] Requete : ['ConfigurePins', '......b...hh...h.h......................']

Je sais j’ai les erreurs de dépendances introuvables mais malgré les manip trouvées dans un autre sujet (modif du fichier .py), je les ai toujours mais je ne sais pas si c’est la source ou une conséquence de l’erreur de comm avec le démon.
Voici une partie du log de Jeedouino :

0463|[2022-09-02 15:30:59]DEBUG : Réponse du Démon PiGpio :TIMEOUT
0464|[2022-09-02 15:30:59]DEBUG : PING EqID:264 (Essai No 2 ): Le démon PiGpio ne réponds pas - Réponse :TIMEOUT
0465|[2022-09-02 15:35:52]DEBUG : Envoi vers NODEMCU ( espMCU01 - eqID: 103 ) de la commande : S001S
0466|[2022-09-02 15:35:52]DEBUG : Réponse envoyée par l'arduino : SOK
0467|[2022-09-02 15:35:52]DEBUG : CALLBACK - Requête reçue : ? BoardEQ=103&REP=SOK&0=0
0468|[2022-09-02 15:35:52]DEBUG : CALLBACK - Equipement NODEMCU (eqID: 103) -  *** Valeur inversée demandée pour la Pin n° 0 = 1
0469|[2022-09-02 15:35:52]DEBUG : CALLBACK - Equipement NODEMCU (eqID: 103) - Pin n° 0 = 1
0470|[2022-09-02 15:38:53]DEBUG : Envoi vers NODEMCU ( espMCU01 - eqID: 103 ) de la commande : S001S
0471|[2022-09-02 15:38:53]DEBUG : Réponse envoyée par l'arduino : SOK
0472|[2022-09-02 15:38:53]DEBUG : CALLBACK - Requête reçue : ? BoardEQ=103&REP=SOK&0=1
0473|[2022-09-02 15:38:53]DEBUG : CALLBACK - Equipement NODEMCU (eqID: 103) -  *** Valeur inversée demandée pour la Pin n° 0 = 0
0474|[2022-09-02 15:38:53]DEBUG : CALLBACK - Equipement NODEMCU (eqID: 103) - Pin n° 0 = 0
0475|[2022-09-02 15:50:20]DEBUG : PING 192.168.1.40 ( RaspiZ_Jardin - EqID: 264 ) Démon PiGpio en marche ??? Envoi d'un PING...
0476|[2022-09-02 15:50:42]DEBUG : Réponse du Démon PiGpio :TIMEOUT
0477|[2022-09-02 15:50:43]DEBUG : RePING 192.168.1.40 ( RaspiZ_Jardin - EqID: 264 ) Démon PiGpio Encore un essai...
0478|[2022-09-02 15:51:05]DEBUG : Réponse du Démon PiGpio :TIMEOUT
0479|[2022-09-02 15:51:05]DEBUG : PING EqID:264 (Essai No 3 ): Le démon PiGpio ne réponds pas - Réponse :TIMEOUT

Si vous avez des pistes je suis preneur :wink:
D’avance merci de votre aide!

Hello!
Personne pour m’orienter un peu? :cry: