Price template: Tauron G12W + Tauron G12W #9
Replies: 4 comments 2 replies
-
Why you define here exchange_rate? The data acquired from TGE is in PLN. |
Beta Was this translation helpful? Give feedback.
-
I found a bug in this code. You set is_peak in the loop but this is only local setting. Specifically, the set statement inside the loop only updates is_peak locally within that specific iteration of the loop. It does not persist the change to is_peak across subsequent iterations of the loop. Solutions is here. You can experiment with static tmp_hour value and see how ns.is_peak is changed over the loop.
|
Beta Was this translation helpful? Give feedback.
-
It is worth mentioning that peak_distribution_rate, offpeak_distribution_rate, and market_access_fee modifiers in this template must be defined in the unit PLN/MWh, regardless of the unit setting in the add-on setup. |
Beta Was this translation helpful? Give feedback.
-
dzień dobry, chciał bym prosić o pomoc bo nie mam pojęcia jak wypełnić wartościami ten szablon cenowy dla tauron, zaznaczam że nie jestem żadnym programistą itp:/ z góry dziękuję |
Beta Was this translation helpful? Give feedback.
-
Your electricity invoice contains two things: Price of electricity and price of distribution.
One is money you left in power plant for making energy, other one you left to your grid operator for connecting power plant to your utility meter.
To fully maximize price reduction, it's wise to combine dynamic prices with distribution tariff that are cheaper near peak renewables generation, let's say it's G12W.
I'm showing you template to be used as Fixing 1 price to factor prices of G12W distribution tariff into resulting price.
You need to prepare two input_number entities that return price gr/kWh for delivering electrons to your home.
input_number
for comission that Tauron takes for access for dynamic tariffs (~0,11 PLN/kWh if I remember correctly)Beta Was this translation helpful? Give feedback.
All reactions