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

Switch and brightness #57

Closed
dariusrosendahl opened this issue Jan 8, 2019 · 4 comments
Closed

Switch and brightness #57

dariusrosendahl opened this issue Jan 8, 2019 · 4 comments
Labels

Comments

@dariusrosendahl
Copy link
Contributor

First of all, great plugin!

I'm a bit confused though. I got it working by setting "service": "fan", or "service": "light",.

However when I set it to switch the brightness control doesn't work even though it says so in the readme. Is there any way to to get this to work with speaker or switch?

Thanks!

@ebaauw
Copy link
Owner

ebaauw commented Jan 8, 2019

The switch and speaker settings use Volume by default. You need to set brightness in config.json to use Brightness instead.

@ebaauw ebaauw added the question label Jan 8, 2019
@dariusrosendahl
Copy link
Contributor Author

dariusrosendahl commented Jan 9, 2019

I did set the brightness. However the switch just stays an on/off switch. It does work with fan or light.

My config:

{
    "platform": "ZP",
    "service": "switch",
    "brightness": true,
   "speakers": false
}

Am I missing something?

@ebaauw
Copy link
Owner

ebaauw commented Jan 9, 2019

That’s a limitation of the Home app. The Brightness should be recognised by Siri, though. See
#10 (comment).

@ebaauw ebaauw closed this as completed Jan 13, 2019
@dariusrosendahl
Copy link
Contributor Author

I created PR #59 to explain this limitation in the readme.

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

No branches or pull requests

2 participants