golles / ha-kamstrup_403

Custom component that integrates the Kamstrup 403 heating system into Home Assistant. This component does also support a few other heating systems
MIT License
70 stars 10 forks source link

Cooling values #34

Closed TGgrimreaper closed 1 year ago

TGgrimreaper commented 1 year ago

Did you read the instructions?

The request

Our cityheating has to option to cool. I only see data about heating. Is the cooling data also possible to add?

Additional information

No response

golles commented 1 year ago

I think you should implement these yourself and create a PR to integrate it here, as my setup is only for heating so I won't be able to test it.

This isn't super hard to do, you need to add sensors to DESCRIPTIONS in https://github.com/golles/ha-kamstrup_403/blob/main/custom_components/kamstrup_403/sensor.py#L21

For example like this one: https://github.com/golles/ha-kamstrup_403/blob/main/custom_components/kamstrup_403/sensor.py#L224-L231 The key field is the command to send to the meter, the other fields speak for themselves I think?

Finally, you need to make sure that the units for cooling are working/present in: https://github.com/golles/ha-kamstrup_403/blob/main/custom_components/kamstrup_403/kamstrup.py#L24-L90

TGgrimreaper commented 1 year ago

Okay, how do i get key#? I assume the cooling has its own # or do i need tk read that data with kamstrup software to find it?

golles commented 1 year ago

According to 12.3 on this page: https://www.manualslib.com/manual/1595756/Kamstrup-Multical-403.html?page=114 your energy provider should be able to get this from Kamstrup

github-actions[bot] commented 1 year ago

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[bot] commented 1 year ago

This issue was closed because it has been stalled for 5 days with no activity.