You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @ageorgios , This looks like HomeKit issue. I can reproduce the issue. Homekit only sends On Command & color command. It doesnt send command to update the brightness. We can add a workaround on the plugin side. Whenever lights are being turned off, plugin also sets brightness of the lights. Will this approach solve your issue ?
I think the best approach is when homebridge-magichome-platform turns on the accessory, should check for brightness and in case it is 0% set it to 100%.
This way it will remember if someone set the brightness to a lower than 100 value before, although it will turn on the light in case the brightness is set to 0% from a previous turn off command.
Describe the bug
Status: Turned off
I say to SIRI:
Turn Strip1 red
Expected behavior
Turned on
Brightness: 100%
Color: RED
Actual behavior
Turned on
Brightness: 0%
Color: RED
so no red light.
The text was updated successfully, but these errors were encountered: