Skip to content

Appliance:Y_V8_Y___W.B32QEUK

Andrzej Szombierski edited this page Mar 22, 2026 · 2 revisions

ThinQ Model ID: Y_V8_Y___W.B32QEUK Platform: Thinq2

This is a washing machine. It communicates with the "AABB" protocol.

Packet format

The packets below are described excluding the AA..BB framing. This means that each full packet is 4 bytes longer.

device-to-cloud messages

53-byte packet

This packet contains most (if not all) interesting information about the current status of the device. See the beautiful ascii-art map for details (scroll right ->)

 0                   1                   2                   3                   4                   5
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2
200A0039000390000100EB0027ee0001002080010500040505000141428002ff000101000300710101010001010101010101000100
??????????????????????????????
                              ..                                                                                state 01=INITIAL
                                ....                                                                            time remaining
                                    ....                                                                        initial time HH:MM
                                        ..                                                                      courseFL24inchBaseTitan
                                          ..                                                                    error
                                            ..                                                                  soilWash
                                              ..                                                                spin
                                                ..                                                              temp
                                                  ..                                                            rinse
                                                    ..                                                          dryLevel
                                                      ....                                                      reserve time HH:MM
                                                          ..                                                    flags 1=turboWash 2=creaseCare 4=steamSoftener 8=ecoHybrid 10=medicRinse 20=rinseSpin 40=preWash 80=steam
                                                            ..                                                  flags 1=initialBit 2=remoteStart 20=wrinkleCare 40=doorLock 80=childLock
                                                              ..                                                flags 1=AIDDLed
                                                                ????
                                                                    ..                                          preState
                                                                      ..                                        smartCourseFL24inchBaseTitan
                                                                        ..                                      cycle count
                                                                          ..                                    
                                                                            ..                                  downloadedCourseFL24inchBaseTitan
                                                                              ??????
                                                                                    ..                          standby
                                                                                      ????
                                                                                          ..                    ezCSDetergentSetVal
                                                                                            ..                  ezCSSoftenerSetVal
                                                                                              ..                ezDetergentAmount
                                                                                                ..              ezSoftenerAmount
                                                                                                  ..            ezDispenseType
                                                                                                    ..          flags 1=ezDetergentEmpty 2=ezSoftenerEmpty 4=ezDispenseDrawerOpen 8=ezDispenseNotationOz 10=ezLinkDetergentEmpty 20=ezDispenseSetting
                                                                                                      ..        mlStep
                                                                                                        ??      

cloud-to-device messages

exit sleep mode

F02A0100

turn off

F024010100

start program

The washer doesn't have a simple "start current program" message. Instead, the full program configuration needs to be passed within the message.

Examples:

    ..                                 program
          ..                           temperature [10C]
            ..                         rinse
                ..                     delay
F02605030701010000000000030000000000 = start duvet
F0263A03FF04010000000000030000000000 = start ai wash
F02605030702010000000000030000000000 = start duvet now (20C)
F02605030702010004000000030000000000 = start duvet + delay (ends in 4h)
F02605030702010005000000030000000000 = start duvet + delay (ends in 5h)

Clone this wiki locally