fboundy / pv_opt

Home Assistant PV Optimisation for Solis Inverters
Other
27 stars 6 forks source link

PV-OPT stopped working after update to 3.15.2 #244

Closed punkymuzzle closed 5 months ago

punkymuzzle commented 5 months ago

Describe the bug upgraded pv_opt to version 3.15.2 and all seemed to work well initially. However, the Dashboard no longer works and it seems like there are entities missing.
Looking at the logs it appears to be trying to load the solis config, but my inverter is SOLAX. So need to understand how to tell pv_opt to load the solax config

Logs attached also Screenshot attached below:

To Reproduce upgrade to 3.15.2

Expected behaviour Dashboard shows correctly in HA

Screenshots image image

Desktop (please complete the following information):

Smartphone (please complete the following information): N/A

Additional context Add any other context about the problem here. error.log pv_opt.log

fboundy commented 5 months ago

Do you read the release notes about the changes to the AppDaemon config? On 19 Jun 2024 at 22:41 +0100, punkymuzzle @.***>, wrote:

Describe the bug upgraded pv_opt to version 3.15.2 and all seemed to work well initially. However, the Dashboard no longer works and it seems like there are entities missing. Looking at the logs it appears to be trying to load the solis config, but my inverter is SOLAX. So need to understand how to tell pv_opt to load the solax config Logs attached also Screenshot attached below: To Reproduce upgrade to 3.15.2 Expected behaviour Dashboard shows correctly in HA Screenshots image.png (view on web) image.png (view on web) Desktop (please complete the following information):

• OS: RaspPi running HA

Smartphone (please complete the following information): N/A Additional context Add any other context about the problem here. error.log pv_opt.log — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

punkymuzzle commented 5 months ago

I saw there was an update and there was some mention of one of the repositories changing version? Is there an easy way to load and re-read the release notes? Assuming I need to do something in AppDaemon to reconfigure it? Just seen in the instructions to add this in the AppDaemon config:

  • pandas
    • numpy==1.26.4

So will give that a go.

Thanks

punkymuzzle commented 5 months ago

Yep that worked, thanks very much for the pointer.

fboundy commented 5 months ago

https://github.com/fboundy/pv_opt/releases/tag/3.15.2 On 19 Jun 2024 at 23:38 +0100, punkymuzzle @.***>, wrote:

I saw there was an update and there was some mention of one of the repositories changing version? Is there an easy way to load and re-read the release notes? Assuming I need to do something in AppDaemon to reconfigure it? Thanks — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

punkymuzzle commented 5 months ago

All working now, thank you very much for the help