Thanks.
So if I read this correctly, it should be like this or have I misunderstood everything?
##TuyaMCU 79,2; (this says it's a gas sensor or dpId 2 if I have understood it correctly) will be
linkTuyaMCUOutputToChannel 2 2 2
setChannelType 2 ReadOnly
##TuyaMCU 71,19; (this says it's a temp sensor or dpId 19 if I have understood it correctly) will be
linkTuyaMCUOutputToChannel 19 2 3
setChannelType 3 ReadOnly
##TuyaMCU 72,101; (this says it's a humidity sensor or dpId 101 if I have understood it correctly) will be
linkTuyaMCUOutputToChannel 101 2 4
setChannelType 4 ReadOnly
##TuyaMCU 11,16; (this says it's a relay or dpId 16 if I have understood it correctly) will be
linkTuyaMCUOutputToChannel 16 1 5
setChannelType 5 toggle
##TuyaMCU 12,8; (this says it's a relay or dpId 8 if I have understood it correctly) will be
linkTuyaMCUOutputToChannel 8 1 6
setChannelType 6 toggle
Is your device using 9600 baud or a high-speed baud?
Yes, it does not communicate when setting the baud rate to something else.
Update:
When I set the above, the buttons (channel 5 and 6) work, but I get no values on the other channels.