Add support for F_C__Y___W.A__QEUK washing machine - #136
Open
martijndhondt wants to merge 1 commit into
Open
Conversation
LG front-loading washer (A-generation UK), using a 62-byte AABB status packet (0x20 0xEC subtype) with a compact 32-byte variant (0x20 0xEB) sent after commands/reconnect, and a 3-byte door-state packet (0x20 0xD8) that is the authoritative door-lock source during Off/Ready. Exposes power, status, course, temp, spin, remote_start, door_lock, child_lock, steam, wrinkle_care, active, pre_state, tub_clean, initial/remaining/delay time, and error/error_message — all offsets confirmed against live packet captures, including a real dE2 (door lock error) capture. Also fixes send_packet to emit uppercase hex, matching what this device's firmware expects on the wire. Developed with the assistance of Claude (Anthropic), using live packet captures analysed and cross-checked against known machine settings and HA UI state. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
0x20 0xECstatus packet, the compact 32-byte0x20 0xEBvariant, and the 3-byte0x20 0xD8door-state packet.dE2(door lock error) capture.send_packetincloud/thinq2/device.tsto emit uppercase hex, which this device's firmware requires.This was developed with the assistance of Claude (Anthropic) — packet captures were analysed and offsets cross-verified against known settings and HA UI state interactively.
Test plan
tests/cloud/devices/F_C__Y___W.A__QEUK.test.ts— 38/38 passing, covering all decoded fields, the 0xD8 door-lock precedence rules, 0xE2 packet ignoring, and the error/error_message decodingmaster)