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

Improve support for COP computation #118

Merged
merged 1 commit into from
Oct 8, 2023
Merged

Improve support for COP computation #118

merged 1 commit into from
Oct 8, 2023

Conversation

kamaradclimber
Copy link
Owner

We now recompute COP from mqtt message instead of doing a dance with dynamic templates.
It allows to support multiple heatpumps easily and support users who would change entity_ids.

Fix #90

We now recompute COP from mqtt message instead of doing a dance with
dynamic templates.
It allows to support multiple heatpumps easily and support users who
would change entity_ids.

Fix #90
@kamaradclimber kamaradclimber merged commit d211878 into main Oct 8, 2023
@Bucky2k
Copy link
Contributor

Bucky2k commented Oct 8, 2023

Is this a breaking change? Former COP value changes to "unknown" after update from 1.2.0 to 1.2.2 and stay like that.

@kamaradclimber
Copy link
Owner Author

It is in unknown state when there is no power production/consumption. Previous sensor would return a cop of 0.
Which behavior do you think would be the most relevant?

@Bucky2k
Copy link
Contributor

Bucky2k commented Oct 8, 2023

In terms of data recording (influxdb) I preferred the 0.0 at idle

@Bucky2k
Copy link
Contributor

Bucky2k commented Oct 8, 2023

Also, the naming prefix for all other values is Aquarea. Aquarea COP instead of just COP would be more consistent, right?

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

Successfully merging this pull request may close these issues.

sensor.aquarea_cop
2 participants