-
Notifications
You must be signed in to change notification settings - Fork 636
Hardware Itead S26
Property | Value |
---|---|
Manufacturer | Itead Studio |
Product page | https://www.itead.cc/sonoff-s26-wifi-smart-plug.html |
Build flag | ITEAD_S20 |
Voltage | 3v3 |
The Sonoff S26 is a smart plug that comes with different plug standards: EU (both Schuko-F and French-E), US, UK, CN, and AU. It is meant to turn any regular wall outlet into a smart outlet. It sports a button for manual operation and two LEDs, one in sync with the relay status and the other one for user notifications.
The device is hardware compatible with the S20, so you can use the same image for both devices (espurna-X.X.X-itead-s20.bin).
Flashing the S26 is a little more involved than the S20. You will have to solder 4 cables to the 4 pads in the secondary PCB where the ESP8266 sits. Check the image above by @ruimarinho.
Connect the wires to your USB-to-UART bridge. Then press and hold the button and connect the programmer to your computer (this might be tricky since the button is not very responsive). The micro-controller will boot into flash mode and you are ready to update the firmware.
User @battika has reported (https://github.com/xoseperez/espurna/issues/980) that he had problems flashing it from a standard USB2UART programmer and it eventually died, allegedly due to the high power the device required. He had to power the board from a different source.
If you're looking for support:
- Issues: this is the most dynamic channel at the moment, you might find an answer to your question by searching open or closed issues.
- Wiki pages: might not be as up-to-date as we all would like (hey, you can also contribute in the documentation!).
- Gitter channel: you have better chances to get fast answers from project contributors or other ESPurna users. (also available with any Matrix client!)
- Issue a question: as a last resort, you can open new question issue on GitHub. Just remember: the more info you provide the more chances you'll have to get an accurate answer.
- Backup the stock firmware
- Flash a pre-built binary image
- Flash a virgin Itead Sonoff device without opening
- Flash TUYA-based device without opening
- Flash Shelly device without opening
- Using PlatformIO
- from Visual Studio Code
- Using Arduino IDE
- Build the Web Interface
- Over-the-air updates
- Two-step updates
- ESPurna OTA Manager
- NoFUSS
- Troubleshooting
- MQTT
- REST API
- Domoticz
- Home Assistant
- InfluxDB
- Prometheus metrics
- Thingspeak
- Alexa
- Google Home
- Architecture
- 3rd Party Plugins
- Coding style
- Pull Requests