cyberjunky / home-assistant-toon_boilerstatus

This component reads and displays the boiler status values from a rooted Toon thermostat.
MIT License
11 stars 4 forks source link

Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for toon_boilerstatus #4

Closed wwolkers closed 4 years ago

wwolkers commented 4 years ago

Since homeassistant 109 the following warning shows up in the logs: 2020-05-02 12:11:39 WARNING (MainThread) [homeassistant.util.async_] Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for toon_boilerstatus doing I/O at custom_components/toon_boilerstatus/sensor.py, line 111: self._data = requests.get(self._build_url(), timeout=10, headers={'accept-encoding': None}).json()

cyberjunky commented 4 years ago

Wouter, please update to latest version (either via HACS or gitHub Repo) it was fixed.

wwolkers commented 4 years ago

Wow, I checked and did not get any updates in HACS... weird. Now I see that there is a newer version, yes. just updated, issue resolved. Sorry about that.