home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.35k stars 30.64k forks source link

Lg Thinq log warnings #129568

Open luca-angemi opened 3 days ago

luca-angemi commented 3 days ago

The problem

I connected properly with the token as per the docs but got these 2 warnings in the logs

2024-10-31 00:53:48.383 WARNING (MainThread) [thinqconnect.mqtt_client] Connect with session_present : False
2024-10-31 00:53:48.517 WARNING (MainThread) [thinqconnect.mqtt_client] Complete subscription!

What version of Home Assistant Core has the issue?

2024.11.0b0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

lg_thinq

Link to integration documentation on our website

https://www.home-assistant.io/integrations/lg_thinq/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 3 days ago

Hey there @lg-thinq-integration, mind taking a look at this issue as it has been labeled with an integration (lg_thinq) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `lg_thinq` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign lg_thinq` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


lg_thinq documentation lg_thinq source (message by IssueLinks)

luca-angemi commented 3 days ago

Also I know it's probably not the right place to talk about this but since the integration it's new, I'll try!

I have a washing machine and so far I used a custom integration which also provides a select for the course selection.

https://github.com/ollo69/ha-smartthinq-sensors/blob/abc27f2999604449e1173578ed11a6f55b60a8f5/custom_components/smartthinq_sensors/select.py#L44

Is it difficult to add that to the core integration?