Skip to content

Dynamischer Einspeisetarif #18476

Discussion options

You must be logged in to vote

das ist ein bissel von hinten durch die brust: du musst den dynamischen grid tarif
von evcc abfragen, alle steuern und zuschlaege herausrechnen und dann in die neue jq-formel stecken:

tariffs:
  currency: EUR # three letter ISO-4217 currency code (default EUR)
  grid:
    type: entsoe # Entso-E european market data
    domain: BZN|BE 
    securitytoken: 95e3dfaa...
    formula: ((price * 1.07 + 0.0013) + 0.15858) * 1.21
  feedin:
    # see https://github.com/evcc-io/evcc/discussions/16465
    type: custom
    price:
      source: http
      uri: http://localhost:7070/api/state
      jq: (((.result.tariffGrid/1.21 - 0.15858-0.0013)/1.07) * 0.86) - 0.005

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hpgoat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants