hultenvp / solis-sensor

HomeAssistant integration for the SolisCloud PV Monitoring portal via SolisCloud API
Apache License 2.0
190 stars 41 forks source link

Issue with sensor.solis_daily_on_grid_energy. #353

Closed ccj2740 closed 3 months ago

ccj2740 commented 4 months ago

Anyone else be having issues with the : sensor.solis_daily_on_grid_energy

An example: Today it is showing 100.9 kWh to grid , but it should only be 10.9 kWh to grid. image

I am pretty sure that this was showing correct 2-3 weeks ago, so wonder why it changed for me and if i can change the . from "100.9 to 10.9" ?

ccj2740 commented 3 months ago

Here is another example of my issue: HA: image

Solis: image

It should only be 13.87 and not 138.7

hultenvp commented 3 months ago

@ccj2740 please check your workarounds.yaml in custom_components/solis Set correct_daily_on_grid_energy_enabled: false to let the integration stop correcting for an API bug. Let me know if this fixes it as the correction is by default switched off, so if you didn't change anything then it also shouldn't correct.

ccj2740 commented 3 months ago

@hultenvp I upgraded to 3.5.2 and it solved the problem. Thank you so much!!!...