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

Home Assistant Configuration for K/L Version #568

Open
krzbor opened this issue Oct 29, 2024 · 7 comments
Open

Home Assistant Configuration for K/L Version #568

krzbor opened this issue Oct 29, 2024 · 7 comments
Labels

Comments

@krzbor
Copy link

krzbor commented Oct 29, 2024

A new YAML file for Home Assistant has just been released. It is worth preparing a version for the K/L series pumps. These pumps report information about consumed and generated energy differently.

The following entries need to be modified:

#TOP15 - Heat power produced XTOP3
- name: Aquarea Heat Power Produced
  state_topic: "panasonic_heat_pump/extra/Heat_Power_Production_Extra"
  unit_of_measurement: "W"
  device_class: "power"
  state_class: "measurement"
  force_update: true

#TOP16 - Heat power consumed XTOP0
- name: Aquarea Heat Power Consumed
  state_topic: "panasonic_heat_pump/extra/Heat_Power_Consumption_Extra"
  unit_of_measurement: "W"
  device_class: "power"
  state_class: "measurement"
  force_update: true

#TOP38 - Cool power produced XTOP4
- name: Aquarea Cool Power Produced
  state_topic: "panasonic_heat_pump/extra/Cool_Power_Production_Extra"
  unit_of_measurement: "W"
  device_class: "power"
  state_class: "measurement"
  force_update: true

#TOP39 - Cool power consumed XTOP1
- name: Aquarea Cool Power Consumed
  state_topic: "panasonic_heat_pump/extra/Cool_Power_Consumption_Extra"
  unit_of_measurement: "W"
  device_class: "power"
  state_class: "measurement"
  force_update: true

#TOP40 - DHW power produced XTOP5
- name: Aquarea DHW Power Produced
  state_topic: "panasonic_heat_pump/extra/DHW_Power_Production_Extra"
  unit_of_measurement: "W"
  device_class: "power"
  state_class: "measurement"
  force_update: true

#TOP41 - DHW power consumed XTOP2
- name: Aquarea DHW Power Consumed
  state_topic: "panasonic_heat_pump/extra/DHW_Power_Consumption_Extra"
  unit_of_measurement: "W"
  device_class: "power"
  state_class: "measurement"
  force_update: true
@geduxas
Copy link
Contributor

geduxas commented Oct 29, 2024

Make change's and PR. I doubt anyone still using manual setup.. but if anyone is required, so why not.

@krzbor
Copy link
Author

krzbor commented Oct 29, 2024

And which configuration in HA should it use?

@geduxas
Copy link
Contributor

geduxas commented Oct 29, 2024

Heishamon integration over HACS, https://github.com/kamaradclimber/heishamon-homeassistant

@krzbor
Copy link
Author

krzbor commented Oct 29, 2024

This requires installing HACS, and not everyone wants that. By editing YAML, I was able to remove items from dropdown lists, translate dropdown options into the native language, add a "utility_meter," round results to whole numbers, etc.

@geduxas
Copy link
Contributor

geduxas commented Oct 29, 2024

Ok, it's up to you :) everyone is able to choose. So if you think it should be in yaml, so please make changes and just PR code..

@krzbor
Copy link
Author

krzbor commented Oct 29, 2024

I described the changes that need to be made in the YAML file for K/L pumps. It took me some time to find the issue with incorrect power information. The MQTT HeishaMon documentation does not include this information. Fortunately, there is the source code.

Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants