Similar as the existing compensation (money) tracker for Return to Grid I would like to be able to see how much my investment in Solar panels has payed off over time. Monetarily speaking. Return On Investment.
“How much would I have payed for my consumed solar energy if I instead needed to buy it from the grid”. “Will it yield as much money as the sales guy promised me in their proposal.” “You will get your money back in x years”.
I think it could work almost exactly as the Return to Grid functionality. I already have a sensor that calculates this based on my current grid price. But it would be nice to get this into the Energy Dashboard accumulated over time.
Sure it feels good to save our climate and it would feel even better to know when my investment has payed of financially. Speaking like a true capitalist
Thank you for your work, markpurcell,
but I don’t understand your Configuration.
I mean, I get the idea, but I am wondering what value is in the sensor apf_solar2house: Current Watt, kWh in total? Why does it get divided by 1000?
And I was wondering, how is your Solar Benefit Integral configured (settings)?
Ah okay, that makes sense. Thank you for the explanation .
So, for the Riemann-Summenintegral, it would be Left Riemann sum, no Metric Prefix and Time h (hours)?
Hi @markpurcell , thanks for the excellent guide!
I was able to follow it and create the sensors & helpers, but struggle with the Apex Chart.
I don’t suppose you’d be willing to share the code for that?
However, i live in Denmark, where the cost of electricty changes for every hour. How would this be done with that?
I have a two sensors, one that always is the current cost, and one that is the current sales price of electricty.
No sorry.
I’m very new to templates, which i’m guessing it is, your solution?
I have these sensors available
sensor.power_meter_consumption
sensor.inverter.daily_yield
sensor.power_meter_exported
sensor.energi_data_service - which is the current price of eletricity, updated every hour.
sensor.nettopower_salg - which is the current SALES price of eletricity, updated every hour.
Can your solution work with these sensors? @markpurcell
But this is just a running sensor, it doesn’t calculate my total savings, just what i’m saving right now, this second.
EDIT2:
Think i got it, i didn’t know that rieman and utilty meter was helpers xD Never used them
If it doesn’t work, ill get back to you, thanks for the help!