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

Show slider value (percentage) when turned off #195

Open
gryzli133 opened this issue May 15, 2021 · 9 comments
Open

Show slider value (percentage) when turned off #195

gryzli133 opened this issue May 15, 2021 · 9 comments

Comments

@gryzli133
Copy link

gryzli133 commented May 15, 2021

I use Dimmer object to control my irrigation system (MySensors). Values 0-90 are remaining irrigation minutes. Numbers 91-100 are special status numbers. Like interlocking because other section is active already (97) or the water pressure is too low (98) etc. Would be nice to see the exact slider value even when turned off.

Thank you anyway for your superb addon!

@thomasloven
Copy link
Owner

Try 17.1.0

@gryzli133
Copy link
Author

Do I need any extra setting/option? I will check it later, need to adjust back my arduino sketch

@thomasloven
Copy link
Owner

Sorry. I misread this. 17.1.0 does not add this functionality.

@gryzli133
Copy link
Author

will you add it in the feature? The best would be to define it with an extra setting, because the most dimmers are better when showing 0% when off, just in customized devices like my irrigation system it would make sens to show the % even when turned off

@thomasloven
Copy link
Owner

Honestly it's unlikely I'll add this, for exactly the reason you state.
But I'll keep this open and think it over.

@Koml

This comment has been minimized.

@gryzli133

This comment has been minimized.

@thomasloven

This comment has been minimized.

@gtbuchanan
Copy link

gtbuchanan commented Jan 18, 2023

I think this really only makes sense with toggle: true but I still find value in this request. I want to be able to set brightness to the minimum value before turning a light on without having to fiddle with the slider carefully. Right now I do this by setting min: 1, sliding the slider to any higher value (without letting go so the light doesn't turn on), and releasing it back at the minimum value. This still has the undesirable effect of turning the light on at a higher brightness briefly before the minimum value is set because my device can't handle the two commands (adjust + on) fast enough.

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

4 participants