ha-smartthinq-sensors: Washer-Dryer combo is missing sensors or sensors have no values

Describe the bug

I have a Washer/Dryber Combo which exports a sensor for “Wash Completed” but not for “Dry Completed”.

Also I don’t see any state changes for “Error state” and “Error message” although the machine reported an error this morning that needed my attention and it was also displayed in the LG ThinQ App.

Expected behavior

Since it is a Washer/Dryer Combo I also expect to see a separate sensor for “Dry Completed”, maybe even a sensor that reports when a Wash and Dry cycle is completed.

I also expected the error states to change when the machine fired an error.

Screenshots

Screenshot 2023-10-28 at 17 53 59

Environment details:

Raspberry Pi 4 running:

Home Assistant 2023.10.5
Supervisor 2023.10.1
Operating System 11.1
Frontend 20231005.0 - latest

The only device I’m using as reported by the Integration is DB0080E7-FL (WASHER) otherwise known as the LG SIGNATURE LSWD100E.

Output of HA logs

Not an error that occurs with the integration inside Home Assistant so no helpful logs (correct me if otherwise).

Additional context

None.

About this issue

  • Original URL
  • State: closed
  • Created 8 months ago
  • Comments: 15 (5 by maintainers)

Commits related to this issue

Most upvoted comments

I just tested the generic “Run completed” sensor in a notification automation, which works. My worries were that a wash and a dry cycle finish might be reported individually but that’s not the case. So if I do a full wash and dry cycle I get one notification at the end of the cycle.

This cannot be managed here, at integration they are 2 different device. You can manage this at HA level using script /automation.

I haven’t tested the error because my machine had no error since then. But AFAIK my detergent will run out in the next couple cycles which is reported as an error if I remember correctly. My suggestion would be to leave this issue open just as a reminder and I close it once I have seen the error sensor work?

Ok to keep this open, also because I’m doing some additional minor changes on run_completed, so you can report here if you will find some issue with next releases. If this will auto-close means that everything is ok, but please don’t comment just to avoid auto-close if there are no issue. In case you will open a new one.

Thanks.

Error message now should be properly handled in last release. Related to the binary sensor Wash Completed / Dry completed, I just renamed it Run completed. There are no way to really understand if monitored device is a Washer or a Dryer and generic sensor name make more sense because in any case is related to specific device.

@florianmueller If you visit the affected device there is the Sensors card which lists all the enabled sensors. The last row should read something like +5 other sensors or something similar. If you expand that section, a couple of greyed-out sensors should appear. Click a sensor, than in the overlay click the cogwheel (settings) button in the top-right corner. From there you need to toggle the Enabled switch. Repeat for every sensor you want to enable.