Open zibous opened 4 years ago
This is apparently normal.
I recommend that you read these forum post https://community.home-assistant.io/t/utility-meter-configuration-is-this-correct/102322
And this integration https://www.home-assistant.io/integrations/integration/
@gieljnssns Thanks for the information. It works with the Integration - Riemann sum integral solution, but only if I calculate and use the value from daily_energy:
curr_energy = daykw - daykw_prev
daykw_prev: 4.88
daykw: 5.13
curr_energy: 0.25
But there are also deviations here. Will try infulxdb + grafana.
https://gitlab.com/clevercrib/energy-dashboard https://clevercrib.net/visualise-energy-consumption-with-grafana/
You should try this custom component https://github.com/rcasula/kostalpiko-homeassistant My Kostal inverter is broken so I can't test any new versions
Describe the bug I don't understand why the values of utility_meter (daily) do not match the kostal_piko_daily_energy? The values of the utility_meter sensor are much higher than those of the kostal_piko_daily_energy?
Config yaml
Additional context
I am doing something wrong in the configuration.