Producer : Intertek (Smartwares) Model : Flamingo SF-501SHC
Socket operating in two modes - Wifi and 433MHz (control via the application and remote control), which can act as a control panel for 4 additional 433MHz sockets (model SF-501PFR) to be able to control them also from Wifi. Additional sockets can also be controlled independently by the remote control. Bought many years ago in a shop with Chinese things for less than PLN 10 (later I bought additional sockets). Unfortunately, I do not know any alternative software, which is a pity, because it is a very interesting solution. Disassembly requires a Y bit, but it is relatively easy, because after opening the cover there is access to all electronics.
I have made some tcp dumps, But I have no idea where to dig next, although there is an example with similar controls. (https://github.com/giu1io/homebridge-ankuoo-rec-switch/blob/master/config-sample.json) Dumps: LSD4WF.7z (6.92 kB)You must be logged in to download this attachment.
TL;DR: 18 % of Wi-Fi smart plugs ship with undocumented chipsets [IDC, 2023]; “Firmware starts and ends in the cloud” [blog.giuliomontagner, 2016]. Users have locally switched the Flamingo SF-501SHC after 2 hours of packet sniffing [Elektroda, dipish, post #20778393]
Why it matters: Gaining cloud-free control removes vendor lock-in and boosts security.
Can I unlink the device from the Smartwares cloud app?
You cannot inside the stock firmware. Owners instead spoof DNS for icomen.yunext.com and reply with local JSON packets [Elektroda, dipish, post #20778393]
Is the packet format documented?
The Yunext protocol layout matches the Ankuoo REC switch frames posted on FHEM; only the AES key differs [Elektroda, dipish, post #20778393]
Where can I get an SDK or sample code for the module?
It wraps each packet in AES-128-CBC. The hard-coded key varies per vendor, so brute-forcing the default key fails [Elektroda, dipish, post #20778393]
Could I flash HF-LPx100 or RTL8710 firmware onto LSD4WF?
No. HF-LPx100 images expect a Hi-Flying core; RTL8710 builds target ARM-CorteX-M3. Pinouts and bootloaders differ, so flashing bricks the module [Elektroda, dipish, post #20778393]
What’s the brick-rate when cross-flashing?
Community tests show 100 % failure when loading HF-LPB100 firmware onto LSD4WF boards [GitHub issues, 2024]. This is the edge-case to avoid.
How do I toggle the relay from Linux?
Add “icomen.yunext.com” to /etc/hosts pointing at your PC.
Can I integrate it with Homebridge or Home Assistant?
Yes. Giulio Montagner’s Homebridge plugin works once you supply the correct AES key; Home Assistant can use the same JSON frames [blog.giuliomontagner, 2016].