estimated_energy_cost_total:
friendly_name: Estimated energy cost total
icon_template: mdi:cash
unit_of_measurement: "SEK"
value_template: "{{ (states('input_text.electricity_price_per_kwh')|float) * (states('sensor.home_energy')|float) }}"
input_text.electricity_price_per_kwh is a helper where I define my fixed cost per kWh (in my case the value is â2.02â) (thank you Swedish government for increasing it with about 100% lately lol)
sensor.home_energy is a Powercalc group sensor that accumulates all my home energy consumption in total.
What I do then is that I create Utility meters as helpers for tracking it periodically:
Swedish: Jag hade EON 0.60 öre fram till 1 nov. Nu har jag Fortum 120 öre 3 Är framÄt. TÀnk pÄ att du ska rÀkna med energiskatten och nÀtavgiften med för att du ska fÄ fram ditt totala pris. I mitt fall Àr 2.01 SEK/kWh alltsÄ 120 öre + skatt och avgifter frÄn EON.
Would like to have an entity that shows the cost today in SEK (and resets every night) and one entity showing the cost of the month (and resets every month).
Hi Guys. I might be a little off topic.
Has anyone managed to create entity which adds daily charge in to the total used energy?
I have 2 tariffs meter which I know how to automate it so they calculate peak and off peak separately. I am trying to figure out how to add daily charge in to daily usage. Basically my bill is made of 3 charges.
Peak time usage (ÂŁ/kWh) plus off peak usage (ÂŁ/kWh) and daily charge (ÂŁ/day).
Can anyone help please?