hello,,
i'm working on tuya airbox ,, that measure temp,hum,co2,voc,and ch2o ,,
i used this code : {
}
the temp and hum is published to HA but the other is not published
anyone can help?
i'm working on tuya airbox ,, that measure temp,hum,co2,voc,and ch2o ,,
i used this code : {
startDriver TuyaMCU
tuyaMcu_defWiFiState 4
tuyaMcu_setBaudRate 9600
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
tuyaMcu_sendQueryState
}
the temp and hum is published to HA but the other is not published
anyone can help?

