mirror of https://github.com/arendst/Tasmota.git
Cleanup
parent
940bb05e51
commit
e1495723af
|
@ -1,50 +1,25 @@
|
|||
***
|
||||
Generic Smart Light Switch from Amazon
|
||||
***
|
||||
|
||||
### Smart Light Switch - SS118-01K1 - TYWE3S
|
||||
Generic Smart Light Switch from Amazon, based in ESP8266, internal module Tuya TYWE3S
|
||||
|
||||
*** 8/2019 New Version. See Below. ***
|
||||
|
||||
***
|
||||
|
||||
_esptool log:_
|
||||
Detecting chip type... ESP8266
|
||||
Chip is ESP8266EX
|
||||
Features: WiFi
|
||||
|
||||
Model purchased - In Canada
|
||||
https://goo.gl/ZwZmjQ
|
||||
[TYWE3S Model](https://goo.gl/ZwZmjQ) - In Canada
|
||||
[ESP8266-S1 Model](https://amzn.to/2lTz1e4) - ***August 2019***
|
||||
|
||||
### Product
|
||||
|
||||
![Package](https://github.com/willngton/Smarth_Plug_LA_WF3/blob/master/Switch_SS118_01.png)
|
||||
![Back](https://github.com/willngton/Smarth_Plug_LA_WF3/blob/master/Switch_SS118_02.png)
|
||||
![Internal](https://github.com/willngton/Smarth_Plug_LA_WF3/blob/master/Switch_SS118_03.png)
|
||||
![Internal](https://github.com/willngton/Smarth_Plug_LA_WF3/blob/master/Switch_SS118_04.png)
|
||||
|
||||
|
||||
### Flashing
|
||||
GPIO0 Needs to be grounded in order to get into programing mode.
|
||||
1. erase_flash
|
||||
2. flash tasmota_minimal
|
||||
3. flash tasmota_full
|
||||
|
||||
|
||||
### Pins
|
||||
![Pins](https://github.com/willngton/Smarth_Plug_LA_WF3/blob/master/Switch_SS118_05.png)
|
||||
|
||||
### Module Configuration
|
||||
![TASMOTA Configuration](https://github.com/willngton/Smarth_Plug_LA_WF3/blob/master/Switch_SS118_06.png)
|
||||
|
||||
*** 8/2019 New Version ***
|
||||
|
||||
Now uses the ESP8266-S1.
|
||||
|
||||
|
||||
Purchased from here: https://amzn.to/2lTz1e4
|
||||
|
||||
|
||||
***
|
||||
***New Version - August 2019***
|
||||
### Product
|
||||
|
||||
![Package](https://github.com/byrnes-patrick/smartswitch/blob/master/Switch_SS118_01.jpg)
|
||||
![Back](https://github.com/byrnes-patrick/smartswitch/blob/master/Switch_SS118_02.jpg)
|
||||
![Internal](https://github.com/byrnes-patrick/smartswitch/blob/master/Switch_SS118_03.jpg)
|
||||
|
@ -54,8 +29,9 @@ Purchased from here: https://amzn.to/2lTz1e4
|
|||
![Pins](https://github.com/byrnes-patrick/smartswitch/blob/master/Switch_SS118_06.JPG)
|
||||
|
||||
### Module Configuration
|
||||
|
||||
GPIO-0 (Red Light) LEDLINK 157
|
||||
GPIO-12 (Green Light) LED1i 56
|
||||
GPIO-15 (Relay) Relay1
|
||||
GPIO-02 (Button) Button1
|
||||
GPIO | Tasmota<BR>Component | Device<BR>Function
|
||||
--: | :--: | :--:
|
||||
0 | LedLink (157) | Red LED
|
||||
2 | Button1 (17) | Button
|
||||
12 | LED1i (56) | Green LED
|
||||
15 | Relay1 (21) | Relay
|
Loading…
Reference in New Issue