maybe someone can help me. I added my Solar System and my Power Meter to HA.
I was able to add my KWH from my Solar via the Riemann Integration. All works fine (I can double check it with another app and compare the data)
For the Consumption I added the Offpeak/Onpeak Utility Meter … that worked also well.
My problem is the Utility Meter (Consumption) is off by *10
it tracks 0.46 kwh see in the screenshot but in reality it is 4.6 kwh
Is there any way to multiply the Utility Meter data by 10? I am a bit lost I found some topics to this multiply a value but I also can’t modify the utility meter with yaml it seems?
Is the source energy sensor giving the correct values?
I’m not familiar with the Riemann sum integration or why you might use that instead of the raw solar sensor but i wonder what the utility meter (or another one as a comparison) would look like if you base it on the raw sensor?
I mean the number is 100% correct it’s just off by 10 , so how can I multiply this sensor by *10 so it tracks the correct number.
Right now it tracks 0.99 KWH but in reality today I used 9.99 KWH
maybe someone knows that because I didn’t find a way to modify the utility meter helper and I didn’t find a way that was logic to me to create another helper that modifies by 10?
No Riemann sum integrator needed.
Solar:
As you mention the Riemann Sum integrator, my solar inverter sends the data in Watt. So to calculate the KWH you can use the Riemann sum integration. Problem solved. The Solar side is not the problem
Now I wait 1-2 hours and see the results. Looking good so far lets see in 1 hour
Really weird why the sensor reports like that seems to be some integration problem with the Huawei Solar Integration getting the data because on the FusionSola App from Huawei it reports the right way without having to multiply it by 10