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 .
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