Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brightness + Siri bug #12

Open
ageorgios opened this issue Dec 25, 2018 · 2 comments
Open

Brightness + Siri bug #12

ageorgios opened this issue Dec 25, 2018 · 2 comments

Comments

@ageorgios
Copy link

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.

@sahilchaddha
Copy link
Owner

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 ?

@ageorgios
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants