This will guide you how to flash the homematic uart modules firmware within hassos.
- Install the Terminal addon in Hassio and start it in privileged mode
- Check homematic addon is stopped!
- Copy above Dockerfile to /root of hassos
- run following commands to update the firmware
docker build . -t occu_update_image --network=host
docker run -it --rm --privileged --network=host occu_update_image /bin/bash
Inside the container then run
hmcfgusb/flash-hmmoduart -U /dev/ttyAMA0 coprocessor_update_of_occu_3.55.5.eq3
You are done.
Inside the container you can wget any coprocessor firmware and flash that of course.
Sorry i dont understand "Copy above Dockerfile to /root of hassos" What i must do?