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

Issue with setting / dimming to 0% #188

Open
ako82 opened this issue Aug 19, 2022 · 1 comment
Open

Issue with setting / dimming to 0% #188

ako82 opened this issue Aug 19, 2022 · 1 comment

Comments

@ako82
Copy link

ako82 commented Aug 19, 2022

Hi!

I was just setting up some rollers recognized as lights by Alexa using a function to grab and forward the percantage to the MQTT topic of a Shelly 2.5.
It is working without issues when I ask Alexa to increase value like "Alexa set/dim device to 20" then "Alexa set/dim device to 25". However when I ask Alexa to set/dim device to 0 it sends the current value again without changing it. But when I ask Alexa to set/dim device to 1, it sends 0 and the rollers go down as they should when I ask to go down to 0.

Break ---

While I was writing this issue, I did another test. It seems like all asked values up to 10 make Alexa send (asked value - 1).
So 1 sends 0, 2 sends 1, 3 sends 2... 10 sends 9. As soon as I ask Alexa to send 11, it sends 11. Looks like it is not possible to let Alexa send a 10.

Just wanted to make you aware of this usse!

@BaltasarParreira
Copy link

Correct, I'm facing the same problem.
When this will be fixed?

Thanks.

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