phrz / lg-washer-dryer-card

Lovelace cards for use with the Home Assistant LG ThinQ Integration
MIT License
260 stars 52 forks source link

Card showing invalid status? #25

Closed FS1961 closed 1 year ago

FS1961 commented 1 year ago

Hello,

Running the 31.3 LG integration and card is showing interesting things. First, I can't get the unit to show it's off/finished. The Wifi or sensing icon is on and the current course is really the last course it did. It is still showing 0:00:00 as the remaining time even though the unit is off? I must be stepping on something but not sure what. Not sure where to edit but I don't want to make it worse. This is an excellent integration - appreciate your hard work!

Please help!

p.s. - had to use a different font because the one you had referenced wasn't working for me for some reason - just fyi.

Screenshot 2023-02-17 at 12 19 06 PM Screenshot 2023-02-17 at 12 21 29 PM

config.yml excerpt: sensor:

Template card: type: vertical-stack cards:

phrz commented 1 year ago

Frank,

This card relies on testing the machine's state, and whether it matches certain English strings, such as '-', 'Standby', 'Detecting', 'Washing', 'Rinsing', and so on. Unfortunately, to my knowledge, there is no language-neutral way to get state from the LG ThinQ integration, and it varies based on system language.

It appears from your screenshot showing a course named Kurz 14 that, even if your Home Assistant installation may be in English, your LG account is not. The reason you're seeing the course at all (rather than that part hiding itself), and the reason the time is still showing, is probably because the washer is returning its state in another language, and all of the state comparisons made in the code become useless. That's my best guess based on what you've shown me (which does not include the possible or recent state values for the various entities and attributes).

Because of this, I cannot modify my card's code to support all languages or machines (your model is different and may have different state strings), and I cannot tell you precisely what you need to change to make the card work. You'll have to look at what values your entities return during a wash or dry cycle, and write them down. Then, you'll have to modify the configuration.yaml and card code for this repository to fit those values, to the extent that they differ from the values I've given.

In this same vein, see my answer to your previous issue.

FS1961 commented 1 year ago

@phrz - Thanks for the response. Actually, most of the states are in English. Kurz is just "short" which is a wash cycle type. I'm happy to do the work, I'm just not sure where. Please see the below attachment. Does this change anything?

Screen Shot 2023-02-17 at 6 41 25 PM
phrz commented 1 year ago

Frank, thanks for giving me more context. I see now that your LG account is returning English strings via the ThinQ integration, so that is NOT the cause of the problem.

But I notice that the entities are still showing "0:00:00" as the Remaining time, that the Run state is "Finished", and so on, so my card is accurately reporting this information. In my experience, the Run state is supposed to change to "-", and that's when my card shows everything as "turned off." Because yours is not doing that, the card is not turning off. As far as I know, your washer should be leaving the "Finished" state and going into the "-" state, and if it's not, it's either a difference in your hardware, or something is amiss.

Is this screenshot from right after it finished, or is it from just now? Has the washer been used very recently? Did you go and turn your washer off when you were done? Did your ThinQ integration lose its connection, and never update? Are you running a very old version of the ThinQ integration? I'm running v0.31.2, according to HACS, and the latest version is v0.31.3.

FS1961 commented 1 year ago

@phrz - Actually, I'm also running 0.31.3. The screen shot is current. The machine has been off (finished) for quite some time.

Screen Shot 2023-02-17 at 8 56 45 PM

I'm going to run a load and see if anything changes.

Screen Shot 2023-02-17 at 9 01 24 PM Screen Shot 2023-02-17 at 9 01 34 PM

Looks correct during.

FS1961 commented 1 year ago

Oddly, it's not updating though. And the app! IMG_0088

Screen Shot 2023-02-17 at 9 19 55 PM

IMG_BB4CA9088FC0-1

Screen Shot 2023-02-17 at 9 30 05 PM

IMG_2AB986CFBF59-1

FS1961 commented 1 year ago

Updated when it changed cycles:

Screen Shot 2023-02-17 at 9 32 28 PM Screen Shot 2023-02-17 at 10 03 38 PM
FS1961 commented 1 year ago

IMG_7CF88944F50B-1 IMG_0092 IMG_0093

It's weird because the unit has stopped but the app and integration haven't updated.

FS1961 commented 1 year ago

Maybe an issue with the LG service and not the integration or the card?

phrz commented 1 year ago

I'm glad you were able to find where the issue lay: between the washer and the LG cloud, or possibly between the LG cloud and the integration. I'd recommend resetting your washer, or basically disconnecting the Wi-Fi and deleting it from the app, then re-adding it. Maybe check your router to see if the washer has poor signal strength. Otherwise, you can call LG, see if they will help (framed in the context of their official app, of course).

For now, I'll close the issue, because the bug doesn't seem to reside in this repository's implementation.

FS1961 commented 1 year ago

Thanks for indulging me! I'll drop you a line/note to let you know what I find out.