Replies: 1 comment 2 replies
-
If you have multiple network adapters, you need to use For direct commands, did you put the username and the password for the main command? Something like |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Tapo TP15. It works great with the Tapo app on my phone as well as Google Home. I installed python-kasa into a Python environment (Conda) on my laptop. The version installed is 0.7.7.
With the Conda environment active (but not running Python), at the command line I cannot get kasa discover to work. It never finds my outlet. 0 devices found is always what it says. I tried specifying the --username and --password options, but I get this:
Error: No such option: --username
I was able to turn on the device using the following command:
kasa --host 10.x.x.x on
This turned on the device, but any subsequent commands, like turning it off, fail with the following error:
ERROR:kasa.discover:Got error: [WinError 1234] No service is operating at the destination network endpoint on the remote system
Now I cannot even turn the outlet on. It responds just fine from my phone app but nothing works on my laptop.
Searching for help on this in Google is absolutely useless (as usual). Even trying Reddit yields absolutely no help at all. Killing all Python processes on my laptop does nothing. It won't even turn the outlet on any longer.
I could use some advice on how to overcome this.
Beta Was this translation helpful? Give feedback.
All reactions