-
Notifications
You must be signed in to change notification settings - Fork 15
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
Cant Set Color or Ambient Scene #22
Comments
Ok can't reproduce it over here. This is working for me (switching modes and brightness) Seems like dreamscreen drops some commands if you are to fast (so without the delay it differs every time - but I've experienced the same with their app, so it's not releated to this project.
|
Closing this because I think its fixed in #26 and corresponding PR Feel free to Reopen if its still a thing. |
Hey Guys,
I got this awesome service integrated into my Home Assistant setup and am now working on setting up my scripts and automations for it. I've been having an issue though. Input changes, mode changes, and brightness settings all work perfectly, but once in ambient mode I can not set a specific color or change the ambient scene. I've tried setting it to ambient mode and selecting a color in one script like this:
As well as calling a script to set it to ambient mode first and then using another script to try and set a specific color or scene. So far neither of these approaches has worked. The DreamScreen will just return to the last setting it was in for ambient mode and stay there. I have also noticed that any command in a script following a command to change the color or change the scene will not happen. For example, a script that reads like this will switch to ambient mode but then do nothing else:
The color and brightness do not change. It's entirely possible that I'm doing something wrong because I'm brand new to most of this stuff, but the fact that I have everything else working makes me think otherwise.
The text was updated successfully, but these errors were encountered: