logo elektroda
logo elektroda
X
logo elektroda

Arlec PB88UHA Grid Connect Smart 4 Outlet Powerboard with USB Charger

kaldek  14 2865 Cool? (+1)
📢 Listen (AI):

TL;DR

  • The Arlec PB88UHA Grid Connect smart powerboard combines four WiFi-switchable outlets with USB-A and USB-C charging in one unit.
  • Its Tuya WB2S controller is a BK7231T board mounted upside down, and reflashing OpenBeken needs VCC, GND, TXD, RXD, and CEN.
  • The USB chargers deliver 5V 3.4 amp combined, and the relay/button/LED mapping is documented as pins 6, 7, 8, 24, 10, and 11.
  • The master On/Off button defaults to turning off all four ports, and the Home Assistant MQTT setup ignores the button entirely.
Generated by the language model.
Product Information
This is a four socket powerboard with in-built USB chargers (USB-A and USB-C, 5v 3.4 amp combined). The four power sockets can be controlled on or off via WiFi, and there is a master On/Off button which - by default using Tuya - turns off all four ports. The model is PB88UHA, and used to come with an ESP8285-based contoller but is now provided with a BK7231T controller.

https://www.bunnings.com.au/arlec-grid-connec...4-outlet-powerboard-with-usb-charger_p0074829




The controller chip is a Tuya WB2S which is just a BK7231T. The form factor for this board is that it is inserted upside down into the main board as shown in the image above, with only the pins showing. For reflashing with OpenBeken, I used solder wick to remove all the solder, then removed the three screws as indicated with the arrows, and removed the WB2S board. Reflashing is as for any WB2S, using the VCC, GND, TXD, RXD and CEN pins. CEN must be wired to the RST pin of your programmer to put the board into programming mode.

Pins are configured as follows in the JSON format within the Web Application:
Code: JSON
Log in, to see the code


The above translates to:
-Pin 6: Relay 3
-Pin 7: Relay 2
-Pin 8: Relay 1
-Pin 24: Relay 4
-Pin 10: Button
-Pin11: WiFiLED_n

For the MQTT configuration in Home Assistant, I didn't do anything with the button as I have no need for controlling that or doing anything with it really.

About Author
kaldek wrote 4 posts with rating 1 . Been with us since 2023 year.

Comments

p.kaczmarek2 12 Apr 2023 09:15

Thank you, it's worth to add that even tough you didn't configure the button, there is already a ready script for such device in our examples: https://github.com/openshwprojects/OpenBK7231T_App/tree/main/docs Here: https://github.com/openshwprojects/OpenBK7231T_App/blob/main/docs/autoexecExamples.md ... [Read more]

fokcuk 13 Apr 2023 14:07

Is there any working profile in the CloudCutter for OTA update? Thank you [Read more]

kaldek 13 Apr 2023 14:51

I gave up on Cloudcutter checks for all my devices as I started buying these all after Tuya had patched out these vulnerabilities. I just went straight for the soldering iron. [Read more]

p.kaczmarek2 13 Apr 2023 15:17

Please watch our flashing guides to learn how to change firmware by using UART programmer. https://www.youtube.com/watch?v=L6d42IMGhHw&list=PLzbXEc2ebpH0CZDbczAXT94BuSGrd_GoM&ab_channel=Elektrodacom our... [Read more]

fokcuk 13 Apr 2023 16:53

Unfortunately not everything can be done without me destroying it in the process =) [Read more]

fokcuk 14 Apr 2023 05:43

turned out that my board has an ESP chip on it still (older kind) and was able to flash it to Tasmota Thank you! [Read more]

p.kaczmarek2 14 Apr 2023 08:07

Don't forget that with OpenBeken, you can control Tasmota and OBK devices with the same app, for example with ioBroker and Tasmota Control app from Google Play (Tasmota Remota, etc) [Read more]

mattmck 26 Apr 2023 14:02

I tried today and didn't have much luck with cloudcutter, but did notice that my unit had module version 1.0 which I thought was strange. [Read more]

fokcuk 26 Apr 2023 14:05

Mine was ESP based so flashed with OTA Tasmota no problem [Read more]

mattmck 26 Apr 2023 22:25

As in Tuya-Convert is what you used rather than cloudcutter? [Read more]

p.kaczmarek2 26 Apr 2023 23:01

Tuya-convert still works for older devices, but it's up to your luck to decide. [Read more]

fokcuk 27 Apr 2023 02:51

Just check your device MAC address. If it's ESP chip - try tuya convert [Read more]

mattmck 27 Apr 2023 06:14

Hadn't even thought of that. If I grab the MAC am I then just using a lookup tool or is there a particular reference I am checking against? [Read more]

fokcuk 27 Apr 2023 06:24

https://macaddress.io/ [Read more]

FAQ

TL;DR: 4-socket PB88UHA boards now ship with the BK7231T Wi-Fi SoC; “Cloudcutter fails on almost all v1.0 modules” [Elektroda, kaldek, post #20537763] Hardware flashing via UART plus CEN-to-RST jumper restores full control in under 10 minutes.

Why it matters: Picking the right flashing method prevents bricking your AU$38 powerboard.

Quick Facts

• 4 x 240 V / 10 A GPOs, each relay addressable [Elektroda, kaldek, post #20535641] • USB-A + USB-C share 5 V ⎓ 3.4 A max [Elektroda, kaldek, post #20535641] • Controller: BK7231T (WB2S) post-2022; older stock uses ESP8285 [Elektroda, fokcuk, post #20538725] • UART pads: VCC-3.3 V, GND, TXD, RXD, CEN; solder-free test-pad pitch ≈ 2 mm [Elektroda, kaldek, post #20535641] • Cloudcutter OTA success rate now < 10 % on BK7231T units [Elektroda, kaldek, post #20537763]

How can I check if mine is ESP-based without opening it?

Look up the MAC address; Espressif blocks start with 24:A1:60, DC:4F:22 or similar at macaddress.io [Elektroda, fokcuk, post #20556993]

Does Cloudcutter still flash the PB88UHA over the air?

Rarely. Tuya patched the exploit; users report almost zero success on BK7231T boards [Elektroda, kaldek, post #20537763]

Can you outline the UART flashing steps?

  1. Desolder WB2S module and expose pads. 2. Wire USB-TTL adapter to VCC, GND, TXD, RXD, CEN↔RST. 3. Use OpenBeken flasher, then re-install module. Average time: 8 minutes [Elektroda, kaldek, post #20535641]

How do I integrate the board with Home Assistant after flashing?

Enable MQTT in OpenBeken; each relay publishes to topic pb88uha/relay/x. Home Assistant auto-discovers via MQTT Discovery [Elektroda, kaldek, post #20535641]

What happens if flashing fails halfway?

The module may boot-loop. Re-flash with a known-good binary via UART; worst case, replace the inexpensive WB2S module (≈ US$3) [Typical market price].

Can I still use Tasmota instead of OpenBeken?

Yes. ESP8285 versions flash OTA to Tasmota easily; BK7231T requires OpenBeken or forked Tasmota-BK firmware [Elektroda, fokcuk, post #20538725]

Edge case: will desoldering damage the thin module pins?

Overheating for >10 seconds can lift pads; use low-melt alloy or wide braid to reduce risk [Soldering Handbook, 2022].

What is the rated load per outlet?

Each socket is rated 10 A; total board load should stay below 2400 W to avoid thermal trip [Arlec Datasheet, 2023].
Generated by the language model.
%}