Sign inSign up

iainbullock/tuya-convert

By iainbullock

Updated about 1 year ago

Docker version of ct-Open-Source/tuya-convert which allows flashing of Tuya IoT devices to alternati

Image
0

2.1K

iainbullock/tuya-convert repository overview

tuya-convert_docker

Docker version of ct-Open-Source/tuya-convert which allows flashing of Tuya IoT devices to alternative firmwares

https://github.com/iainbullock/tuya-convert_docker

For my personal use, limited support is provided. It is fairly self-explanatory if you follow the parent repo README https://github.com/ct-Open-Source/tuya-convert/blob/master/README.md. For this project, you don't need to follow the 'USING DOCKER' section, as the docker image is already built and available on DockerHub: https://hub.docker.com/r/iainbullock/tuya-convert

Run the container

Alternative - build and run the Docker image from Github

Notes

  • Host network mode is required for the container. If the host is using any of the following ports you will have to close the processes on the host which are using them before the container will run - udp 53, udp 67, tcp 80, tcp 443, udp 6666, udp 6667, tcp 1883, tcp 8886
  • Run netstat -tulp on host to see which processes have opened which ports
  • On my Ubuntu host systemd-resolved is using port 53, and mosquitto is using port 1883. I stop them as follows: service systemd-resolved stop; service mosquitto stop
  • Run lshw -C network to list network adapters, as an unused wifi adapter might not show up using ifconfig. The logical name field from this command shows the name to use for the WLAN environment variable in docker-compose.yml

Tag summary

Content type

Image

Digest

sha256:48f4938e7

Size

128.4 MB

Last updated

about 1 year ago

docker pull iainbullock/tuya-convert