Netherlands: EnergyZero #47
Replies: 3 comments 9 replies
-
Thanks! I’m waiting for the API and than I will try this. When it’s works, I will let you know 😀 |
Beta Was this translation helpful? Give feedback.
-
Energy taxes have been changed in 2023. Also, EnergyZero has changed their extra costs. {% set s = { |
Beta Was this translation helpful? Give feedback.
-
GreenChoice uses EneryZero as their sub-provider for energy with dynamic prices. Are the costs the same? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
{% set s = {
"extra_cost": 0.013504587,
"energie_belasting": 0.036788991,
"ode_belasting": 0.030504587
}
%}
{{(current_price + s.extra_cost + s.energie_belasting + s.ode_belasting) | float}}
Beta Was this translation helpful? Give feedback.
All reactions