Skip to content

Calculate feedin tariff #16465

Oct 2, 2024 · 2 comments · 7 replies
Discussion options

You must be logged in to vote

got it

  feedin:
    type: custom
    price:
      source: http
      uri: http://localhost:7070/api/state
      jq: (.result.tariffGrid / (1 + 0.2) - 0.1) * 10 * 0.08 - 0.02167

the actual grid price is recalculated to the price without tax and charges
(.result.tariffGrid / (1 + 0.2) - 0.1) (where 0.2 is tax and 0.1 is charges)

and then the feedin price is calculated

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
6 replies
@wardwygaerts
Comment options

@VolkerK62
Comment options

@wardwygaerts
Comment options

@VolkerK62
Comment options

Answer selected by wardwygaerts
@wardwygaerts
Comment options

@VolkerK62
Comment options

Comment options

You must be logged in to vote
1 reply
@wardwygaerts
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants