Home Assistant release (hass --version):
0.57.1 / official docker image tag 0.57.1
Python release (python3 --version):
Python 3.6.3
Component/platform:
TP Link Switch HS110(eu)
Description of problem:
Calling switch via RestAPI/dev-service interface does not switch the switch.
Using the normal browser switch interface/ios app works as normal
Expected:
Switch should be switched via API
Problem-relevant configuration.yaml entries and steps to reproduce:
Call via /dev-service interface not working
Log Comparison of call via /dev-service and via "normal" User Interface
Additional info:
Via the /dev-service this line is not to be found but in the debug log.
It seems the worker does not pick the task up or it gets lost somewhere else.
Home Assistant release (
hass --version
): 0.57.1 / official docker image tag 0.57.1Python release (
python3 --version
): Python 3.6.3Component/platform: TP Link Switch HS110(eu)
Description of problem: Calling switch via RestAPI/dev-service interface does not switch the switch. Using the normal browser switch interface/ios app works as normal
Expected: Switch should be switched via API
Problem-relevant
configuration.yaml
entries and steps to reproduce:Call via /dev-service interface not working
Log Comparison of call via /dev-service and via "normal" User Interface
https://hastebin.com/ehuxajarir.php
Traceback (if applicable):
Debug Comparison Call via /dev-service https://hastebin.com/qusoxuzeze.php
Call via Interface https://hastebin.com/elejepibuj.php (shortened at end)
Additional info: Via the /dev-service this line is not to be found but in the debug log. It seems the worker does not pick the task up or it gets lost somewhere else.