Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


  • 0

Z-wave.me controller 06443


Question

Posted

Having just invested in a wall switch (Z-wave.me controller 06443)

to control my wall plug for the coffee maker

but can not get it to trigger a scene

Function: press the on button = wall plug to 30 min

Press the off button wall plug off.

I have managed to associate the switch directly with Wall plug and the steering works but then

I have not the subtlety with auto shut-off after 30 min

anyone here who succeeded

7 answers to this question

Recommended Posts

  • 0
Posted

Surely its a scene that says device coffee = on for 30mins

Then

Wall plug = off

No?

  • 0
  • Inquirer
  • Posted

    Yes, absolutely

    Please login or register to see this image.

    /emoticons/default_icon_redface.gif" alt=":oops:" />

    • 0
    Posted
    Yes, absolutely

    Please login or register to see this image.

    /emoticons/default_icon_redface.gif" alt=":oops:" />

    I hope that works

    Please login or register to see this image.

    /emoticons/default_icon_wink.gif" alt=";-)" />

    • 0
  • Inquirer
  • Posted

    no it does not work I can not get the wall switch to trigger a scene in hc2

    Please login or register to see this image.

    /emoticons/default_icon_rolleyes.gif" alt=":roll:" />

    • 0
    Guest merylion
    Posted

    if I can understand correctly

    You just want to put delay off timer right?

    Then you have to use LUA script are you familiar with that?

    If yes

    use this

    instead of WALLPLUGID enter ID of your wallplug

    --[[

    %% properties

    WALLPLUGID value

    %% globals

    --]]

    local ID = WALLPLUGID

    local TimeDelaySeconds = 1800

    local LoopTimeDelay = 0

    if fibaro:countScenes() > 1

    then

    fibaro:abort()

    end

    while LoopTimeDelay < TimeDelaySeconds do

    fibaro:sleep(1000)

    LoopTimeDelay = LoopTimeDelay + 1

    if fibaro:get(ID,'value') == '0'

    then

    fibaro:sleep(500)

    fibaro:abort()

    end

    end

    fibaro:call(ID,'turnOff')

    Hope this will help

    Regards

    Marcin

    • 0
  • Inquirer
  • Posted

    It works perfectly, thanks so much for your help

    • 0
    Posted
    no it does not work I can not get the wall switch to trigger a scene in hc2

    Please login or register to see this image.

    /emoticons/default_icon_rolleyes.gif" alt=":roll:" />

    FYI

    I asked Fibaro support about z-wame.me 06443 and have this reply:

    Sorry but still Home Center 2 is not supporting multichannel assocciations.

    SceneActivation will be fixed in v4 soon for battery devices.

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Answer this question...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    ×
    ×
    • Create New...