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

Fibaro Alarm : how to arm / disarm ... using LUA


kiwi

Question

Hi,

I need to arm / disarm the Alarm from a LUA code. How can this be done ?

Regards,

Xavier

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Fibaro modules:

fibaro:call(ID, "setArmed", "1")

fibaro:call(ID, "setArmed", "0")

Alarm Satel - zones:

fibaro:call(ID, "arm")

fibaro:call(ID, "disarm")

fibaro:call(ID, "clearAlarm")

Link to comment
Share on other sites

  • 0
  • Inquirer
  • Fibaro modules:

    fibaro:call(ID, "setArmed", "1")

    fibaro:call(ID, "setArmed", "0")

    Good, So for arming all alarm (Alarm panel) I have to for a call on all modules I have to check?

    Link to comment
    Share on other sites

    • 0

    Yes, if you for instance set a module to wait 30s before actually arming, then in webpanel you'll see a countdown. As soon as you've armed one of the sensors, you'll see the switch in the alarm panel has moved to a position between 0 and 1, indicating that some of the sensors have been armed, but not all of them.

    As soon as all you're to-be-armed sensors have been armed, the alarm panel switch will move to 1.

    Link to comment
    Share on other sites

    • 0

    darren-mc, yes check scene options

    Link to comment
    Share on other sites

    • 0

    Sorry perhaps I was a little mis-leading...

    When the Alarm is set I need to either:

    Set a Global (call it House Vacant) and/or trigger a scene (say to turn off TV)

    Then when the alarm is unset :

    UnSet a Global and/or trigger a scene (say to turn on TV)

    I can't see how to do this.

    I used to do this in HomeSeer but can't see how to achieve this.

    Thanks

    Darren

    Link to comment
    Share on other sites

    • 0

    I just tried. You could make a scene that checks when a sensor is armed. It will then run the scene.

    So you could just check if one or multiple devices are armed and then set your variable

    Please login or register to see this image.

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

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