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
|
[TYWE3S Model](https://goo.gl/ZwZmjQ) - In Canada
|
||||||
Generic Smart Light Switch from Amazon, based in ESP8266, internal module Tuya TYWE3S
|
[ESP8266-S1 Model](https://amzn.to/2lTz1e4) - ***August 2019***
|
||||||
|
|
||||||
*** 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
|
|
||||||
|
|
||||||
### Product
|
### Product
|
||||||
|
|
||||||
![Package](https://github.com/willngton/Smarth_Plug_LA_WF3/blob/master/Switch_SS118_01.png)
|
![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)
|
![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_03.png)
|
||||||
![Internal](https://github.com/willngton/Smarth_Plug_LA_WF3/blob/master/Switch_SS118_04.png)
|
![Internal](https://github.com/willngton/Smarth_Plug_LA_WF3/blob/master/Switch_SS118_04.png)
|
||||||
|
|
||||||
|
### Pins
|
||||||
### 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](https://github.com/willngton/Smarth_Plug_LA_WF3/blob/master/Switch_SS118_05.png)
|
![Pins](https://github.com/willngton/Smarth_Plug_LA_WF3/blob/master/Switch_SS118_05.png)
|
||||||
|
|
||||||
### Module Configuration
|
### Module Configuration
|
||||||
![TASMOTA Configuration](https://github.com/willngton/Smarth_Plug_LA_WF3/blob/master/Switch_SS118_06.png)
|
![TASMOTA Configuration](https://github.com/willngton/Smarth_Plug_LA_WF3/blob/master/Switch_SS118_06.png)
|
||||||
|
|
||||||
*** 8/2019 New Version ***
|
***
|
||||||
|
***New Version - August 2019***
|
||||||
Now uses the ESP8266-S1.
|
|
||||||
|
|
||||||
|
|
||||||
Purchased from here: https://amzn.to/2lTz1e4
|
|
||||||
|
|
||||||
|
|
||||||
### Product
|
### Product
|
||||||
|
|
||||||
![Package](https://github.com/byrnes-patrick/smartswitch/blob/master/Switch_SS118_01.jpg)
|
![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)
|
![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)
|
![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)
|
![Pins](https://github.com/byrnes-patrick/smartswitch/blob/master/Switch_SS118_06.JPG)
|
||||||
|
|
||||||
### Module Configuration
|
### Module Configuration
|
||||||
|
GPIO | Tasmota<BR>Component | Device<BR>Function
|
||||||
GPIO-0 (Red Light) LEDLINK 157
|
--: | :--: | :--:
|
||||||
GPIO-12 (Green Light) LED1i 56
|
0 | LedLink (157) | Red LED
|
||||||
GPIO-15 (Relay) Relay1
|
2 | Button1 (17) | Button
|
||||||
GPIO-02 (Button) Button1
|
12 | LED1i (56) | Green LED
|
||||||
|
15 | Relay1 (21) | Relay
|
Loading…
Reference in New Issue