Elektroda.com
Elektroda.com
X

Arlec PB88UHA Grid Connect Smart 4 Outlet Powerboard with USB Charger

kaldek 792 14
  • 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
    Arlec PB88UHA Grid Connect Smart 4 Outlet Powerboard with USB Charger

    Arlec PB88UHA Grid Connect Smart 4 Outlet Powerboard with USB Charger

    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.

    Cool? Ranking DIY
    About Author
    kaldek
    Level 2  
    Offline 
    kaldek wrote 4 posts with rating 1. Been with us since 2023 year.
  • Helpful post
    #2
    p.kaczmarek2
    Moderator Smart Home
    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
    
    setChannelType 1 toggle
    setChannelType 2 toggle
    setChannelType 3 toggle
    setChannelType 4 toggle
    setChannelType 5 toggle
    // Btn_ScriptOnly is set on P26
    addEventHandler OnClick 26 ToggleChannel 1
    addEventHandler OnDblClick 26 ToggleChannel 2
    addEventHandler On3Click 26 ToggleChannel 3
    addEventHandler On4Click 26 ToggleChannel 4
    addEventHandler On5Click 26 ToggleChannel 5
    
  • #3
    fokcuk
    Level 5  
    Is there any working profile in the CloudCutter for OTA update?

    Thank you
  • #4
    kaldek
    Level 2  
    fokcuk wrote:
    Is there any working profile in the CloudCutter for OTA update?


    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.
  • #6
    fokcuk
    Level 5  
    Unfortunately not everything can be done without me destroying it in the process =)
  • #7
    fokcuk
    Level 5  
    turned out that my board has an ESP chip on it still (older kind) and was able to flash it to Tasmota
    Thank you![/tr]
  • #8
    p.kaczmarek2
    Moderator Smart Home
    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)
  • #9
    mattmck
    Level 3  
    >>20537708
    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.
  • #10
    fokcuk
    Level 5  
    Mine was ESP based so flashed with OTA Tasmota no problem
  • #11
    mattmck
    Level 3  
    As in Tuya-Convert is what you used rather than cloudcutter?
  • #12
    p.kaczmarek2
    Moderator Smart Home
    Tuya-convert still works for older devices, but it's up to your luck to decide.
  • #13
    fokcuk
    Level 5  
    >>20556866
    Just check your device MAC address. If it's ESP chip - try tuya convert
  • #14
    mattmck
    Level 3  
    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?