Skip to content

Add sensors for heating.power.consumption dhw+heating+total #1

@tlinnet

Description

@tlinnet

Fix for home-assistant/core#155695

  • Vitocal 252-A

values of heating.power.consumption.summary.dhw and heating.power.consumption.summary.heating is not being updated. A reboot of the "Communication module" in the ViCare Android App would update the values, but then become frozen day after.

But following values seems indeed to update nicely. heating.power.consumption.dhw, heating.power.consumption.heating and heating.power.consumption.total.

They can be extracted via these JSON Path's:

$.data[?(@.feature == 'heating.power.consumption.dhw')]
$.data[?(@.feature == 'heating.power.consumption.heating')]
$.data[?(@.feature == 'heating.power.consumption.total')]
# Then extract year value
$.properties.year.value[0]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions