ct-Open-Source / tuya-convert

A collection of scripts to flash Tuya IoT devices to alternative firmwares
MIT License
4.54k stars 497 forks source link

Incomplete OUI list prevents flashing #1090

Open hackrid opened 1 year ago

hackrid commented 1 year ago

Hi,

Could not flash my devices because the OUI (48:55:19) was not in the list in scripts/oui/esp.txt file.

I Added it manually, the flashing worked.

scripts/oui/esp.txt only contains 68 Espressif OUIs, now there are 98 of them (https://ouilookup.com/search/Espressif%20Inc.)

best regards!

kueblc commented 1 year ago

Hi @hackrid,

The OUI list is only used for diagnosis in the event the process stalls. It does not block you from attempting the process on non-listed devices. Sometimes the process fails for some transient reason, ie timeout, but succeeds on the second attempt.

Happy to accept a PR for an updated OUI list for the diagnostic script. Thanks for reporting.