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
The docker-compose file is outdated (contains non-used environment variables) and won't work for Raspberry Pi as the published images on Docker hub have no ARM builds causing an "exec format error".
Here is a working version you can use - I deleted Dockerfile and renamed Dockerfile.armhf to Dockerfile with the recommended restart setting (I don't know right now if this is actually required):
I've forked, modified and extended your project because your project wouldn't work for me as I needed it: https://github.com/tricoos/HS100toMQTT
And yes - I didn't use a .env file there ;)
The docker-compose file is outdated (contains non-used environment variables) and won't work for Raspberry Pi as the published images on Docker hub have no ARM builds causing an "exec format error".
Here is a working version you can use - I deleted
Dockerfile
and renamedDockerfile.armhf
toDockerfile
with the recommended restart setting (I don't know right now if this is actually required):Now create a
.env
file with this content replacing127.0.0.1
by the IP address of your MQTT broker:HS100TOMQTT_MQTT_URL=mqtt://127.0.0.1
Can this be added to the documentation and the non-working as not-used volume and debug settings be removed from the file and the documentation?
The text was updated successfully, but these errors were encountered: