StyraHem / ShellyForHASS

Shelly smart home platform for Home Assistant
MIT License
619 stars 111 forks source link

[FR] Dimmer - Allow changing brightness without turning on lights #610

Open cetex opened 2 years ago

cetex commented 2 years ago

Is your feature request related to a problem? Please describe.

Currently it seems like it's impossible to change brightness without turning a dimmer on.

I'd like to reset brightness to max during early morning, but leave lights off.

Describe the solution you'd like

Power-state and brightness should be possible to set independently of each other.

Describe alternatives you've considered

I've made a simple http call in a script now: curl http://192.168.2.167/light/0?brightness=100 this correctly sets brightness to 100 without turning light-state on.

Additional context