hllhll / HomeAssistant-EKON-iAircon

EKON iAircon / Tadiran climate component written in Python3 for Home Assistant. On the bases of Gree Climate component for easier interfacing with HASS
GNU General Public License v3.0
14 stars 7 forks source link

Detected I/O inside the event loop #6

Closed yosiyaffe closed 4 years ago

yosiyaffe commented 4 years ago

Describe the bug using the latest ekon version + HA 0.111.4

To Reproduce on load in log will show

Logger: homeassistant.util.async Source: util/async.py:120 First occurred: 12:27:21 AM (3 occurrences) Last logged: 12:27:22 AM

Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for ekon doing I/O at custom_components/ekon/climate.py, line 219: result = self._http_session.post(url, params=url_params, data="") Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for ekon doing I/O at custom_components/ekon/climate.py, line 200: result = self._http_session.get(url)

Configuration

- platform: ekon
  name: "Main account"
  username: "xxxxxxx"
  password: "xxxxxxx"
  base_url: https://www.airconet.xyz/

Platform: