kellerza / pysma

Async library for SMA Solar's WebConnect interface
MIT License
59 stars 51 forks source link

Increace async_timeout #44

Closed gigatexel closed 3 years ago

gigatexel commented 3 years ago

Since the new firmware for SUNNY BOY 1.5 / 2.0 / 2.5 (version 3), the webinterface of solar invertors is increasingly slow and seems to "sleep" after some time. The current 3 second timeout is to low for the Webinterface to start up, causing unnecassary timeouts.

Tested on my own installation and this fixes all timeout issues.

kellerza commented 3 years ago

Thanks @gigatexel ! 🎉

Do you use this in HomeAssistant?

gigatexel commented 3 years ago

Yes. What needs to be done to merge this into HA?

newtoGitHub :-)

gigatexel commented 3 years ago

@kellerza I manually edited the file in my HA install, but how can we make this merge into HA Core?