logo elektroda
logo elektroda
X
logo elektroda

DETA Grid Connect Smart LED Single Gang Touch Dimmer Switch - 6910HA

sebowers 981 2
ADVERTISEMENT
  • #1 20631821
    sebowers
    Level 3  
    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



    DETA Grid Connect Smart LED Single Gang Touch Dimmer Switch - 6910HA
    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
  • ADVERTISEMENT
  • #2 20632488
    sebowers
    Level 3  
    Hi Team,

    this is the working config for the Deta 6910HA

    startDriver TuyaMCU
    setChannelType 1 toggle
    setChannelType 2 dimmer
    tuyaMcu_setDimmerRange 280 1003
    linkTuyaMCUOutputToChannel 1 1 1
    linkTuyaMCUOutputToChannel 3 2 2
  • #3 20696942
    theslydog
    Level 4  
    sebowers wrote:
    Deta 6910HA


    How did you flash this dimmer?

    I am struggling to get it to go into flash mode.

    All other Deta Grid Connect devices have flashed fine but this one is being stubborn for me.
ADVERTISEMENT