KS230 Dimmer Support #23
|
I've just upgraded to this Kasa-Python plugin. (Was previously using tplink-smarthome, but there seem to be concerns about whether that will be updated for HB2.0 compatibility and I don't think they have user/pass support for the newer hardware/firmware devices, e.g. HS200 hardware rev 5.26 firmware rev 1.0.3.) Here's my environment: All of my devices are recognized, but the HS230 3-way dimmer kit does not seem to expose any dimmer functionality via the plug-in. It seems to operate strictly as an ON/OFF switch. Have I missed a configuration option somewhere? Or is this a feature that needs to be developed? |
Replies: 2 comments 6 replies
|
Update: 2.7.0-beta.16 seems to allow dimmer functionality to work in Apple Home, but the device shows as two accessories there, both with the same name. One is a simple ON/OFF switch and the other is a slider/dimmer. I cannot figure out what function the ON/OFF switch serves, but the slider does control the lights as expected, and turns the lights fully off when slid to 0 (zero). I wish the behavior matched the behavior of the physical buttons on the HS230: the main ON/OFF switch does exactly that, and the dimmer adjusts only brightness AND when the light is turned off while at 40% brightness, turning it on again will resume that same brightness level. But I can understand if limitations in HomeKit prevent that behavior. However, there is a new problem. Some minutes after the initial discovery of the Kasa-Python devices, I periodically get various warnings ("Christmas Tree" line) and errors ("Exception" and "Office Fan" lines) similar to below. Note that the IP address in the Exception error is that of the Office Fan switch, so those two are definitely related. [12/31/2024, 9:10:54 PM] [KasaPython] [Christmas Tree] Device is offline or platform is shutting down, cannot get value for characteristic On |
|
@BrentWilliams76 Thank you for the feedback. I do not have a dimmer or any light device so this functionality has been touch and go for me. Learning along the way. I can look into the functionality of retaining the brightness level when turning on and off, maybe it affects light colors as well, not sure if they stay or not either. As for the two switches, when looking in Homebridge Web UI, under the accessories, do you see multiples of the same device? If so, could you go under the settings and remove single devices and clear out all of the dimmer and restart the plug-in to re-add them and see if they're combined now? Maybe an older residual accessory from the older plug-in? Maybe need to look at a different way to add services and characteristics to devices and see if it will combine them? The exception issues I am working on still, they're coming up from the consistent connection I am leaving open. How many TPLink devices do you have in the plug-in? As for the Alexa integration, I'm not sure what to do with that. I don't use Alexa, just Siri and HomeKit. Not sure if I can be much help here. |
@BrentWilliams76 Thank you for the feedback. I do not have a dimmer or any light device so this functionality has been touch and go for me. Learning along the way.
I can look into the functionality of retaining the brightness level when turning on and off, maybe it affects light colors as well, not sure if they stay or not either.
As for the two switches, when looking in Homebridge Web UI, under the accessories, do you see multiples of the same device? If so, could you go under the settings and remove single devices and clear out all of the dimmer and restart the plug-in to re-add them and see if they're combined now? Maybe an older residual accessory from the older plug-in? Maybe need to…