Closed ryansosin closed 8 months ago
This is neither an API problem nor an integration problem, refrigerators simply do not provide the current temperature but only the set one, as you can see from this piece of your payload:
"refState": {
"displayLock": "IGNORE",
"freezerTemp": 9.0,
"sabbathMode": "OFF",
"tempUnit": "FAHRENHEIT",
"ecoFriendly": "IGNORE",
"activeSaving": "IGNORE",
"smartSavingRun": "STOP",
"atLeastOneDoorOpen": "CLOSE",
"fridgeTemp": 11.0,
"expressMode": "OFF",
"freshAirFilter": "AUTO",
"monStatus": "NORMAL",
"smartSavingMode": "SMARTGRID_DD_ON",
"convertibleTemp": 255.0,
"waterFilter": "0_MONTH"
},
I suppose that LG app just provide exactly the same value provided by integration, right?
I close this, not an integration issue.
Describe the bug The value for
sensor.refrigerator_freezer_temp
andsensor.refrigerator_fridge_temp
appear to be the same as the target temperature. They never change, even if the door is open for long periods. My freezer failed and has essentially defrosted, but is still reading -1 degree. Could be an API issue and not a plugin issue, but I couldn't tell while reading the json.Expected behavior
sensor.refrigerator_freezer_temp
andsensor.refrigerator_fridge_temp
should show actual temperature status of the fridge and freezer.Screenshots If applicable, add screenshots to help explain your problem.
Environment details:
Additional context Add any other context about the problem here.