logo elektroda
logo elektroda
X
logo elektroda

OpenBeken configuration for LED LSC Smart Connect 5m 3203632 BK7231N

Vein 888 2
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • Helpful post
    #1 21383976
    Vein
    Level 22  
    Posts: 742
    Help: 1
    Rate: 51
    As if anyone was looking for an OpenBeken configuration for the
    LED LSC Smart Connect 5m 3203632
    BK7231N
    Does not include IR receiver or button support (I didn't need it)
    Pin 8 is from switching the 24V voltage to the ribbon, I set it to a high state, I don't see any use for it in this configuration

    {
      "vendor": "Tuya",
      "bDetailed": "0",
      "name": "Full Device Name Here",
      "model": "enter short model name here",
      "chip": "BK7231N",
      "board": "TODO",
      "flags": "136192",
      "keywords": [
        "TODO",
        "TODO",
        "TODO"
      ],
      "pins": {
        "6": "PWM;4",
        "8": "AlwaysHigh;55",
        "16": "SM16703P_DIN;0",
        "24": "PWM;5"
      },
      "command": "",
      "image": "https://obrazki.elektroda.pl/YOUR_IMAGE.jpg",
      "wiki": "https://www.elektroda.com/rtvforum/topic_YOUR_TOPIC.html"
    }
    .
    Attachments:
    • OpenBeken configuration for LED LSC Smart Connect 5m 3203632 BK7231N IMG_20250108_210240_828.jpg (3.04 MB) You must be logged in to download this attachment.
  • ADVERTISEMENT
  • #2 21384240
    p.kaczmarek2
    Moderator Smart Home
    Posts: 14416
    Help: 650
    Rate: 12371
    Not bad, but probably lacking:
    
    startDriver PixelAnim
    
    .
    Animations OpenBeken WS2812B - new HTTP panel integration, PixelAnim driver .
    As for the button, can you share the Tuya Config partition in JSON?


    Helpful post? Buy me a coffee.
  • #3 21384273
    Vein
    Level 22  
    Posts: 742
    Help: 1
    Rate: 51
    
    {
    	"rgbtows":"700",
    	"Jsonver":"1.0.5",
    	"brightmin":"10",
    	"gmwb":"75",
    	"title20":"0",
    	"1err":"40",
    	"totallen":"500",
    	"gmwg":"70",
    	"knum":"1",
    	"leaderr":"15",
    	"rgbtoch":"220",
    	"wfcfg":"spcl_auto",
    	"colormin":"10",
    	"bitseq":"0",
    	"pmemory":"1",
    	"gmkb":"60",
    	"pairt":"18",
    	"cmod":"rgbcw",
    	"slidemod":"2",
    	"rgbtocs":"0",
    	"customcode":"00ef",
    	"rstbr":"50",
    	"ktime":"5",
    	"0err":"70",
    	"colormax":"100",
    	"c_pin":"6",
    	"module":"CBU",
    	"ctrl_lv":"1",
    	"rstmode":"2",
    	"irpin":"26",
    	"brightmax":"100",
    	"sfunc":"1",
    	"key_lv":"0",
    	"wfct":"3",
    	"pwmhz":"1000",
    	"rgbtowh":"35",
    	"md":"0",
    	"wfb64":"1",
    	"stat":"0",
    	"token":"null",
    	"region":"null",
    	"reg_key":"null",
    	"dns_prio":"0 "
    }
    
    .

    Device configuration, as extracted from Tuya:
    - LED Cool (Channel 4) on P6
    - IR Receiver is on P26
    - PWM Frequency 1000
    Device seems to be using CBU module, which is using BK7231N.
    And the Tuya section starts at UNCOMMON POSITION 0

    I have pixelAnim running, I even played around a bit but I don't know how to control it from homeassistant :) .
ADVERTISEMENT