python-kasa/kasa/smart/modules
Steven B 7fd5c213e6
Defer module updates for less volatile modules (#1052)
Addresses stability issues on older hw device versions

 - Handles module timeout errors better by querying modules individually on errors and disabling problematic modules like Firmware that go out to the internet to get updates.
- Addresses an issue with the Led module on P100 hardware version 1.0 which appears to have a memory leak and will cause the device to crash after approximately 500 calls.
- Delays updates of modules that do not have regular changes like LightPreset and LightEffect and enables them to be updated on the next update cycle only if required values have changed.
2024-07-11 16:21:59 +01:00
..
__init__.py Fix changing brightness when effect is active (#1019) 2024-07-01 13:59:24 +02:00
alarm.py Require explicit feature type (#1006) 2024-06-25 18:30:36 +02:00
autooff.py Handle module errors more robustly and add query params to light preset and transition (#1036) 2024-07-04 08:02:50 +01:00
batterysensor.py Handle module errors more robustly and add query params to light preset and transition (#1036) 2024-07-04 08:02:50 +01:00
brightness.py Fix changing brightness when effect is active (#1019) 2024-07-01 13:59:24 +02:00
childdevice.py Update docs with more howto examples (#968) 2024-06-19 09:53:40 +01:00
cloud.py Defer module updates for less volatile modules (#1052) 2024-07-11 16:21:59 +01:00
color.py Rename bulb interface to light and move fan and light interface to interfaces (#910) 2024-05-11 19:40:08 +01:00
colortemperature.py Rename bulb interface to light and move fan and light interface to interfaces (#910) 2024-05-11 19:40:08 +01:00
contactsensor.py Make module names consistent and remove redundant module casting (#909) 2024-05-11 19:28:18 +01:00
devicemodule.py Handle module errors more robustly and add query params to light preset and transition (#1036) 2024-07-04 08:02:50 +01:00
energy.py Add common energy module and deprecate device emeter attributes (#976) 2024-06-17 11:22:05 +01:00
fan.py Fix fan speed level when off and derive smart fan module from common fan interface (#957) 2024-06-06 15:18:34 +02:00
firmware.py Defer module updates for less volatile modules (#1052) 2024-07-11 16:21:59 +01:00
frostprotection.py Handle module errors more robustly and add query params to light preset and transition (#1036) 2024-07-04 08:02:50 +01:00
humiditysensor.py Handle module errors more robustly and add query params to light preset and transition (#1036) 2024-07-04 08:02:50 +01:00
led.py Defer module updates for less volatile modules (#1052) 2024-07-11 16:21:59 +01:00
light.py Fix set_state for common light modules (#929) 2024-05-22 15:33:55 +02:00
lighteffect.py Defer module updates for less volatile modules (#1052) 2024-07-11 16:21:59 +01:00
lightpreset.py Defer module updates for less volatile modules (#1052) 2024-07-11 16:21:59 +01:00
lightstripeffect.py Defer module updates for less volatile modules (#1052) 2024-07-11 16:21:59 +01:00
lighttransition.py Defer module updates for less volatile modules (#1052) 2024-07-11 16:21:59 +01:00
reportmode.py Handle module errors more robustly and add query params to light preset and transition (#1036) 2024-07-04 08:02:50 +01:00
temperaturecontrol.py Use first known thermostat state as main state (#1054) 2024-07-11 15:11:50 +02:00
temperaturesensor.py Handle module errors more robustly and add query params to light preset and transition (#1036) 2024-07-04 08:02:50 +01:00
time.py Require explicit feature type (#1006) 2024-06-25 18:30:36 +02:00
waterleaksensor.py Require explicit feature type (#1006) 2024-06-25 18:30:36 +02:00