SebuZet / samsungrac

Home Assistant Climate Device for controlling (not only) Samsung AC
64 stars 31 forks source link

Detected I / O inside the event loop #22

Open KameDomotics opened 4 years ago

KameDomotics commented 4 years ago

Hi, from version 0.109 to current version 0.114 there is still the problem of the warning:

“Detected I / O inside the event loop. This is causing stability issues. Please report issue to the custom component author for climate_ip doing I / O at custom_components / climate_ip / connection_request.py, line 89: resp = session.request (** self._params)"

When will the Climate_ip component be updated? Thanks

atxbyea commented 3 years ago

I have no such error in my installation, been running it since 0.96.

itssimon commented 2 years ago

This issue still exists. My logs show the following warning on every restart of HA:

Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for climate_ip doing I/O at custom_components/climate_ip/connection_request.py, line 105: resp = session.request(**self._params)

Any ideas how this could be addressed?