Add support for Sonoff S26 Smart Socket

Add support for Sonoff S26 Smart Socket (#2808)
This commit is contained in:
Theo Arends 2018-06-29 13:48:19 +02:00
parent 1c6f752ba8
commit 03ae4098b5
4 changed files with 10 additions and 8 deletions

View File

@ -52,8 +52,9 @@ The following devices are supported:
- [iTead Sonoff Pow R2 with Energy Monitoring](https://www.itead.cc/sonoff-pow-r2.html)
- [iTead Sonoff 4CH (R2)](https://www.itead.cc/smart-home/sonoff-4ch.html)
- [iTead Sonoff 4CH Pro (R2)](https://www.itead.cc/smart-home/sonoff-4ch-pro.html)
- [iTead S20 Smart Socket](https://www.itead.cc/smart-socket.html)
- [iTead Sonoff S20 Smart Socket](https://www.itead.cc/smart-socket.html)
- [Sonoff S22 Smart Socket](https://github.com/arendst/Sonoff-Tasmota/issues/627)
- [iTead Sonoff S26 Smart Socket](https://www.itead.cc/sonoff-s26-wifi-smart-plug.html)
- [iTead Sonoff S31 Smart Socket with Energy Monitoring](https://www.itead.cc/sonoff-s31.html)
- [iTead Slampher](https://www.itead.cc/slampher.html)
- [iTead Sonoff Touch](https://www.itead.cc/sonoff-touch.html)

View File

@ -1,4 +1,5 @@
/* 6.0.0b
* Add support for Sonoff S26 Smart Socket (#2808)
* Add command SetOption30 to enforce Hass discovery as light group (#1784)
* Add decimal values support for commands ADD, SUB, MULT and SCALE (#3083, #3089)
* Add experimental (untested) TM1638 switch support (#2226)

View File

@ -163,7 +163,7 @@ enum SupportedModules {
SONOFF_DUAL,
SONOFF_POW,
SONOFF_4CH,
S20,
SONOFF_S2X,
SLAMPHER,
SONOFF_TOUCH,
SONOFF_LED,
@ -229,7 +229,7 @@ const uint8_t kNiceList[MAXMODULE] PROGMEM = {
SONOFF_4CHPRO,
SONOFF_SV,
SONOFF_DEV,
S20,
SONOFF_S2X,
SLAMPHER,
SONOFF_TOUCH,
SONOFF_T11,
@ -365,15 +365,15 @@ const mytmplt kModules[MAXMODULE] PROGMEM = {
GPIO_REL4, // GPIO15 Red Led and Relay 4 (0 = Off, 1 = On)
0, 0
},
{ "S20 Socket", // S20 Smart Socket (ESP8266)
{ "Sonoff S2X", // Sonoff S20, S22 and S26 Smart Socket (ESP8266)
GPIO_KEY1, // GPIO00 Button
GPIO_USER, // GPIO01 Serial RXD and Optional sensor
0,
GPIO_USER, // GPIO02 Optional sensor
GPIO_USER, // GPIO03 Serial TXD and Optional sensor
0, 0,
0, 0, 0, 0, 0, 0, // Flash connection
GPIO_REL1, // GPIO12 Red Led and Relay (0 = Off, 1 = On)
GPIO_LED1_INV, // GPIO13 Green Led (0 = On, 1 = Off)
GPIO_LED1_INV, // GPIO13 Green/Blue Led (0 = On, 1 = Off)
0, 0, 0, 0
},
{ "Slampher", // Slampher (ESP8266)

View File

@ -72,8 +72,8 @@ a_setoption = [
"Do not control Power with Dimmer",
"Energy monitoring while powered off",
"MQTT serial",
"Rules",
"Rules once mode",
"Rules until 5.14.0b",
"Rules once mode until 5.14.0b",
"KNX",
"Use Power device index on single relay devices",
"KNX enhancement",