Replies: 4 comments
-
You will need to add at least one meter to get import/export or self consumption data. If you have a consumption meter you can calculate import/export, and if you have an import/export meter you can calculate self consumption. |
Beta Was this translation helpful? Give feedback.
-
I do have 3 meters on my main inverter and one on my second inverter This is the current live output on HASS Prometheus: |
Beta Was this translation helpful? Give feedback.
-
If you look under the device (or in the device entity sensor attributes) it will tell you what kind of meter they're configured as so you know how to use the data. As far as actually calculating all the info, I don't have any example of that myself but I would be happy to add examples to the wiki if someone has some. |
Beta Was this translation helpful? Give feedback.
-
yes I see this..both my M1s are "Production" and the M2 says "Import/Export" (Firmware 75): Device info |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is not a bug report but rather a request for better understanding.
Background:
I have two inverters with one battery connected to each inverter.
What I want is to know at any given time:
How many power is being produced by my solar cell per inverter
How much power is being exported to the grid (per inverter or in total)
How much power is being used by my home (per inverter or in total)
How much power is being imported from the grid (per inverter or in total)
How much power is being used to charge my batteries (per inverter)
How much power is used from my batteries (per inverter).
I do want these values in "power" (Watts) to visualize the actual flow of power.
At the end of a day I am also interested in the energy (kwh) of
Energy Exported to Grid (Net-Metering)
Energy Used to feed the home
Energy used to charge the batteries
Energy Imported from Grid
Energy produced by Solar
I am sure all the values are there, but its hard to figure out exactly what values need to be calculated in what way to get to these numbers.
All my values collected are exported via Prometheus to Grafana and visualization happens there. HASS is just the "collector".
Any help is very appreciated
Beta Was this translation helpful? Give feedback.
All reactions