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

Tariffs: add time-dependent charges (peak and off-peak) #12371

Open
andig opened this issue Feb 20, 2024 · 1 comment
Open

Tariffs: add time-dependent charges (peak and off-peak) #12371

andig opened this issue Feb 20, 2024 · 1 comment
Labels
backlog Things to do later

Comments

@andig
Copy link
Member

andig commented Feb 20, 2024

Refs #12331 (reply in thread), #12690

@andig andig added the backlog Things to do later label Feb 20, 2024
@Maergsche
Copy link

Mit: 0.124.9+1710209577

Fehlermeldung,:
`[ main ] ERROR 2024/03/12 05:42:10 failed configuring grid tariff:
cannot create tariff type 'energinet': 1 error(s) decoding:

  • '' has invalid keys: zones`

Konfiguration:

tariffs:
  currency: DKK
  grid:
    type: energinet
    region: dk1
    charges: 0.966
    zones:
      - days: Mo-So
        hours: 0-6
        price: 0.11012
      - days: Mo-So
        hours: 6-17
        price: 0.33035
      - days: Mo-So
        hours: 17-21
        price: 0.99105
      - days: Mo-So
        hours: 21-0
        price: 0.33035
    tax: 0.25
  feedin:
    type: energinet
    region: dk1
    charges: -0.01
    tax: 0.0```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Things to do later
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants