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

Working scene panel - Z-Wave.Me Controller Double BJ 2000


Question

Guest shapa
Posted

Just verified - Z-Wave.Me Wall Controller Double BJ 2000 works fine (scenes buttons detected by HC2 v3.x)

Please login or register to see this link.

9 answers to this question

Recommended Posts

  • 0
Posted

Will it work with HCL ?

  • 0
Guest shapa
  • Inquirer
  • Posted

    Probably not, as HCL doesn't support LUA and the only way to use scene buttons today is via lua code...

    • 0
    Posted
    Will it work with HCL ?

    shapa is correct. Currently it will not work in HC Lite. There is no way to trigger a scene by "scene activation", even in case of Fibaro devices.

    But it seems like Fibaro plans to release scene activation funtionality in scene graphical blocks. Please see:

    Please login or register to see this link.

    I also wait for that. It is very important to have in HC Lite since there is no LUA. I hope it will happen soon...

    • 0
    Posted
    Just verified - Z-Wave.Me Wall Controller Double BJ 2000 works fine (scenes buttons detected by HC2 v3.x)

    Please login or register to see this link.

    How did you get the scenes working? What parameters did you use?

    • 0
    Guest shapa
  • Inquirer
  • Posted

    Set parameters 11,12,1314 to 4

    It is mentioned in the included manual.

    • 0
    Posted

    I did. But how do I select the scene I want to run?

    I cannot select a scene ID in the group-id.

    • 0
    Posted

    I set params 1 and 2 = 0 to make the buttons act individually, not as pairs.

    You can make the code respond to different button pushes ie click, double click, hold etc. First digit is button number 1-4, second digit is the action to monitor.

    The numbers to use are in the confusing manual!

    --[[

    %% properties

    70 sceneActivation

    %% globals

    --]]

    -- 70 is ID of wall switch

    local button = tonumber(fibaro:getValue(70, "sceneActivation"))

    if button == 31 -- Wall switch button 3 single click (1)

    then

    fibaro:call(54, "turnOn"); --Extractor fan

    end

    if button == 32 --Wall switch button 3 double click (2)

    then

    fibaro:call(54, "turnOff");

    end

    • 0
    Posted

    Thanx, you really got me started!

    Please login or register to see this image.

    /emoticons/default_icon_mrgreen.gif" alt=":mrgreen:" />

    I made a virtual device with one label and some main loop code (one global variable is needed) . as far as I can tell this works like a charm!

    For those who want to use (a bit) of my code:

    Please login or register to see this code.

    This example is using button 1 and 3 to turn on/off a lamp (ID=10), button 2 and 4 to press a button on an another virtual device (ID-128). Under configuration you change the settings depending your own HC2 setup.

    • 0
    Guest Tobiasfranzen
  • Inquirer
  • Posted

    I´ve just got my z-wave.me double wall controller.

    Can someone tell me step by step how to config it?

    parameters?

    number - data type - desired value ?

    I want to Control my fibaro roller shutter 2 up/down

    I have 2, therefore double wall controller

    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...