jstrausd / homebridge-simple-wled

Homebridge Plugin to control WLED LED-Strips
ISC License
64 stars 18 forks source link

Brightness changes to 100% #25

Closed hunterqwertz closed 2 years ago

hunterqwertz commented 3 years ago

Hello! I currently have the problem that every time I change the brightness in the Home App, it changes to 100% and only comes to the set value after a few seconds. This has only been the case since iOS 15, on macOS the error almost never occurs. Edit: Checked with an iOS 14 Device, problem does not appear there

Bene2103 commented 2 years ago

Hi, this behavior is because the set value of your action isn't cached. You set the desired value -> HomeKit tells WLED to go to xx% -> 4.5sek simple-wled updates the values from device -> HomeKit shows correct value.

In my opinion its not a bug its more of a "not nice" but not a problem actually.

AlexKusnezov commented 2 years ago

Hey, also the light won’t update in the HomeKit app when changing in another app e.g. Alexa or WLED app. Can we do something about it?

jstrausd commented 2 years ago

I just released version 1.3.1 with some bug fixes.

It fixes the issue that the brightness changes shortly to 100% after changing the brigthness It fixes the error described in Issue #32 (Error while polling WLED) And some small changes in package.json (dependencies)