deconz-community / deconz-docker

MIT License
376 stars 34 forks source link

Failure updating firmware from docker image using the provided instructions #214

Closed iago1460 closed 11 months ago

iago1460 commented 11 months ago

docker image: deconzcommunity/deconz:2.24.1

It seems the download fails when trying to write into the directory:

curl: (23) Failure writing output to destination

Workaround:

I managed to make it work just mounting the directory, basically adding the following to the step 3. Invoke the firmware update script: -v $(pwd)/deconz/firmware:/usr/share/deCONZ/firmware/

senilio commented 11 months ago

Thanks for reporting. This issue is fixed in https://github.com/deconz-community/deconz-docker/pull/213, which will be included in the next release.