Bonjour.
Je viens de refaire l’installation HA sur un PI 4. Le but étant de test des module enocean
Installation basic de HA.
Le seul module installé est Mosquitto Brother.
Le module Mqtt a était testé avec succès.
Lors de l’installation de EnOcean MQTT (dev), j’ai le message d’erreur suivant
Échec de l'installation de l'extension
The command '/bin/ash -o pipefail -c apk add --no-cache python3 py3-pip git && python3 -m venv /app/venv && . /app/venv/bin/activate && python3 -m pip install --upgrade pip && pip3 install pyyaml && pip3 install tinydb && pip3 install paho-mqtt==1.6.1 && pip3 install git+https://github.com/mak-gitdev/enocean.git && git clone -b master --single-branch --depth 1 https://github.com/embyt/enocean-mqtt.git && cd enocean-mqtt && python3 setup.py develop && cd .. && if [ "${BUILD_VERSION}" = "head" ]; then echo "Installing from repository head" && git clone -b develop --single-branch --depth 1 https://github.com/mak-gitdev/HA_enoceanmqtt.git ; else if [ -z "${BUILD_VERSION##*.*.*}" ]; then echo "Installing development version ${BUILD_VERSION%-*}" ; else echo "Installing stable version ${BUILD_VERSION%-*}" ; fi; wget -nv -O "/app.tar.gz" "https://github.com/mak-gitdev/HA_enoceanmqtt/archive/refs/tags/${BUILD_VERSION%-*}.tar.gz" && echo "Extracting /app.tar.gz" && tar xzf "/app.tar.gz" && rm "/app.tar.gz" && mv -v "HA_enoceanmqtt-${BUILD_VERSION%-*}" HA_enoceanmqtt ; fi; cp -rf HA_enoceanmqtt/enoceanmqtt enocean-mqtt && rm -rf HA_enoceanmqtt' returned a non-zero code: 1
Ma configaration
PI 4 8Go
Carte SD 64Go
Clé USB Enocean 300DB
Clé USB Sonoff ZB dongle-E
Clé RFXtrs433XL
Version Logiciel
Core 2024.6.3
Supervisor 2024.06.0
Operating System 12.4
Interface utilisateur 20240610.1
Quelqu’un a t il remontré ce problème?
Quelle action a mené pour le résoudre?
Merci pour vos réponse.
Cordialement
HW