Steven B.
Steven B.
Can you delete it from HA and try re-adding it?
Are you getting the login prompt in HA asking for a username and password?
Can you connect to it via the Kasa or TAPO app?
Ok we have some thoughts from the json. Will revert back, thanks for all the responses.
Hi, could you paste some of the HA debug log and also set the logging for `kasa` to debug in HA? Is the error code 1003?
That's great thanks. We can see what the issue is, will revert back,
closed https://github.com/home-assistant/home-assistant.io/issues/31431 and moved to discussion here. Hi @mal7887 and @briadelour, just thinking about how best to test the fix with you. What kind of HA installations are you running?...
Ok so I think you could try this on your HA yellow: Stop HA ``` docker exec -it homeassistant /bin/bash pip uninstall python-kasa pip install git+https://github.com/python-kasa/python-kasa.git ``` Restart HA
I’m not sure about the full HAOS but you could open the cli and run `pip freeze | grep kasa` and if it shows `python-kasa==0.6.2.1` then the pip commands above...
> Current git master has separated transport from communication protocols, so this PR requires rebasing. To help here, if I understand the `SmartCameraProtocol` correctly I think what you will need...