phrz / lg-washer-dryer-card

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

Wash status is not displayed #15

Closed doemu0992 closed 1 year ago

doemu0992 commented 2 years ago

Hello all,

Unfortunately, the washing status is not displayed on the Virtual Dislpay.

lg

Here is my code:

LG washing machine YAML:

sensor:

Card Code:

type: picture-elements elements:

liuhuaipu commented 2 years ago

I also encountered the same problem, did you solve it?

doemu0992 commented 2 years ago

Hi, Unfortunately not yet, you ?

liuhuaipu commented 2 years ago

I don't know where to start.

doemu0992 commented 2 years ago

I don't know where to start

It's the same for me, I've tried almost everything. Unfortunately without success

raliseda commented 2 years ago

did you check that the name that is displayed under the sensors integration match exactly with the card? washing, rinsing etc. I had the same problem and the name was different. I change them and it worked well! hope that helps.

liuhuaipu commented 2 years ago

微信截图_20220705104155 微信截图_20220705104239

liuhuaipu commented 2 years ago

Can you share your card configuration code as a reference? Because I can't find out where my wrong setting is.

raliseda commented 2 years ago

here it is, since my application is in spanish, I had too match the name sensors (runstate name) with the card: I use bold text to identify where you need to match the names with the names that add up in your integration.

type: vertical-stack cards:

doemu0992 commented 2 years ago

Hello together,

Will try this with the status of the process tonight.

phrz commented 1 year ago

Hi y'all, sorry for the delayed response. Just to confirm what has been suggested, this card is programmed for English language sensor values. If your installation is in another language, you need to change it to match the values as they appear in your set language. That is, wherever you see a state name in the YAML, such as:

state_image:
  Detecting: /local/lg-icons/sensing-on.png

You would need to change it to (for example, in Spanish)

state_image:
  Detectando: /local/lg-icons/sensing-on.png

And so on for your localization settings. This is not an issue with this project, but a limitation of the LG integration, which uses localized state names that cannot be automatically adapted to when the language changes. I believe the language they appear in actually depends upon the language of your LG account rather than your Home Assistant installation.

I'm going to close this for now, but please feel free to ask for more clarification if you need it.