ct-Open-Source / tuya-convert

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

Bseed double wall switch possibly unsupported #461

Closed RoSulek1 closed 4 years ago

RoSulek1 commented 4 years ago

Bseed (tuya) double wall switch

I try to flash TC, but my device cannot obtain 10.42.42.42 IP adress. (log scripts_original.zip).

I try to change ip in scripts to10.42.42.35. After that i receve that connection refused. (log scripts_35.zip) scripts_oryginal.zip scripts_35.zip

kueblc commented 4 years ago

Do not modify the IP address in the script, this is the mechanism by which the intermediate firmware notifies the script that the installation was successful. It is hard coded to be 10.42.42.42.

It looks like this is unfortunately not a supported device, indicated by the unexpected psk prefix. It may be that this device is not using an ESP, or it may be a patched firmware.

If you end up disassembling one of these, post pictures and we can try to identify the module. If it is an ESP82xx and you get a backup of the firmware we can debug the issue further.

RoSulek1 commented 4 years ago

I can set dhcp range beetwen ~42-42 and set static ip for vtrust-flash (example 10.42.42.20) and try flash. May it sense?

niedz., 22 gru 2019, 05:44 użytkownik Colin Kuebler < notifications@github.com> napisał:

Do not modify the IP address in the script, this is the mechanism by which the intermediate firmware notifies the script that the installation was successful. It is hard coded to be 10.42.42.42.

It looks like this is unfortunately not a supported device, indicated by the unexpected psk prefix. It may be that this device is not using an ESP, or it may be a patched firmware.

If you end up disassembling one of these, post pictures and we can try to identify the module. If it is an ESP82xx and you get a backup of the firmware we can debug the issue further.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ct-Open-Source/tuya-convert/issues/461?email_source=notifications&email_token=AIRGATJ4FOJUK4UPZZWY3KDQZ3WERA5CNFSM4J6JS7O2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHPITAY#issuecomment-568232323, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIRGATNS4HJOTHCGG3X7F5DQZ3WERANCNFSM4J6JS7OQ .

RoSulek1 commented 4 years ago

This is wr4 module based on rtl chip

https://m.alibaba.com/product/62164279383/WR4-TUYA-Wifi-Module-RTL8710BN-Chip.html

Unsupported module

kueblc commented 4 years ago

I can set dhcp range beetwen ~42-42 and set static ip for vtrust-flash (example 10.42.42.20) and try flash. May it sense?

No, again, do not modify the IP address. If you do, you are only fooling yourself into thinking you have flashed the device when you have not.

This is wr4 module based on rtl chip https://m.alibaba.com/product/62164279383/WR4-TUYA-Wifi-Module-RTL8710BN-Chip.html Unsupported module

Too bad, at least we have an answer. Better luck next time!