Steven B.
Steven B.
Hi @bstrdsmkr. It's been a while since you commented on this PR and a lot of core library changes have since gone in to support a broader range of tplink...
What command are you using and which version of python-kasa? AFAIK the TAPO devices don’t support the monthly stats.
The TAPO app just has last month not historical months right? We will support that soon once we get a few structural things in.
Could you try increasing the timeout with `kasa --host kp115 --discovery-timeout 5 sysinfo`
What happens if you omit the `sysinfo` command?
Could you try using the ip address of the device as argument to `--host` instead of the hostname see whether it makes a difference?
So it seems there is an issue with the discovery-timeout not being passed although which I've created a PR for https://github.com/python-kasa/python-kasa/pull/744 although that doesn't explain why the device isn't responding....
So the badly behaved KP115 is the one you managed to upgrade via the TPLink Kasa App and the two you upgraded via python-kasa are behaving?
Is HA running and communicating with the KP115 at the same time as you are testing it with the kasa cli? Are you using the same PC to test with...
I think it might be worthwhile testing it while HA is not running. We don't know but there could be some kind of side effect with connections not being closed...