djansen1987 / SAJeSolar

SAJ eSolar Portal Sensors
GNU General Public License v3.0
21 stars 13 forks source link

Fix session close #66

Closed krahabb closed 8 months ago

krahabb commented 8 months ago

Hello,

Thank you for your work on this topic!

I've started using this repo and found some issues (reported in HA logs) which I've tried to fix.

Namely:

Before applying this fixes (after initially installing and configuring the integration in my production HA instance), my HA instance completely lost connection to NabuCasa cloud (this happened 1 or 2 days after installation). I did not check the reason for this but my setup was stable before installing SAJeSolar and I suspect the 'non awaited task bug' resulting from the original code was somehow killing the internal resources for the python interpreter leading to the loss of web connectivity.

At any rate, this branch is now under test in my production HA and it is working without loss of HA connectivity so I 'guess' this PR is stable

djansen1987 commented 8 months ago

Thank you very much, looks all good!