Updated Tuya OTA (markdown)

Michael Ingraham 2019-01-25 10:33:07 -05:00
parent 15a988f875
commit 4b02148583
1 changed files with 8 additions and 8 deletions

@ -1,10 +1,11 @@
Landing pages providing Tuya equipped devices with Tasmota using Tuya OTA without soldering.
Landing pages providing [Tuya](http://tuya.com/) equipped devices with Tasmota using OTA without soldering.
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)". Brands using Tuya hardware are f.e.
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. For example, some brands using Tuya hardware are:
| Brand | Devices |
|------------|------------------------------|
|Gosund | plug: SP111, SP1-4 |
|Gosund | plug: SP111, SP1-4, WP3 |
|BlitzWolf | plug: SHP1, SHP2, SHP6, ... |
|Lohas | LED: ZN050EU |
|Grefic | plug |
|WAZA | plug |
@ -12,11 +13,10 @@ Tuya devices are sold under several brands - recognizable by that they are out o
|KEXIN | plug: YX-DE02-EU |
|UNEEDE | WLAN-switch |
(please check before purchasing for yourself)
https://github.com/SynAckFin/TuyOTA/wiki/Walkthrough for a WalkThrough.
[Tuya-Convert](https://github.com/ct-Open-Source/tuya-convert) video walkthrough
[TuyOTA](https://github.com/SynAckFin/TuyOTA/wiki/Walkthrough) walkthrough
[Mock Tuya Cloud](https://github.com/kueblc/mocktuyacloud) A general purpose framework for interacting with Tuya devices without the Tuya operated cloud.
[Tuya API](https://github.com/codetheweb/tuyapi) A library for communicating with devices that use the Tuya cloud network.
https://github.com/kueblc/mocktuyacloud
https://github.com/ct-Open-Source/tuya-convert with video walk through