id="current_power_w", # for homeassistant backwards compat ) ) self._add_feature( @@ -31,6 +32,7 @@ def __init__(self, device: Device, module: str): attribute_getter="emeter_today", container=self, unit="kWh", id="today_energy_kwh", # for homeassistant backwards compat ) )...
To install @rytilahti PR just run: pip3 install "python-kasa[speedups] @ git+https://github.com/python-kasa/python-kasa.git@feat/t100_motion" Then run: kasa --host HUB_IP --username YOUR_UN --password YOUR_PW feature motion_detection You should see the new motion detection item ...
TP-Link's KS240 switch supports four speeds. It also offers full-range dimming fornormaldimmable bulbs, not smart bulbs. Everything can be controlled through the Kasa Smart app or your preferred voice assistant. Naturally, this smart switch can integrate with schedules and smart home routines, ...
This PR adds a new switch to control the motion detection sensor found on some dimmers. Related upstream PR:python-kasa/python-kasa#1174 Type of change Dependency upgrade Bugfix (non-breaking change which fixes an issue) New integration (thank you!) New feature (which adds functionality to a...
Let me try the thing with python kasa. BenSmartHomecommentedSep 20, 2024• edited Ok, so there must be an issue with the new Tapo Firmware (EDIT: the Protocol to KLAP) because i tried to connect the NEW P100 to the hacs integration "tapo controller" and it failed too. But no issue...
kasa --host 192.168.0.1 raw-command smartlife.iot.smartbulb.lightingservice set_default_behavior "{'soft_on': {'mode': 'last_status'}, 'hard_on': {'mode': 'customize_preset', 'index': 0}}" I do all this before attaching it to my own wifi network, so 192.168.0.1 is always th...
kasa/tests/test_dimmer.py Show resolved Member rytilahti commented Jun 12, 2020 I'm not sure if it's something weird with my local setup or not, but it looks like the missing dependency that fixed the tests was pytest-aiohttp. To verify I: deleted the virtual environment, did a fres...
Recently purchased some KL125s and noticed that they caused a division by zero error in pyHS100. Product Link https://www.kasasmart.com/us/products/smart-lighting/kasa-smart-light-bulb-multicolor-k...
Proposed change Draft PR for tplink tapo cameras. Currently requires the experimental python-kasa branch Type of change Dependency upgrade Bugfix (non-breaking change which fixes an issue) Ne...
The package `kasa.smart` is in flux and if you use it directly you should expect it could break in future releases until this statement is removed. Other TAPO libraries are: @@ -276,3 +276,4 @@ Other TAPO libraries are: * [Home Assistant integration](https://github.com/fishbigger/...