home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.11k stars 29.79k forks source link

Display thermal energy in ViCare integration #122328

Open ant-thomas opened 1 month ago

ant-thomas commented 1 month ago

The problem

The ViCare app shows Thermal Energy produced for my Vitocal 150-A ASHP but the integration doesn't seem to show this data.

Energy used for DHW and Heating show as entities, but Thermal Energy produced doesn't.

I have separate CT Clamps on the circuits feeding the Outdoor Unit and Indoor Units so I can see a true energy consumption as the consumption stats provided by ViCare aren't accurate. This would enable me to calculate true COP values.

Is it possible to get this added?

What version of Home Assistant Core has the issue?

core-2024.4.3

What was the last working version of Home Assistant Core?

core-2024.4.3

What type of installation are you running?

Home Assistant OS

Integration causing the issue

vicare

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

ant-thomas commented 1 month ago

@CFenner Are you able to take a look?

CFenner commented 1 month ago

I think that value is not yet added. Please provide a diagnostic info. Despite that I'm on vacation, so expect some delay.

ant-thomas commented 1 month ago

Sorry, please enjoy your holiday 😊

home-assistant[bot] commented 1 month ago

vicare documentation vicare source

CFenner commented 1 month ago

@ant-thomas can you provide a diagnostics file from within home assistant?

ant-thomas commented 1 month ago

Is this what you're looking for? config_entry-vicare-e9b73d6d4291eacca11b9573e8cce944-1.json

CFenner commented 1 month ago

The file is showing the API reply for your device. Can you point me to the endpoint that you would like to have as an entity?

ant-thomas commented 1 month ago

It doesn't seem to be in the API reply. Only energy stats look to be consumption. Nothing around Thermal energy produced. Does this mean it's not possible? Or would it require Viessmann to add it?

ant-thomas commented 1 month ago

1000137257 1000137256 Examples of the info from the app

CFenner commented 1 month ago

You probably need to have the extended api. You can try to sign in for the 30 day trial and get the diagnostics again. You can have a look at the api docs. The App does not have this constraints.

ant-thomas commented 1 month ago

Looking like I can't subscribe to the extended api in the UK

CFenner commented 2 days ago

@home-assistant rename Display thermal energy in ViCare integration