-
The new firmware for HS100 no longer has TCP9999 available for communications. Hence the current kasa doesn't work.
-
I've just installed the latest master `python-kasa` in clean environment on Windows using `pip install git+https://github.com/python-kasa/python-kasa.git`, which installs asyncclick 7.1.2 (consistent …
-
Loving this exporter, but I'm targeting it against my HS300 Power Strip and it appears to only be pulling one plugs power wattage. Is there a way to make it pull either each one individually (like i…
-
Ran kasa discovery and wifi scan with no result, I keep getting such errors. I'm new to Python so I'm uncertain if I've set this up properly, I've installed via `pip install python-kasa --pre` then at…
-
This is a near duplicate bug of the issue reported with the TP-LINK HS220. The light bulb is marketed as dimmable, responds when I change brightness via Home Assistant, but when trying to use the "…
-
I tried all of your install options and failed miserably each time. pip3 can't find it, poetry becomes a circular dependency nightmare.. Anyone ever get this installed on Ubuntu?
-
**Home Assistant release with the issue:** Home Assistant 0.102.0, docker image `b39e9b4c8272fc7a5c5ca7c66ec9874733009f020da128b8496b6857d546a6e1`
Edit: Updated to 0.102.1, still present.
…
newAM updated
4 years ago
-
## The problem
TP-Link Kasa HS110 Plug that has lost power has the `Total Consumption` reset back to 0, yet values like `This Month` remain intact.
## Environment
- Home Assistant Core re…
-
hello. i am new here, and new to python.
i am havin trouble installing the package. when i run the command
pip install pyhton-kasa --pre
i get the following error message
Could not find a ver…
-
The emeter year and month function fail. I'm not good with diffs, but the relevant code in method `emeter` of `cli.py` is:
```
if year:
click.echo(f"== For year {year.year} ==")
…