How do I configure an AliExpress 16A USB socket with a CB2S module in OpenBeken when the device has three relays and a different pinout?
Set the socket up as a 3-relay OpenBeken device, not as a standard single-outlet plug. Use this mapping: P7 = Relay 3, P24 = Relay 2, P26 = Relay 1, P10 = Btn_Tgl_All, and P8 = WiFiLED_n. That reflects the extracted Tuya data for this CB2S module and matches the working fix reported in the thread. After mapping, set startup states for channels 1, 2, and 3 as needed. [#20940833]
Comments
Thank you for posting the teardown. I can try to help with your issues: That's how you have it configured: "pins": { "7": "Rel;3", "8":... [Read more]
Hi, Thank you for your fast reply. 1. I changed to LED because I had problems with LED status. Now I changed P8 to WifiLED and it works as expected. I did not want the blue light to be turned on. So... [Read more]
Channel 0 is not for WiFi LED. WiFi LED is channel-independent. I think that channel 0 is unused in your case, you have relays set for channel 1, 2 and 3. The channel 0 may be visible on Startup... [Read more]