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 Heat Pump - Which Value is shown? #819

Open
Trainerbert opened this issue Oct 21, 2024 · 21 comments
Open

LG Heat Pump - Which Value is shown? #819

Trainerbert opened this issue Oct 21, 2024 · 21 comments

Comments

@Trainerbert
Copy link

Hey there,

I am using the Integration with my heat pump LG Therma V R290 and it works pretty good.
But I don't understand which value is shown in the auto menu.
In the picture you can see the heat pump shows the value of 17 degress.
But where does it take this value from. It isn't the outdoor temperature and not a value from the heating curve.

image

@jurriaancap
Copy link

jurriaancap commented Oct 26, 2024

i think its the target temperature for the outlet which equals to zero in the thinq app
if you increase it in the thinq app , homeassistent will also update to 21 (if you add 5 in the thinqapp) or 12 if you lower it
(i have the dutch version , here its called doeltemperatuur uitlaat, which i translated)

i am unsure why its displayd as it is though in home assistent (i am just a newbie , just downloaded it today)

@Trainerbert
Copy link
Author

Yeah I think thats true but pretty bad shown then. 17 means zero offset and 12 is -5 and 22 is +5.
I am missing the real water target and outdoor unit temperatur. So I can't really understand what is going on.
Maybe with the Modbus Version it is better?

@jurriaancap
Copy link

jurriaancap commented Oct 26, 2024

i have seen some yaml code where they offset the values , i tried to do that by going to to developer tools - states
i have changed the state attributes of that entity ,
hvac_modes:

  • "off"
  • auto
  • heat
    min_temp: -5
    max_temp: 5
    target_temp_step: 1
    current_temperature: 34
    temperature: 0
    friendly_name: Warmtepomp therma v
    supported_features: 385

hower that does nothing and it keeps referting back. so obviously thats not wheren you can set the offset (or i am doing it wrong , no judgment please, i just started fiddling with it today ;) )

i have read that the modbus is much better, you get many more registers you can fiddle around with.
however its pretty difficult to set up for a newbie like me.

you need to connect a RS485 to ethnet module to the heatpump itself. then integrate it into home assistent, and then write youre own yaml integration script
a good video is here https://www.youtube.com/watch?v=Xuj2YFZ5zME

its on my radar but i want to settle into HA first.

@Trainerbert
Copy link
Author

Thanks, I will integrate the Modbus solution.

@jurriaancap
Copy link

hmm i have been poking around, and found this part in the diagnostic file
"airState.ess.solarPowerExt": 0.0,
"airState.tempState.current": 24.5,
"airState.tempState.hotWaterTempMax": 55.0,
"airState.miscFuncState.awhpTempSwitch": 1.0,
"airState.miscFuncState.extraOp": 0.0,
"airState.2nd.tempState.airTempCoolMin": 16.0,
"airState.2nd.tempState.target": 17.0,
"airState.2nd.tempState.waterTempCoolMin": 5.0,
"airState.tempState.airTempHeatMax": 30.0,

no clue yet how to change it the entity though

@qemical
Copy link

qemical commented Dec 11, 2024

They set the pump incorrectly. Very classical of installer nowadays. If your pump is entirely for heating floor, you need to specify that the measure of temperature is WATER, and not AIR.

Its in the settings somewhere under USER of FUNCTION. I will take a look at home when I arrive.

@ollo69
Copy link
Owner

ollo69 commented Jan 5, 2025

I don't exactly know how your devices work (I don't have heat pump), so you should provide example about what you expect compared to what you see on integration and attach integration diagnostic so that I can search for right place where to get right value. Probably I'm just using wrong information!

@berndthiel
Copy link

Hey there,

I am using the Integration with my heat pump LG Therma V R290 and it works pretty good. But I don't understand which value is shown in the auto menu. In the picture you can see the heat pump shows the value of 17 degress. But where does it take this value from. It isn't the outdoor temperature and not a value from the heating curve.

image

@Trainerbert the 17° is a non-sense value here... correct should be "outside temp" and "target temp" which are relevant for auto mode based your seasonal settings you set on your lg display @ollo69 can you explain us what data this is?

@ollo69
Copy link
Owner

ollo69 commented Jan 5, 2025

Probably this is value from airState.tempState.outWaterCurrent in the payload.
If you download integration diagnostics and open it with a text editor, you can search payload name associated with value 17 and provide me information about payload name that seems provide the expected value, so that I can fix in the integration.

@qemical
Copy link

qemical commented Jan 5, 2025

Hey there,
I am using the Integration with my heat pump LG Therma V R290 and it works pretty good. But I don't understand which value is shown in the auto menu. In the picture you can see the heat pump shows the value of 17 degress. But where does it take this value from. It isn't the outdoor temperature and not a value from the heating curve.
image

@Trainerbert the 17° is a non-sense value here... correct should be "outside temp" and "target temp" which are relevant for auto mode based your seasonal settings you set on your lg display @ollo69 can you explain us what data this is?

You need to set it properly in the heat pump panel on your wall. Can you provide a picture of your panel?

As I said in the past, u have configure on air instead of water.

@berndthiel
Copy link

@ollo69 the challenge here is following

LG Heatpump you define a "lowest outside temp" > "target temp" and a "highest outside temp" > "target temp" and in "auto" the "target temp" should change on any change by outside temp

can you share what kind of data you see in debug?

@berndthiel
Copy link

Hey there,
I am using the Integration with my heat pump LG Therma V R290 and it works pretty good. But I don't understand which value is shown in the auto menu. In the picture you can see the heat pump shows the value of 17 degress. But where does it take this value from. It isn't the outdoor temperature and not a value from the heating curve.
image

@Trainerbert the 17° is a non-sense value here... correct should be "outside temp" and "target temp" which are relevant for auto mode based your seasonal settings you set on your lg display @ollo69 can you explain us what data this is?

You need to set it properly in the heat pump panel on your wall. Can you provide a picture of your panel?

@qemical yes we have to findout which data is correct one, cuase in auto the target temp will be changed by the heatpump depend your seasonal temp settings

@Trainerbert
Copy link
Author

Basically in the display of the heat pump you have 2 settings. The "auto" setting which targets the heat curve and in the auto mode you have a range of -5 to +5. So the fix would simply be if you set the climate table to auto it will have values from -5 to 5.
At the moment if you set it to auto then it shows 17° which is 0, 12° is -5 and 22° is +5.

@qemical
Copy link

qemical commented Jan 5, 2025

Hey there,
I am using the Integration with my heat pump LG Therma V R290 and it works pretty good. But I don't understand which value is shown in the auto menu. In the picture you can see the heat pump shows the value of 17 degress. But where does it take this value from. It isn't the outdoor temperature and not a value from the heating curve.
image

@Trainerbert the 17° is a non-sense value here... correct should be "outside temp" and "target temp" which are relevant for auto mode based your seasonal settings you set on your lg display @ollo69 can you explain us what data this is?

You need to set it properly in the heat pump panel on your wall. Can you provide a picture of your panel?

@qemical yes we have to findout which data is correct one, cuase in auto the target temp will be changed by the heatpump depend your seasonal temp settings

That is correct, but if its a heating floor by water, I always prefer to get in the panel the Water temperature. rather that air temperature.

@berndthiel , btw, did you update to 2025.1.1 and ? If you did, did dissapear your climate entity of the air to water pump?

EDIT: Forget about it. I just saw your issue open and @ollo69 already fixed it. Thanks a lot

@Trainerbert
Copy link
Author

Trainerbert commented Jan 5, 2025

When I set it on "heat" instead of "auto" I see the water target temperature.
Edit: Here some pics:
1 (1)
1 (4)
1 (3)
1 (2)

@qemical
Copy link

qemical commented Jan 6, 2025

When I set it on "heat" instead of "auto" I see the water target temperature. Edit: Here some pics: 1 (1) 1 (4) 1 (3) 1 (2)

Great. You have the same panel than me. Unfortunately I am at my parents for vacations and I will be bacl in a one week.

There is setting in the panel where you set if you want Air or Water. But I believe you have to enter into Installer Menu and it asks for a code. Let me rescue the manual I will send to you asap. In the meantime, look what my panel shows

image

As you can see in my climate, I can go from 5 to 65. And the 13º degrees shows the current water temp of the circuit.

THose values of 5 to 65 it can be also modify in the panel if I manage to send you the manual.

@Trainerbert
Copy link
Author

Yeah, I know :). I was in the menu and my last Picture is the setting where you can set it to water, air or water+air. I already use the modbus mod to get more values.

@qemical
Copy link

qemical commented Jan 6, 2025

Well.... I am not fluent in German :) . But the min and max temp can set in a menu where you have to insert a pin password.

I'll look for it.

Are you using the USB WiFi modem. How are you integrating the pump?

@Trainerbert
Copy link
Author

Trainerbert commented Jan 6, 2025

I know, the password is the firmware version. I know literal all settings. Otherwise you couldnt adjust the heat curve or use modbus. It is just a visual problem in ha, nothing else. Yes usb wifi modem and also waveshare for modbus.

@qemical
Copy link

qemical commented Jan 6, 2025

I know, the password is the firmware version. I know literal all settings. Otherwise you couldnt adjust the heat curve or use modbus. It is just a visual problem in ha, nothing else. Yes usb wifi modem and also waveshare for modbus.

Exactly. In that case. I have nothing to add here.

Did you experiment some crashes that modem disconnect from wifi and it requires the reboot of the pump? Happens to me many times when I change temperatures. A bit annoying.

@Trainerbert
Copy link
Author

Yes, like 2 times with the error "ch03".

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

5 participants