-
-
Notifications
You must be signed in to change notification settings - Fork 512
Description
Hi Everyone,
I am having two issues which I believe are related to each other likely both caused by my poor understanding of how Tuya convert in docker functions.
I built an esphome firmware.bin for my smart device and put it in the Tuya convert files directory with the default firmware .bin options. However, when connecting to my smart plug and then using the numbers to select the firmware, my custom esphome firmware.bin in the files folder is not a selectable option.
Similar to this problem, I cannot locate where docker Tuya convert is placing my factory firmware backup file.
My guess is that because docker containers run seperate that there is a localised file structure docker Tuya convert is using that is not the same as if I was using Tuya convert without docker and I am placing/looking in the wrong location.
Any help would be greatly appreciated please because I am very inexperienced with Linux and this is my first docker container use case as I couldn't fix the python missing library issues.
For what it is worth, I have successfully flashed 2x devices but I actually want to save the backup factory firmware for the next device as I may want to put it back on if developing my esphome yaml takes me too long as no one has done the gpio for this device before that I am aware of.