i think it is the same device or i'm wrong.
and this is the UART i used for flash.
i try the latest OBK 1.17.391 firmware but it is the same, no sensor readings only zeroes.
Config in autoexec.bat is.
startDriver NTP
// starts the NTP driver (network time)
startDriver TuyaMCU
// starts the TuyaMCU driver
startDriver tmSensor
//starts the tmSensor driver
ntp_setServer 192.168.86.1
// sets the preferred NTP time server IP adress
ntp_timeZoneOfs 1
// corrects time zone by hour value +/- (time zone offset)
setChannelType 1 temperature_div10
//sets the type of channel 1 (selected freely) to temperature times 10 (i.e. 23.5C written as 235 integer, as this notation is used by Tuya), thanks to which OpenBeken knows how to display its value on the panel
linkTuyaMCUOutputToChannel 1 val 1
// maps dpID from TuyaMCU (variable identifier) 1 to channel 1, value type. In this particular device, dpID 1 is temperature. dpID roles vary by device
setChannelType 2 Humidity
// sets channel 2 type to humidity
linkTuyaMCUOutputToChannel 2 val 2
// as before, here dpID 2 is humidity
linkTuyaMCUOutputToChannel 3 val 3
setChannelType 3 ReadOnlyLowMidHigh
setChannelLabel 3 "Battery Level"
mqtt_broadcastItemsPerSec 20
[Edit]
Also date and time seems synced from NTP but not pushed to LCD