this post was submitted on 17 Aug 2023
36 points (100.0% liked)
homeassistant
14929 readers
33 users here now
Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.
Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation
Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I like knowing my daily production and keeping that on my mushroom dashboard. That's not an ootb metric on my SolarEdge system, but lifetime energy is. So I have an automation that records the total each night into a helper, and a Mushroom Template Chip card that does the math for me. It's simple but it does the job.
type: template content: >- Today: {{(states('sensor.solaredge_ac_energy_kwh')|float - states('input_number.solar_kwh_yesterday')|float )|round(2)}} kWh icon: mdi:chart-line
Nice one. My system has that with its integration which is good. I'm yet to put it into a graph. The part missing from mine is working out how much I'm using from the grid.