Progressive Dimming

http://automagucally.weebly.com

Moderators: davka003, Telldus

Post Reply
axiom
Posts: 6
Joined: Fri Mar 17, 2023 9:45 am

Progressive Dimming

Post 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?
KHolm
Posts: 163
Joined: Fri Mar 17, 2023 9:45 am

Re: Progressive Dimming

Post by KHolm »

axiom wrote: btw is Automagically OpenSource?
https://bitbucket.org/davka003/automagically
/Marcus
ps. Have no clue about your other question...
Post Reply