flixlix / energy-flow-card-plus

An upgraded Energy Distribution Card for Home Assistant, with added features like Individual Devices and refined UI enhancements, while maintaining the Energy Dashboard's original design.
142 stars 7 forks source link

Separate entities for low and high tariff for grid consumption and production #97

Open vctrade opened 9 months ago

vctrade commented 9 months ago

P1 meters in the Netherlands do not report a total consumption or production but this is split into

Consumption low Consumption high Production low Production high

therefore only being able to select one consumption and one production is not the complete picture.

Many thanks I love the power and energy flow cards!

StanAnsems commented 6 months ago

@vctrade I think you might be able to fix this by adding both entities in a list.

type: custom:energy-flow-card-plus
entities:
  grid:
    entity:
      consumption:
        - sensor.electricity_meter_energieverbruik_tarief_2
        - sensor.electricity_meter_energieverbruik_tarief_1
      production:
        - sensor.electricity_meter_energieproductie_tarief_2
        - sensor.electricity_meter_energieproductie_tarief_1

Please correct me if i'm wrong?

pikkemans commented 1 month ago

You are correct @StanAnsems! This works like a charm.