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

Use Z-wave.me controller 06443 as scene controller


Question

Posted

I have included the z-wave.me 06443 wall controller in my network. The HC2 is the primary controller and the 06443 shows in the HC2 as a device of kind: Remote controller.

I have also added the parameter 13, data type 1d, value 1 and parameter 14, data type 1d, value 1, but I am unsure if that was necessary

I did not want to make any association with this controller and my other devices, I just wanted the 06443 to be able to start some scenes. To do that I was expecting to be able to select the some triggers on the device while editing a scene. However I can select the device in editing a scene (using the blocks interface), but only with conditions like ON, OFF Opened, etc. None of these conditions seem to triggered by a UP of DOWN click on the wall controller.

I seem to miss some understanding, who can help?

Thanks,

Wilko

5 answers to this question

Recommended Posts

  • 0
Posted

Try this LUA scene, it should show you sceneactivation ID-s if there is some. Add scene and look the debugging window, then press switch and have a look - does it show some ID-s. If not, then maybe your controller do not have sceneactivation functionality?

Change ID-s to yours

--[[

%% properties

20 sceneActivation

%% globals

--]]

local id = 20;

local name = fibaro:getName(id)

fibaro:debug(name);

ActiveSceneId =tonumber(fibaro:getValue(id,"sceneActivation"));

fibaro:debug(ActiveSceneId)

  • 0
Posted

AFAIK you should use value "3" for parameters 13 and 14:

Please login or register to see this link.

  • 0
  • Inquirer
  • Posted

    Thanks Lauri, I haven't used lua, but I will switch over to it and try.

    [ Added: 2013-11-22, 19:45 ]

    Lauri,

    I tried your lua code (without the tonumber, because I think debug needs a string)

    but got no SceneActivationId's just:

    [DEBUG] 19:43:37: Zwave.me

    [DEBUG] 19:43:39

    Also with value 3 for parameters 13 and 14 , still no response

    but I am pretty sure the controller had sceneactivation functionality

    any suggestions?

    [ Added: 2013-11-23, 23:37 ]

    I read in another post (

    Please login or register to see this link.

    ) that the HC2 has not implemented SceneActivation for the duwi zwave.me controller. So that explains. I hope Fibaro comes with a fix in the near future.

    • 0
    Posted

    Well I'm also down that road... Fibaro please

    • 0
    Posted

    If you want help from Fibaro side - please write to [email protected] -they do not visit forum every day or maybe just not every topic.

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