Hi All,
Have some troubles with the Deta 6910HA Dimmer.
So far i have flashed the Device, Connected to wifi. Updated openbeken to the lastest firmware.
If i move the dimmer(channel 2) slider the light turns on, tho the button led remains off - need to fix this
if i turn on the button (channel 1) the light turns on and show does the led on the button
I have applied the following to the device
Below is the output from MCU trace
Info:T
hoping someone can help
Have some troubles with the Deta 6910HA Dimmer.
So far i have flashed the Device, Connected to wifi. Updated openbeken to the lastest firmware.
If i move the dimmer(channel 2) slider the light turns on, tho the button led remains off - need to fix this
if i turn on the button (channel 1) the light turns on and show does the led on the button

I have applied the following to the device
startDriver TuyaMCU
setChannelType 1 toggle
setChannelType 2 dimmer
tuyaMcu_setDimmerRange 280 1003
linkTuyaMCUOutputToChannel 1 1 1
linkTuyaMCUOutputToChannel 2 2 2
Below is the output from MCU trace
Info:T
uyaMCU:TUYAMCU received: 55 AA 03 07 00 05 01 01 00 01 00 11
Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=3]: processing command 7 (State) with 12 bytes
Info:TuyaMCU:TuyaMCU_ParseStateMessage: processing dpId 1, dataType 1-DP_TYPE_BOOL and 1 data bytes
Info:TuyaMCU:TuyaMCU_ParseStateMessage: raw data 1 byte:
Debug:TuyaMCU:TuyaMCU_ApplyMapping: id 1 with value 0 is not mapped
Info:TuyaMCU:TUYAMCU received: 55 AA 03 07 00 08 03 02 00 04 00 00 00 BE D8
Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=3]: processing command 7 (State) with 15 bytes
Info:TuyaMCU:TuyaMCU_ParseStateMessage: processing dpId 3, dataType 2-DP_TYPE_VALUE and 4 data bytes
Info:TuyaMCU:TuyaMCU_ParseStateMessage: raw data 4 int: 190
Debug:TuyaMCU:TuyaMCU_ApplyMapping: id 3 with value 190 is not mapped
Info:TuyaMCU:TUYAMCU received: 55 AA 03 07 00 08 02 02 00 04 00 00 00 0A 23
Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=3]: processing command 7 (State) with 15 bytes
Info:TuyaMCU:TuyaMCU_ParseStateMessage: processing dpId 2, dataType 2-DP_TYPE_VALUE and 4 data bytes
Info:TuyaMCU:TuyaMCU_ParseStateMessage: raw data 4 int: 10
Debug:TuyaMCU:TuyaMCU_ApplyMapping: id 2 with value 10 is not mapped
Info:TuyaMCU:TUYAMCU received: 55 AA 03 07 00 08 06 02 00 04 00 00 00 00 1D
Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=3]: processing command 7 (State) with 15 bytes
Info:TuyaMCU:TuyaMCU_ParseStateMessage: processing dpId 6, dataType 2-DP_TYPE_VALUE and 4 data bytes
Info:TuyaMCU:TuyaMCU_ParseStateMessage: raw data 4 int: 0
Debug:TuyaMCU:TuyaMCU_ApplyMapping: id 6 with value 0 is not mapped
Info:TuyaMCU:TUYAMCU received: 55 AA 03 00 00 01 01 04
hoping someone can help