logo elektroda
logo elektroda
X
logo elektroda

BK7231N Thermostat (RTK2409 , XKX , RT-V4-1.OPROD 200100163 )

leon22heart 42 2
ADVERTISEMENT
  • #1 21861369
    leon22heart
    Level 5  
    Hello again . Gotten in the past a tuya BK7231N based Thermostat . So now i attempted to flash the the openbk firmware . Flashed the chip successfully but i cant see logs of the TUyaMCU driver . Below i attach my autoexec bat . Tried both the 9600 and 115200 baud rate . I recall seeing in the past the picture in the board in one post , but i cant seem to find it again .


    Red PCB inside a black casing with chips, connectors, and a white QR-code label.

    startDriver TuyaMCU
    
    # Set the baud rate (TuyaMCU standard is 9600)
    tuyaMcu_setBaudRate 9600
    
    # Map DPIDs to Channels
    # DPID 1 & 2 are usually the two sockets
    setChannelType 1 toggle
    linkTuyaMCUOutputToChannel 1 bool 1
    
    setChannelType 2 toggle
    linkTuyaMCUOutputToChannel 2 bool 2
    
    # Power Monitoring (Common DPIDs for this model)
    # Voltage (101), Current (102), Power (103)
    setChannelType 3 Voltage_div10
    linkTuyaMCUOutputToChannel 101 val 3
    
    setChannelType 4 Current_div1000
    linkTuyaMCUOutputToChannel 102 val 4
    
    setChannelType 5 Power
    linkTuyaMCUOutputToChannel 103 val 5
  • ADVERTISEMENT
  • #3 21861380
    leon22heart
    Level 5  
    >>21861376 Thank you will check and post . Added firmware backup.
ADVERTISEMENT