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

Arm/disarm alarm by scene


Question

Posted

Hi, is it possible to arm/disarm the alarm using a scene in HCL (firmware 3.593)?

Otherwise I would like to know if is it possible to arm/disarm the alarm by http command (ie using a virtual device into a scene).

Thank you.

4 answers to this question

Recommended Posts

  • 0
Posted
Hi, is it possible to arm/disarm the alarm using a scene in HCL (firmware 3.593)?

Otherwise I would like to know if is it possible to arm/disarm the alarm by http command (ie using a virtual device into a scene).

Thank you.

Arming and disarming the alarm using a scene is possible. However using HCL, you will need to use block scene logic to arm/disarm the alarm which will require a triggering factor. But you will be able to arm/disarm the alarm by pressing on the run button of the scene.

Yes it is also possible to arm/disarm the alarm by http command OR virtual device.

  • 0
  • Inquirer
  • Posted

    Arming and disarming the alarm using a scene is possible. However using HCL, you will need to use block scene logic to arm/disarm the alarm which will require a triggering factor. But you will be able to arm/disarm the alarm by pressing on the run button of the scene.

    Yes it is also possible to arm/disarm the alarm by http command OR virtual device.

    Hi MalvinYNJ,

    could you please say what is the command to arm/disarmi via http commend or via virtual device?

    Besides of that, I cant find anithing about "Fibaro alarm" in scene logic...

    • 0
    Posted

    Arm/Disarm devices

    arg1 = 1 - Armed

    arg1 = 0 - Disarmed

    http:///api/callAction?deviceID=51&&name=setArmed&arg1=0

    http:///api/callAction?deviceID=51&&name=setArmed&arg1=1

    For virtual devices you can use this.

    1 - Armed

    0 - Disarmed

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

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

    • 0
    Posted

    hi, you suggest here how to arm / disarm a prticular device. Do you know if there is a way to arm the whole alarm (alarm panel) in v4?

    I am doing a loop on individual devices but arming the whole panel would be better

    Please login or register to see this code.

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