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

Support for multiple Heatpumps #16

Closed
onemorename opened this issue Sep 19, 2022 · 2 comments
Closed

Support for multiple Heatpumps #16

onemorename opened this issue Sep 19, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@onemorename
Copy link

As i try to open a second and/or third heatpump the existing sensor values are overwritten by the new one's.

It would be great if multiple Heatpumps could get added - as this would allow to montor & track the performance and efficiency of them in parallel

@BenPru
Copy link
Owner

BenPru commented Nov 16, 2022

@onemorename I have create a new branch multiple_heatpumps for this.
I try to implement the changes for multiple heatpumps in it. Currently it's still work in progress.

At the moment the sensors are prefixed with the domain (luxtronik2) e.g. "sensor.%domain%*".
Another heatpump creates the same sensors and they are overwritten.
The integration name is default the ip address of the heatpump.
This branch changes the sensor prefix from domain if the integration name is unequal to the ip address.
E.g. "sensor.%integration_name%
*"
The device names are also extended with the integration name:

  • "Heatpump S/N %sn%" --> "Heatpump %integration_name% S/N %sn%"
  • "Heating" --> "Heating %integration_name%"
  • "Domestic water" --> "Domestic water %integration_name%"

@BenPru
Copy link
Owner

BenPru commented Dec 20, 2022

@BenPru BenPru closed this as completed Sep 10, 2023
@BenPru BenPru unpinned this issue Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants