You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just want to share something. I've made the OS 17 update and I've launch the migration driver docker command .
I've reboot two times. All OK. Except .... my EnOcean module.
ERROR: failed to build: failed to solve: process "/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" did not complete successfully: exit code: 1 2026-01-20 10:21:49.379 ERROR (MainThread) [supervisor.docker.manager] Image ec247e54/amd64-addon-ha_enoceanmqtt_dev:0.1.28-2 does not exist for addon_ec247e54_ha_enoceanmqtt_dev 2026-01-20 10:21:49.379 ERROR (MainThread) [supervisor.addons.addon] Could not start container for addon ec247e54_ha_enoceanmqtt_dev: Image ec247e54/amd64-addon-ha_enoceanmqtt_dev:0.1.28-2 does not exist for addon_ec247e54_ha_enoceanmqtt_dev 2026-01-20 10:21:52.515 ERROR (MainThread) [supervisor.docker.manager] Image ec247e54/amd64-addon-ha_enoceanmqtt_dev:0.1.28-2 does not exist for addon_ec247e54_ha_enoceanmqtt_dev 2026-01-20 10:21:52.515 ERROR (MainThread) [supervisor.addons.addon] Could not start container for addon ec247e54_ha_enoceanmqtt_dev: Image ec247e54/amd64-addon-ha_enoceanmqtt_dev:0.1.28-2 does not exist for addon_ec247e54_ha_enoceanmqtt_dev
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Just want to share something. I've made the OS 17 update and I've launch the migration driver docker command .
I've reboot two times. All OK. Except .... my EnOcean module.
ERROR: failed to build: failed to solve: process "/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" did not complete successfully: exit code: 1 2026-01-20 10:21:49.379 ERROR (MainThread) [supervisor.docker.manager] Image ec247e54/amd64-addon-ha_enoceanmqtt_dev:0.1.28-2 does not exist for addon_ec247e54_ha_enoceanmqtt_dev 2026-01-20 10:21:49.379 ERROR (MainThread) [supervisor.addons.addon] Could not start container for addon ec247e54_ha_enoceanmqtt_dev: Image ec247e54/amd64-addon-ha_enoceanmqtt_dev:0.1.28-2 does not exist for addon_ec247e54_ha_enoceanmqtt_dev 2026-01-20 10:21:52.515 ERROR (MainThread) [supervisor.docker.manager] Image ec247e54/amd64-addon-ha_enoceanmqtt_dev:0.1.28-2 does not exist for addon_ec247e54_ha_enoceanmqtt_dev 2026-01-20 10:21:52.515 ERROR (MainThread) [supervisor.addons.addon] Could not start container for addon ec247e54_ha_enoceanmqtt_dev: Image ec247e54/amd64-addon-ha_enoceanmqtt_dev:0.1.28-2 does not exist for addon_ec247e54_ha_enoceanmqtt_devThe solution is to uninstall the EnOcean MQTT (dev) Module

and switch to this one : https://github.com/ChristopheHD/HA_enoceanmqtt-addon/tree/master
Just install (adding the url repositery first as explained in the doc) and launch, all the previous settings and devices are supported !

Enjoy
Beta Was this translation helpful? Give feedback.
All reactions