Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Huge discrepancy between Solis data and meter reading

2»

Comments

  • Registered Users, Registered Users 2, Paid Member Posts: 9,636 ✭✭✭10-10-20


    If you're seeing variation between ESB reported and inverter reported energy sensor while using Home Assistant, have a look at the integration method used by the HA sensor.

    In my view a generic CT clamp isn't a precision instrument and only has a loose physical-link to the current conductor, so there's that element of loss of precision. Secondly there's the update interval too, having that too far apart is going to reduce the precision of the calculation and that will lead to the integration calculation being significantly off.

    Just as a test, I'll configure a set of different integrations and see what I get at the end of the day. I suspect that it won't be off by much as the sensor reports back very frequently, but a less chatty sensor would lead to a bigger difference.

    # Integration calculation testing:
    
      - platform: integration
        source: sensor.shelly_em_esb_meter_channel_1_power
        name: test_shelly_em_LEFT_power_daily_energy
        method: left
        unit_time: d
        unit_prefix: k
        round: 3
    
      - platform: integration
        source: sensor.shelly_em_esb_meter_channel_1_power
        name: test_shelly_em_RIGHT_power_daily_energy
        method: right
        unit_time: d
        unit_prefix: k
        round: 3
    
      - platform: integration
        source: sensor.shelly_em_esb_meter_channel_1_power
        name: test_shelly_em_trapezoidal_power_daily_energy
        method: trapezoidal
        unit_time: d
        unit_prefix: k
        round: 3
    
    # END Integration calculation testing
    


  • Registered Users, Registered Users 2 Posts: 3 tigertoo


    Hi all,

    Having a Solis inverter installed since June I am happy to say the readings are very accurate. Comparing detail from ESB reported consumption and export I have the following detail for September 2024.

    ESB

    Import:  575.8 Kwh

    Export: 334.8 Kwh

    Solis Inverter

    Import: 570.24 Kwh

    Export: 331.44 Kwh

    BTW the 5min sample is an avg of the last 5 min so while you may not get some peaks the result should be accurate enough.



Advertisement