ralfvd / com.everspring

Everspring support Homey
GNU General Public License v3.0
4 stars 13 forks source link

Feature request: Actioncard for dimmer that accept a variable as a value #25

Closed dicknystrand closed 5 years ago

dicknystrand commented 6 years ago

I have e few AD147 dimmer plugs that I want to be able to set with a variable (Better Logic). For now I have to set the value by scrolling.

image

ralfvd commented 6 years ago

Unfortunately, there cannot be a manual input for dimming lights. But there is a way that works pretty good: you can drop a global tag into the slider, like this:

screen shot 2018-03-27 at 21 18 50

You need to make sure that the value is between 0 - 0.99 , so if you want to dim to 50 % , the value of the global tag needs to be 0.50 .

Let me know if this helps in your request.