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

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

Open
vctrade opened this issue Nov 17, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@vctrade
Copy link

vctrade commented Nov 17, 2023

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!

@vctrade vctrade added the enhancement New feature or request label Nov 17, 2023
@StanAnsems
Copy link

StanAnsems commented Feb 13, 2024

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants