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 fridge #800

Open
HuguesDohmen opened this issue Sep 25, 2024 · 4 comments
Open

LG fridge #800

HuguesDohmen opened this issue Sep 25, 2024 · 4 comments

Comments

@HuguesDohmen
Copy link

I made an automation to send me a notification on my mobile when fridge and freezer tem get higher than a set temp. It seems not to work. I get no messages. When I do a manual test in Homeassitant it sends me a textmessage. What could be wrong?

Expected behavior
If applicable, a clear and concise description of what you expected to happen.

I have homeassistant blue installed on odroid:
Core
2024.9.3
Supervisor
2024.09.1
Operating System
13.1
Frontend
20240909.1
This is the automations.yaml file:

  • id: '1725978518378'
    alias: Waarschuwing hoge temperatuur koelkast
    trigger:
    • platform: numeric_state
      entity_id: sensor.koelkast_freezer_temp # De juiste sensor ID van je koelkast
      above: -25 # De gewenste temperatuurgrens
      action:
    • service: notify.mobile_app_bl8800pro
      data:
      message: "De temperatuur in de koelkast is te hoog! Controleer de koelkast."
      mode: single
@andorardo
Copy link

Did you ever get correct "Current" temperatures out of the API/integration?

When I look at the state, but the target temperature and the actual temperature are the same. This is clearly incorrect, because I put a real thermometer inside the fridge and it's clearly fluctuating.

Is it possible the fridge is not returning the actual temperature?

How can I check the API for a particular model?

@caroyston
Copy link

My install is displaying the target and actual temps in both fields as well. The LG app only shows target temps so perhaps it's their issue (could be there is only one sensor for target and actual? :-/

@ollo69
Copy link
Owner

ollo69 commented Oct 9, 2024

Fridge do not provide current temp from Api, only target temp. Integration set current temp equal to target temp because for climate integration current temp is a required field. The alternative is to replace the climate with a simple input number / slider, but climate is more clear to use. If everybody think that use a number instead of climate avoid confusion I can change the control.

@ollo69
Copy link
Owner

ollo69 commented Oct 9, 2024

Looking also to LG app, I really think that is better to replace climate control with a simpler slider, I will work on this on next release...

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

No branches or pull requests

4 participants