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

Entity's "climate.hc_LWT Abs_Cooling" and "climate.hc_LWT Abs_Heating" not available #111

Open
MasterRubke opened this issue Jul 12, 2024 · 5 comments

Comments

@MasterRubke
Copy link

The entity for setting the leaving water temperature is not available.
The only climate entity's available are for deviation.

2024-07-12

@MasterRubke MasterRubke changed the title Entity climate.hc_LWT Abs_Cooling and climate.hc_LWT Absnot available Entity climate.hc_LWT Abs_Cooling and climate.hc_LWT Abs_Heating not available Jul 12, 2024
@MasterRubke MasterRubke changed the title Entity climate.hc_LWT Abs_Cooling and climate.hc_LWT Abs_Heating not available Entity's "climate.hc_LWT Abs_Cooling" and "climate.hc_LWT Abs_Heating" not available Jul 12, 2024
@Arnold-n
Copy link
Owner

This is intentional, at least in the current version (subject to discussion on reconfiguration of climate entities). You cannot set LWT yourself if your system operates in weather-dependent mode, only the deviation of LWT as calculated by the WD curve. The Deviation_* climate entities will be reconfigured to LWT_* climate entities if you switch your system from WD mode to ABS mode (which can be done from HA).

@Staacks
Copy link

Staacks commented Jul 15, 2024

Not sure if this is the case for @MasterRubke, but I noticed an edge case that might add to the confusion:
On my heatpump one does not set WD and ABS mode globally, but WD/ABS is set independently for heating and cooling.

In my case it was set to WD for heating and ABS for cooling by default (or the installer). The bridge showed the WD setting of heating and disabled the ABS controls for cooling with the result that the heating controls were fine, but I could only control relative temperature of cooling which had no effect as the heatpump was using the absolute setting.

@Arnold-n
Copy link
Owner

Thanks, that might explain it. In that case we would need to search for the bits and bytes that report and control WD/ABS mode in cooling mode; I will add some monitoring code to P1P2MQTT-bridge later this week, perhaps this evening, to support this search.

@MasterRubke
Copy link
Author

MasterRubke commented Jul 16, 2024

Putting the system in ABS-mode solved the problem. I can now set the LWT temperature.

Staacks comment is partially true for me. I can not set the heating and cooling modes separate.
Instead my system has 3 operating modes:
1: ABS
2: WD for heating / ABS for cooling
3: WD
So for me it would be the same entity, only adding a third option "WD/ABS"

Is there a way where i can check the value of the parameter? I think over TELNET but i don't know the command yet.
I am new to this matter. :)

@Staacks
Copy link

Staacks commented Jul 16, 2024

Oh, sorry, you are right, it is also not entirely independent for me:
image

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

3 participants