From f64081ea39aa1d72ac91d3c964f9dc2b69a43f4e Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Tue, 22 Oct 2019 11:22:31 +0200 Subject: [PATCH] Use Sonoff-Tuya, Support only from Tuya Convert --- Tuya-OTA.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Tuya-OTA.md b/Tuya-OTA.md index 973b14ae..4ace7f11 100644 --- a/Tuya-OTA.md +++ b/Tuya-OTA.md @@ -2,9 +2,12 @@ Landing pages providing [Tuya](http://tuya.com/) equipped devices ([data sheets] Tuya devices are sold under several brands - recognizable by that they are out of the box connected by the Tuya Smartphone Apps "[Smart Life](https://play.google.com/store/apps/details?id=com.tuya.smartlife)" or "[Tuya Smart](https://play.google.com/store/apps/details?id=com.tuya.smart)". These devices incorporate different types of [Tuya Wi-Fi modules](http://en.hysiry.com/products.aspx?TypeId=10) internally. -At this time, [Tuya-Convert](https://github.com/ct-Open-Source/tuya-convert) is the preferred method of flashing Tuya modules via OTA. It is considered the more robust and foolproof process that handles more scenarios and has a higher degree of successful completion. +At this time, [Tuya-Convert](https://github.com/ct-Open-Source/tuya-convert) is the preferred method of flashing Tuya modules via OTA. It is considered the more robust process that handles more scenarios and has a higher degree of successful completion. -**Tuya-Convert by default installs `sonoff-basic.bin` in order to have a small enough binary yet provide enough capabilities to initially configure the device. However, this firmware variant is very limited and doesn't support all of Tasmota's features. After Tuya-Convert completes successfully, it is recommended to upgrade to `sonoff.bin` via [OTA update](Upgrade)** +**Tuya-Convert by default installs `sonoff-basic.bin`. This firmware variant is very limited and doesn't support all of Tasmota's features. We recommend to use [Sonoff-Tuya](http://thehackbox.org/tasmota/sonoff-tuya.bin) instead off. +This version supports nearly all Tuya devices. There is _**no**_ need for a OTA Upgrade anymore. To ensure Tasmota runs reliable please do execute the command `reset 5` direct after first start. This removes fragments left in flash from the original firmware. Now the final configuration of the device can be done.** + +Help and troubleshooting for Tuya-Convert is done from [Tuya-Convert Github](https://github.com/ct-Open-Source/tuya-convert/issues) :warning: Please research your device before purchasing to see if other users have been able to flash the device successfully using these methods.