I’ve been using @andyboeh mediola2mqtt for a while without issues. I recently purchased a Home Assistant Green as a replacement and restored a backup. Everything works except for that add-on.
That means that the system failed to add the required paho-mqtt library. This could be due to some outdated Dockerfile in mediola2mqtt or a network outage or or or …
Thank you for your reply! Pretty sure it’s not network related. I’ve looked to add that manually but couldn’t really find a way how. I thought it was included in the MQTT addon.
Home Assistant Green is using Alpine Linux. Perhaps that’s the ‘difference’? Editing the Docker file I was able to let the add-on install. I changed it to:
RUN apk add --no-cache python3
RUN apk add py3-pip
RUN apk add py3-paho-mqtt
RUN apk add py3-requests
RUN apk add py3-yaml