Teemu R.
Teemu R.
It is also necessary to convert this to use aiohttp instead of httpx for performance reasons, see #635.
From the looks of it, that's indeed possible but hasn't been implemented :-) I just did some googling and stumbled upon this: https://community.home-assistant.io/t/how-to-use-homeassistant-to-update-tp-link-kasa-devices/474097 and the necessary commands have also been...
Okay, I didn't manage to refrain myself to giving it a quick try to see the outputs, so I set up a dummy server and run those commands. Running `kasa...
Sure thing! Something to consider on the implementation, this wouldn't be something we want to check in the regular 5s update cycles we have, especially as the fw query will...
Glad you got it working, and thanks a lot for reporting back!
The error is coming as it's trying to execute a command that's used by the kasa ("iot") devices so that's a bug (#718 is aimed to "fix" that, but looks...
Your packet trace shows no responses from the device to that discovery query, could you check if you might have a firewall rule forbidding UDP?
Badly formed message. The expected payload is in format {method: "something", params: "something"}, and I was receiving just an empty object when passing in our internal {method_name: params} format.
Hi, I haven't heard about these and they are not currently supported by this lib nor by homeassistant. Controlling these requires a separate hub (KH100), but as these are kasa-branded,...
As a first step you want to verify that the hub is actually using the kasa protocol. To do that, use `kasa discover` command to see if it can detect...