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

Aeon labs Minimote configuration onto HC2


WiYantra

Question

Hi all,

We have installed Aeon labs Minimote onto HC2, as a battery operated device reconfigured the device in advanced settings tab.

We tried with pre-programmed settings i.e., ALL ON & ALL OFF functions worked fine, the Minimote is able to communicate with HC2.

Written the LUA code on HC2 to configure the Minimote buttons, after saving all the settings tried to operate the Minimote, no triggering has happened. The LUA code tried is as shown:

HC2 version is 3.580

Minimote ID is 43

Light to be turn ON ID is 10

-[[

%% properties

43 sceneActivation

%% globals

--]]

local ButtonPressed = fibaro:getValue(43, "sceneActivation")

if ( tonumber(ButtonPressed) == 1) then

fibaro:debug("Minimote Button 1 Pressed")

elseif ( tonumber(ButtonPressed) == 2) then

fibaro:debug("Minimote Button 2 Pressed")

elseif ( tonumber(ButtonPressed) == 3) then

fibaro:call(10, "turnOn")

fibaro:debug("Minimote Button 3 Pressed Tube light M2 ON")

elseif ( tonumber(ButtonPressed) == 4) then

fibaro:call(10, "turnOff")

fibaro:debug("Minimote Button 4 Pressed Tube light M2 OFF")

elseif ( tonumber(ButtonPressed) == 5) then

fibaro:debug("Minimote Button 5 Pressed")

elseif ( tonumber(ButtonPressed) == 6) then

fibaro:debug("Minimote Button 6 Pressed")

elseif ( tonumber(ButtonPressed) == 7) then

fibaro:debug("Minimote Button 7 Pressed")

elseif ( tonumber(ButtonPressed) == 8) then

fibaro:debug("Minimote Button 8 Pressed")

else

fibaro:debug("No response")

end

We have taken reference on writing the LUA code from below link

Please login or register to see this link.

Please help us how to solve this issue

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

ALL ON / ALL OFF does work even if configuration process has not been finished.

You should double check the configuration process by pressing the "LEARN"-button for 3 secs, while beeing near to the HC2.

Link to comment
Share on other sites

  • 0

Hi:

A can't make it work. A was able to pair it and seems to be well configured.

When I run the scene, nothing happens.

I read somewhere that the parameter 250 should be in one, but I can't change the parameter manually. When I add the parameter, then I click save and wake up the device but the parameter is still in 0

Any advice?

thanks!!

Link to comment
Share on other sites

  • 0

On Fibaro HC2 it's 3.580. I don't know about Minimote's firmware-version, could not update it because I had not Windows machine to do it at the time.

But there is downloadable firmware available on Aeon labs website. But you need Windows to install it.

Link to comment
Share on other sites

  • 0

Please login or register to see this link.

With 3.571 the minimote can no longer be added tot the HC2. Support confirmed we have to wait for the new z-wave engine.

I don't know is it still issue...

Link to comment
Share on other sites

  • 0

Thanks!!! Apparently was the firmware on Minimote. I updated it and now its working like a charm.

Minimote FW: 1.18

HC2 FW: 3.583 (beta)

Link to comment
Share on other sites

  • 0

Great! Thanks for posting the outcome

Please login or register to see this image.

/emoticons/default_smile.png" alt=":)" srcset="https://forum.fibaro.com/uploads/emoticons/[email protected] 2x" width="20" height="20" />

Link to comment
Share on other sites

  • 0
  • Inquirer
  • Hi,

    I have updated Minimote firmware to 1.18

    Using HC2 version : 3.580

    now it is working fine and the response is very fast

    [ Added: 2014-02-28, 12:53 ]

    Hi,

    Can i define the turn off time on Minimote buttons. For example, On single press of a button Light 1 and Light 2 were ON, i want to switch OFF only Light 1 first later Light 2 by doing some settings like press button for 10sec Light 1 will go OFF and press button for 20sec Light 2 will go OFF.

    Is it possible to do programming in such a way, if so how can i do?

    Any advice?

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