roberodin / ha-samsungtv-custom

📺 HomeAssistant - SamsungTV Custom Component
Apache License 2.0
124 stars 179 forks source link

Q70 HDMI inputs do not work #51

Open steftodor opened 4 years ago

steftodor commented 4 years ago

I am using the component with my 2019 Q70 QLED tv.

For the most part everything works without issue (turning on off the tv, changing the apps, and changing the volume). However when I go to change to an hdmi input the tv will either not respond or ask me to approve the device again. After approving it again, nothing happens.

Here is my YMAL: `media_player:

This appers in the logs once I select an hdmi `Logger: homeassistant.util.async Source: util/async.py:120 First occurred: 4:25:48 PM (92 occurrences) Last logged: 4:25:54 PM

Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for samsungtv_custom doing I/O at custom_components/samsungtv_custom/samsungctl_qled/upnp.py, line 23: response = requests.post("http://{host}:9197/upnp/control/{protocole}1".format(host=self._host, protocole=protocole), data=body, headers=headers, timeout=0.2)

Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for samsungtv_custom doing I/O at custom_components/samsungtv_custom/samsungctl_qled/application.py, line 41: response = requests.get(APP_URL_FORMAT.format(self._ip, APPS[app]), timeout=0.2) `