Switching functions

Discussion in 'C-Bus Wired Hardware' started by Pie Boy, Sep 15, 2022.

  1. Pie Boy

    Pie Boy

    Joined:
    Nov 21, 2012
    Messages:
    248
    Likes Received:
    31
    Location:
    New Zealand
    Any one got any ideas if this can be achieved?

    input device to function like the below
    Off = off
    On = on to preset say 20% not 100%
    aswell as having dimmer as long press? So dimmed level could be altered if more than 20% is desired

    Looking at the dimming function, the short release is dim stop etc
    So I can’t see how this could be achieved?
     
    Pie Boy, Sep 15, 2022
    #1
  2. Pie Boy

    Ashley

    Joined:
    Dec 1, 2005
    Messages:
    1,524
    Likes Received:
    173
    Location:
    Adelaide, Australia
    No, you can't do this on a single switch. The toggle function only toggles between 0 and 255.

    You can fake it with a logic unit. Replace the short release toggle function with a preset to 1%. Then in logic whenever you see 1% on that ga just alternate it between 0 and 20%. Looks fine in practice because if the light was off it goes to 1% then 20%, and if it was on at any level it will go to 1% then off. The dimming function works as normal.
     
    Ashley, Sep 16, 2022
    #2
  3. Pie Boy

    Pie Boy

    Joined:
    Nov 21, 2012
    Messages:
    248
    Likes Received:
    31
    Location:
    New Zealand
    Thanks, thought this was the case, ill have a tinker with the logic.
     
    Pie Boy, Sep 16, 2022
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.