-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is the itead Sonoff S26 supported? #980
Comments
It looks like it should work using the S20 image. |
@xoseperez I was able to successfully use the S20 image (v1.13.1):
However, there are with some caveats:
|
how did you flash the S20 image on it? |
The usual process — |
I'm sorry, I'm new to espurna - can you please elaborate? did you connect to the device with a cable? if so, how / what cable? |
@ruimarinho I don't see a reason for the issues you are having. Are they only happening in the S26? |
Hello, Just got my Sonoff S26 and soldered all jumper cables like in the picture above provided by @ruimarinho - thanks for that. It is a very complicated effort compared to the S20. I connected my USB-serial adaptor to the the 3V3, GND, ETX and ERX pins and saw the blue LED started flashing. Unfortunately after a while my adapter got hot and died on me. It seems this module drew too much power for it to be able to handle it. I had another USB-serial adaptor at hand but I decided to power the module externally using a breadboard Arduino power supply this time which turned out to be a good decision. I flashed the device using the following process:
You should see the S26 connecting to the configured wifi network:
I don't have any reboot occasions after changing the relay status or by configuring additional settings however I am only using this device for an hour. I have also connected it to my MQTT broker and it works fine. |
Cool, I have added info for the S26 to the Wiki, referencing this issue. |
Hello @xoseperez , thanks a lot for adding the instructions to the Wiki. After 6 hours it still runs fine without any hiccups. You might want to consider renaming the image to S20-S26 :) |
Thanks a lot for the description for the S26. It was a real pain to solder the tiny strings to the tiny spots. Since I'm not the most professional solderer, the pad got burned from the PCB (oops) and so the whole device was on the way to the next waste bin. But then I decided to give flashing by air a chance (osmota). Since the firmware was uptodate ;-/ or whatever the whole thing led me to nowhere. Never give up, I thought. So I started to fizzle with the tine PCB-hairy-tiny-things and managed to connect everything (checked): TX, RX, VCC and GND. But: the bootloader doesn't want to speak to me or to the esptool: The only thing I can do (as before that day) is to sonnect using the Sonoff-App and switch on/off - BUT ONLY in the LAN. Does anyone here have an idea about this stange diagnosis? A cheerio the guys here doing such wonderful things! I love you. |
When you power on the device, did you keep your switch on the main board pressed? It is important, without it esptool will not recognize your device nor you will be able to flash the firmware. |
Hi Battika, yes I did - and I pressed it (as described above) quite a lot ;-) The light-play is also strange. When the device is pluged into 230V and the button is pressed, it has different states, but it blinks in different frequensies. When I turn it on (without 230V) but with the help of a stable 3,3V, and I push the key when connected, the light goes off. Like described. So I think I'm doing what the recipe says. |
Isn't button press on powering up the way to make ESP8266 into bootloader mode ? I also have a S26 but I don't see any SSID when in AP mode ? is it hidden? edit: there is no AP on firmware 2.6.0 but ESP protocol to get ssid's passwd: https://www.reddit.com/r/sonoff/comments/9q49dq/beware_sonoff_s26_firmware_260_and_ewlinkapk_is/ |
I see io2 on the front and io4/io5 on the back, can they be safely used to connect sensors? I'm asking this because in the POWr2 the ground "is connected to neutral mains, so it's not safe to do that" as stated in #1463 (comment) and so i'm a bit scared to try :P |
You're right to be scared, but more than just a "bit" :-) Generally, this is much too unsafe with mains power input, as anything connected will have a risk of getting mains power through the required ground pin. It is very common to be able to plug mains plugs into the socket either way, meaning that in 50% of cases you could be feeding mains power to the sensor, button or whatever, not designed to protect against such voltages and power levels. Potential outcomes could include fried chips, electrical shocks, fire or death. I'm surprised that such a risky design went into production, and even with very tempting marked header holes. It would be safe to use without mains input, but then there's not much point in using a device specifically intended for switching mains power. |
In the meantime the S26 has another layout and a ESP8285. Now the pins are on the main board and not on the small ecu board any more. Unfortunately it's not stable for me. It reboots round about every minute. Tried different versions of espurna without luck. :-( |
Different versions of espurna could mean many things :) If device reboots, this usually means some kind of crash. Data for which you should be able to recover in the DEBUG panel of webui or through telnet connection by sending |
Hi,
I see a cheaper version of the S20 called the S26 on the Sonoff site: https://www.itead.cc/sonoff-s26-wifi-smart-plug.html
I wonder if this is also supported by ESPurna?
Akos
The text was updated successfully, but these errors were encountered: