You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think somehow you're running the wrong version when using the api because python3.9 is no longer supported and if you used uv sync it would have said you need a newer version of python. uv will download the right version of python for you.
There hasn't been any activity on this issue recently. This issue has been automatically marked as stale because of that. It will be closed if no further activity occurs.
Please make sure to update to the latest python-kasa version and check if that solves the issue.
Thank you for your contributions.
Hello,
I'm using the latest python library version to connect to H200 hub (I have T315 sensor connected to it). Here is the code:
I'm getting this error:
However, it works fine via CLI, I'm getting no errors and I can get the data from the T315 sensor.
Command:
kasa --username my_email --password my_password --host 192.168.50.163 --debug > cli_debug.txt
Debug info from the CLI: cli_debug.txt
Do I miss anything?
The text was updated successfully, but these errors were encountered: