Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LG ThinQ Integration - There is no sensor to indicate whether the door of the kimchi refrigerator is open. #137408

Open
limitless00net opened this issue Feb 5, 2025 · 3 comments

Comments

@limitless00net
Copy link

The problem

There is no sensor to indicate whether the door of the kimchi refrigerator is open.

Device Details: 2REK1G03VI1902 (DEVICE_KIMCHI_REFRIGERATOR)

What version of Home Assistant Core has the issue?

core-2025.1.4

What was the last working version of Home Assistant Core?

core-2025.1.4

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

Anything in the logs that might be useful for us?

Additional information

No response

@home-assistant
Copy link

home-assistant bot commented Feb 5, 2025

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)

@LG-ThinQ-Integration
Copy link
Contributor

@limitless00net
We provide an entity of event type for one-time notifications. You can create automation like below.

Entity : event.kimchi_notification

Entity Attributes
event.kimchi_notification event_types: door_is_open / event_type: door_is_open

Automation's trigger example

trigger: state
entity_id:

  • event.kimchi_notification
    attribute: event_type
    to: door_is_open

@limitless00net
Copy link
Author

@LG-ThinQ-Integration No, the event entity of this device, kimchi refrigerator does not provide the ‘door_is_open‘ event type. It only continues to display the value ‘unknown‘.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants