-
Notifications
You must be signed in to change notification settings - Fork 160
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
Comments
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? |
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? :-/ |
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. |
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... |
This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Thanks for a next release. |
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:
alias: Waarschuwing hoge temperatuur koelkast
trigger:
entity_id: sensor.koelkast_freezer_temp # De juiste sensor ID van je koelkast
above: -25 # De gewenste temperatuurgrens
action:
data:
message: "De temperatuur in de koelkast is te hoog! Controleer de koelkast."
mode: single
The text was updated successfully, but these errors were encountered: