Page 1 of 1

Progressive Dimming

Posted: Fri Mar 17, 2023 9:45 am
by axiom
I have a remote that handles progressive dimming, so it doesn't do absolute dimming.

What would be nice is if I could translate this to progressive dimming commands through Automagically

So the idea is that, each time I press say the "on button" it dims a a certain level from the first:

new_dim_val = cur_dim_val - dim_step

so: new_dim_val = 100 - 10

then send this to the tellstick.

Since I am using automagically for everything the last sent command to the device should be known.

(perhaps it can already be done, can't seem to find such a functionality, perhaps I could do this with a plugin?)

btw is Automagically OpenSource?

Re: Progressive Dimming

Posted: Fri Mar 17, 2023 9:45 am
by KHolm
axiom wrote: btw is Automagically OpenSource?
https://bitbucket.org/davka003/automagically
/Marcus
ps. Have no clue about your other question...