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

zwave.me keyfob not working with HC2 zme_KFOB2


Roy

Question

Hi there

 

Altough some people are getting the zwave.me keyfob to work, I tried several methods, but it does not seem to activate my scenes. 

 

I have the ZME_KFOB2 (Version 1.4*)

 

*With 1.3 you can add the device holding the four buttons for 5 sec. and push then button 3

*With 1.4 you can add the device holding the four buttons for 5 sec. and push then button 1

 

I just want to start a scene when I leave the house en start another scene when I come home. 

 

I included the device and also woke up the device. 

Please login or register to see this attachment.

Please login or register to see this attachment.

Please login or register to see this attachment.

 

I also was able to configure the parameters so that I can start a scene with button 1,2,3,4

Please login or register to see this attachment.

 

However when configured the following scene, nothing works.

 

Controller = Fibaro HC2

214 = device ID Keyfob

159 = light scene on

160 = light scene off

 

Scene 1

------------------------------------------------------------------------------------------------------------------------------------------------------

--[[
%% properties
214 sceneActivation
%% globals
--]]
 
if  ( tonumber(fibaro:getValue(214, "sceneActivation")) == 11)
then
     fibaro:startScene(1);
end
if  ( tonumber(fibaro:getValue(214, "sceneActivation")) == 12)
then
      fibaro:startScene(160);
end
if  ( tonumber(fibaro:getValue(214, "sceneActivation")) == 13)
then
      fibaro:startScene(159);
end
if  ( tonumber(fibaro:getValue(214, "sceneActivation")) == 14)
then
      fibaro:startScene(160);
end

--------------------------------------------------------------------------------------------------------------------------------------------------------

I also tried the following scene

 

Scene 2

----------------------------------------------------------------------------------------------------------------------------------------------------------

--[[
%% properties
214 sceneActivation
%% globals
--]]
 
-- This part makes sure that the script only runs once
if (fibaro:countScenes()>1) then 
   fibaro:debug('Kill the second scene!'); 
   fibaro:abort(); 
end 
 
RemoteID = 214; -- Change this number into your remote ID number 
 
 
if ( tonumber(fibaro:getValue(RemoteID, "sceneActivation")) == 11) -- button 1, single press 
then 
   fibaro:startScene(159); -- Fill in the number of the scene you want to activate
end 
 
if ( tonumber(fibaro:getValue(RemoteID, "sceneActivation")) == 12) -- button 2, single press 
then 
   fibaro:startScene(160); -- Fill in the number of the scene you want to activate
end 
 
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
 
Any advice?
 
Thanks in advance!

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
  • Inquirer
  • i also have had the exact same issue. i ended up using the aeon labs key fob remote gen5 instead which works as intended and can activate 8 scenes

     

    I don't think I will ever get it to work with my keyfob and other users also told me that the aeon labs key fob gen5 works great: 

    Please login or register to see this link.

    Link to comment
    Share on other sites

    • 0

    Hi,

    I confirm what Roy wrote in previous post. No way to trigger scenes with the zwave.me keyfob despite it get included correctly in the zwave network.

     

    Any chance to support it?

     

    Otherwise, I'm thinking to send it back and try the AEO_ZW088 remote.

     

    Thanks

    Simone

    Link to comment
    Share on other sites

    • 0

    i also have had the exact same issue. i ended up using the aeon labs key fob remote gen5 instead which works as intended and can activate 8 scenes

    Link to comment
    Share on other sites

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