-
As I'm working towards using grottserver and dropping growatt.com (and ShinePhone App), I would like to replicate some key statistics that Growatt provide in the Web Interface/App but for the life of me I can't get numbers to even vaguely align for the 6 key metrics. Taking September as the month, Growatt WI/App has
From Home Assistant, via
I get different values, wildly different for consumption and import, with the exception of Solar which is 100% accurate.
Has anyone, with an SPH inverter, managed to replicate the key statistics and metrics from the Growatt WI/App in their Home Assistant setup? If so, what are your sensor definitions and can you share the .yaml file(s) to match. I'm getting the following values into mqtt via grott
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
So I decided to do a validation against what Growatt states as the calculation for the non-new inverters of which my SPH3600 is one. System Production = (Epvtoday + Edischarge1Today - Echarge1Today)
Using sensor data in Home Assistant, for a specific time today that calculation results in At the same time, the Growatt web portal shows the System Production as 6.8kWh So using what are apparently the same sensors and the same calculation, an entirely different result. Suggesting the calculation method that Growatt states is not how it actually calculates this particular sensor. So whilst I did create a template to define this for myself (as below), it is fairly pointless if the numbers are going to be wildly inaccurate still.
|
Beta Was this translation helpful? Give feedback.
-
After spending some time checking sensor values at different times of the day with the Growatt portal/App, I believe I've now got a reasonable set of sensors to use. They are rarely an exact match for what the Growatt portal/App shows, but they're close enough to consider as authoritative values to work from going forward if I move to grottserver. To make it much easier for me to track these, I have set up Helpers in Home Assistant of the Utility Meter type. So the virtual Utility Meters are created as below, but all with the base configuration of UM System Production UM Solar Generation UM Load Consumption UM Self Consumption UM Export to Grid For Import, the Growatt portal/App doesn't classify grid import used to charge the battery as import, hence why normal import sensors are wildly different. UM Import from Grid
|
Beta Was this translation helpful? Give feedback.
After spending some time checking sensor values at different times of the day with the Growatt portal/App, I believe I've now got a reasonable set of sensors to use. They are rarely an exact match for what the Growatt portal/App shows, but they're close enough to consider as authoritative values to work from going forward if I move to grottserver.
To make it much easier for me to track these, I have set up Helpers in Home Assistant of the Utility Meter type.
So the virtual Utility Meters are created as below, but all with the base configuration of
Reset Cycle: Monthly
Net consumption: false
Delta values: false
Periodically resetting: true
UM System Production
Name: sensor.um_system_produc…