python-kasa
python-kasa copied to clipboard
🏠🤖 Python API for TP-Link Kasa Smarthome products
Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. Release notes Sourced from mistune's releases. Version 2.0.2 Fix escape_url via lepture/mistune#295 Version 2.0.1 Fix XSS for image link syntax. Version 2.0.0 First release...
Is it possible to control the dimmers minimum brightness? From the sysinfo, I can see that there is the configuration for it. Is it possible to update? ``` 'preferred_state': [{'brightness':...
I have 2 devices; HS110 plug and LB130 bulb - Running: `import asyncio` `from kasa import Discover` `devices = asyncio.run(Discover.discover())` `for addr, dev in devices.items():` ` asyncio.run(dev.update())` ` print(f"{addr} >>...
``` File "/opt/homebrew/lib/python3.9/site-packages/kasa/smartplug.py", line 54, in is_on return bool(sys_info["relay_state"]) KeyError: 'relay_state' ``` ``` ❯ kasa --type plug --host 192.168.x.x sysinfo == System info == {'alias': 'TP-LINK_Smart Plug_XXXX', 'child_num': 2, 'children':...
After installing and running: "kasa --target 192.168.0.255" I get a bunch of normal output followed by: ``` Exception ignored in: Traceback (most recent call last): File "c:\program files\python39\lib\asyncio\proactor_events.py", line 116,...
I'm relatively new to asyncio sooo maybe I use it in a wrong way. Therefore maybe I call the methods wrongly. My first goal was to just turn off an...
In the last week or two I started having some issues with the 5 KL125 bulbs in my house (software version: 1.0.6 Build 210813 Rel.153518). I mostly interact through Home...
I have an HS110 that intermittently is undiscoverable by the CLI despite being accessible in the Kasa app. I suspect the issue is related to the fact that the plug...
It'd be great if Home Assistant could be used to manage the new KS220M Motion Detection Dimmer. I set up a man in the middle proxy and captured the following...
Hey there, Firstly, I've been super excited about building on top of python-kasa and have really enjoyed the experience thus far. However, I've run into an issue recently with the...