I have problems getting the values out after switching to OpenBeken
With original firmware this is read out:
Autoexec.bat
After I switch to OpenBeken, this is read out
Anyone have any suggestions what I have missed?


With original firmware this is read out:

2 = CH2O mg/m^3, div 100
18 = Temperature, div 10
19 = Humidity, div 10
21 = VOC ppm, div 10
22 = CO2 ppm
Autoexec.bat
startDriver TuyaMCU
startDriver tmSensor
setChannelType 1 Temperature_div10
linkTuyaMCUOutputToChannel 18 val 1
setChannelType 2 Humidity_div10
linkTuyaMCUOutputToChannel 19 val 2
setChannelType 3 Custom
SetChannelLabel 3 CH2O mg/m^3
linkTuyaMCUOutputToChannel 2 val 3
setChannelType 4 Custom
SetChannelLabel 4 VOC ppm
linkTuyaMCUOutputToChannel 21 val 4
setChannelType 5 Custom
SetChannelLabel 5 CO2 ppm
linkTuyaMCUOutputToChannel 22 val 5
After I switch to OpenBeken, this is read out


Anyone have any suggestions what I have missed?