Hi
This usb powered sensor should give 5 values.
I was able to flash cb3s via bkn app, but no config available
>Sorry, no meaningful pins data found. This device may be TuyaMCU or a custom one with no Tuya config data.
>Baud keyword found, this device may be TuyaMCU or BL0942. Baud value is 9600}e
>No module information found.
>And the Tuya section starts, as usual, at 2023424
so I set this autoexec.bat
startDriver tuyaMCU
startDriver tmSensor
linkTuyaMCUOutputToChannel 1 val 1
setChannelType 1 Temperature
linkTuyaMCUOutputToChannel 2 val 2
setChannelType 2 Humidity
and get
Temperature 0.0C (1)
Humidity 63.0% (2)
(real humidity is 1/2 of this value).
So what and where should I look next to get all 5 values ?
It's my first time with tuyaMCU, I guess if I choose right mcu channels
there would be values. But what about tuyaMCU pins, are they being set automatically ?
Added after 23 [minutes]:
logs contain
Info:TuyaMCU:Received: 55 AA 03 07 00 08 15 02 00 04 00 00 00 96 C2
Info:TuyaMCU:ProcessIncoming[v=3]: cmd 7 (State) len 15
Info:TuyaMCU:ParseState: id 21 type 2-val len 4
Info:TuyaMCU:ParseState: int32 150
Info:TuyaMCU:Received: 55 AA 03 07 00 08 16 02 00 04 00 00 05 29 5B
Info:TuyaMCU:ProcessIncoming[v=3]: cmd 7 (State) len 15
Info:TuyaMCU:ParseState: id 22 type 2-val len 4
Info:TuyaMCU:ParseState: int32 1321
This usb powered sensor should give 5 values.
I was able to flash cb3s via bkn app, but no config available
>Sorry, no meaningful pins data found. This device may be TuyaMCU or a custom one with no Tuya config data.
>Baud keyword found, this device may be TuyaMCU or BL0942. Baud value is 9600}e
>No module information found.
>And the Tuya section starts, as usual, at 2023424

so I set this autoexec.bat
startDriver tuyaMCU
startDriver tmSensor
linkTuyaMCUOutputToChannel 1 val 1
setChannelType 1 Temperature
linkTuyaMCUOutputToChannel 2 val 2
setChannelType 2 Humidity
and get
Temperature 0.0C (1)
Humidity 63.0% (2)
(real humidity is 1/2 of this value).
So what and where should I look next to get all 5 values ?
It's my first time with tuyaMCU, I guess if I choose right mcu channels
there would be values. But what about tuyaMCU pins, are they being set automatically ?
Added after 23 [minutes]:
logs contain
Info:TuyaMCU:Received: 55 AA 03 07 00 08 15 02 00 04 00 00 00 96 C2
Info:TuyaMCU:ProcessIncoming[v=3]: cmd 7 (State) len 15
Info:TuyaMCU:ParseState: id 21 type 2-val len 4
Info:TuyaMCU:ParseState: int32 150
Info:TuyaMCU:Received: 55 AA 03 07 00 08 16 02 00 04 00 00 05 29 5B
Info:TuyaMCU:ProcessIncoming[v=3]: cmd 7 (State) len 15
Info:TuyaMCU:ParseState: id 22 type 2-val len 4
Info:TuyaMCU:ParseState: int32 1321