gieljnssns / kostalpiko-sensor-homeassistant

A custom component to get the readings of a Kostal Piko inverter
MIT License
12 stars 18 forks source link

Detected I/O inside event loop #16

Open hubermi opened 4 years ago

hubermi commented 4 years ago

This warning was shown in the logs after integrating the kostal custom component:

Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for kostal doing I/O at custom_components/kostal/sensor.py, line 250: self.info = self.piko._get_info()

Propably this should be moved outside the ui thread.

gieljnssns commented 3 years ago

You should try this custom component https://github.com/rcasula/kostalpiko-homeassistant My Kostal inverter is broken so I can't test any new versions