Elektroda.com
Elektroda.com
X

[BK7231T] Feit Power Strip - 4 sockets with USB - B08DF8F6ZD - template, multiclick config

p.kaczmarek2 165 0
  • #1
    p.kaczmarek2
    Moderator Smart Home
    [BK7231T] Feit Power Strip - 4 sockets with USB - B08DF8F6ZD - template, multiclick config
    Here's a template for Feit Power Strip, model POWERSTRIP/WIFI, a power strip with 4 sockets with independent control and 4 USB sockets that are controlled together, also coming with one button on device case. With OpenBeken, it's very easy to script that button so the single click toggles relay 1, double click toggles relay 2, etc.

    Strip can be bought for about 30$:
    [BK7231T] Feit Power Strip - 4 sockets with USB - B08DF8F6ZD - template, multiclick config
    [BK7231T] Feit Power Strip - 4 sockets with USB - B08DF8F6ZD - template, multiclick config
    Strip also has extra power switch (non-smart one):
    [BK7231T] Feit Power Strip - 4 sockets with USB - B08DF8F6ZD - template, multiclick config
    [BK7231T] Feit Power Strip - 4 sockets with USB - B08DF8F6ZD - template, multiclick config
    Here is user manual:
    [BK7231T] Feit Power Strip - 4 sockets with USB - B08DF8F6ZD - template, multiclick config [BK7231T] Feit Power Strip - 4 sockets with USB - B08DF8F6ZD - template, multiclick config [BK7231T] Feit Power Strip - 4 sockets with USB - B08DF8F6ZD - template, multiclick config [BK7231T] Feit Power Strip - 4 sockets with USB - B08DF8F6ZD - template, multiclick config

    Template was sent to me from our OpenBeken user, he used tuya-cloudcutter to flash, so we have no teardown photos yet.
    Device is flashable with SYW PLUGWIFIG2 Smart Plug v1.1.2 profile, but it's not SYW PLUGWIFIG2, please do not confuse it while ordering.
    Get your binaries here (click Releases):
    https://github.com/openshwprojects/OpenBK7231T_App

    Here is template with Button Toggle All:
    Code: json
    Log in, to see the code

    If you want to have multiclick behaviour instead, please use this template (change Tgl_All to SriptOnly):

    Code: json
    Log in, to see the code

    Then you must create autoexec.bat script, see here:
    https://github.com/openshwprojects/OpenBK7231T_App/blob/main/docs/autoexecExamples.md
    Here's the script - in Web App, LittleFS tab, create autoexec.bat, save and reboot:
    
    // Btn_ScriptOnly is set on P8
    addEventHandler OnClick 8 ToggleChannel 1
    addEventHandler OnDblClick 8 ToggleChannel 2
    addEventHandler On3Click 8 ToggleChannel 3
    addEventHandler On4Click 8 ToggleChannel 4
    addEventHandler On5Click 8 ToggleChannel 5
    


    That's all about this device so far. I am not sure how long WiFi flashing method will work, so if anyone has photos from inside, please also submit! Thanks!