I grabbed one of these 4 outlet power strips that with wifi support off of Amazon, hopeful that inside there was an ESP8266 to be able to put Sonoff-Tasmota on it. Inside there was a TYWE3S module oh no! It looked just like an ESP-12F without crenelations for the flash I/O and a quick bit of googling told me that the pinout was identical to an ESP-12F so I set to flashing. For some reason they decided to put the button on GPIO5 so I just soldered a wire to GPIO0 to be able to ground it for flashing.


Works like a charm, all 4 relays for controlling 4x AC sockets and there's a 5th control for being able to turn off the 4x USB ports power. The transformer inside is rated 5V 2.5A so I would not try to run what the specs say, which is 2.4A
per port. I'd also be dubious of running 10A of current through the PCB traces that connects the AC outlets, and put your highest current draw closest to the power input. These are sold under a dozen different brands if you search Amazon for "WiFi Smart Power Strip", however some are only 3x AC outlets. The one I got was
Geekbes branded for $28 at the time, but searching for the model number that was printed on the PCB (SM-S0301) I only got three hits, all for different brands.

Here's the definition needed in sonoff_template.h to make it work:
{ "SM-S0301",
GPIO_LED1_INV, // GPIO0 1 Blue LED
0, 0, // TX (no pad), GPIO2 (no pad)
GPIO_LED2_INV, // GPIO3 (RX) 3 Red LEDs
GPIO_REL1_INV, // GPIO04 Relay 1 closest to mains cord
GPIO_KEY1, // GPIO05 Power Button
0, 0, 0, 0, 0, 0, // Flash connection (no pads)
GPIO_REL3_INV, // GPIO12 Relay 3
GPIO_REL2_INV, // GPIO13 Relay 2
GPIO_REL4_INV, // GPIO14 Relay 4 furthest from mains cord
0, // GPIO15 - 4.7k ohms to ground
GPIO_REL5, // GPIO16 Relay 5 (MOSFET) USB power
0 // ADC0 (no pad)
},
I never tried it out before I went to taking it apart, so I'm not 100% sure how the LEDs worked before the switchover to Sonoff-Tasmota. There are 3x Red LEDs by the power button, and 1x Blue LED. Both of these are on different GPIOs so I mapped the blue one to LED1 because all the ports already have red LEDs that indicate when they are on. I can't figure out what LED2 is used for (if anything) by Sonoff-Tasmota. It would be nice to have one be the "any power on" indicator like it is now and one indicate that wifi is connected or something. Am I missing a command to do this?
Finally, when putting it back together, the power button becomes wedged if I tighten the screw closest to the button down all the way. I took it back apart a couple times and see no way to mechanically avoid this and it seems a little hokey because the rest of the power strip is made to pretty good standards but like I said, I didn't try it before I took it apart and did not note if any screw was 1mm shy of being screwed in all the way so if anyone gets one of these I'd be interested to hear if their button ceases to function as well if that screw is tight. One down side to this power strip is that there are not any mounting holes in the case, so if you like things neat and tidy and off the floor, you're going to have to resort to your own adhesive methods.