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
Search the Community
Showing results for tags 'arm'.
-
Keypad, RFID device to arm disarm control HC2 alarm system
johndeere posted a question in Scenes and Interface
Hi everyone, I'm sure many of you use your HC2 as an alarm system. I'm looking for a physical keypad and/or FRID device which is compatible and works with HC2 without any problems for access control. Please be so kind and let me know if you know about anything like this. Or else, please let me know how do you control your alarm, apart from smartphone apps and keyfob. I'm desperately looking for a working , tested solution on hardware and scenes. Any suggestions, ideas much appreciated! Thanks! -
When i am trying to arm (fibaro HC2) the door sensor V2 i get a message that it failed because certain devices not fullfill certain conditions. There seems to be a problem but totally unclear to me what the issue is. Has somebody any idea what could cause this issue? How to find out what the issue is? I can force the arming but is this then ok, no issue anymore?
-
Zipato Mini Keypad RFiD - Fibaro HC2 LUA
xirilius posted a question in Other Devices / Third-party devices
Hello, I like to start a scene at every keypress on my Zipato Mini Keypad with RFiD Example: Zipato Away + PIN >>> Start scene Arm Zipato Home + TAG >>> Start scene DisArm Zipato Away + TAG >>> Start scene Arm Zipato Home + PIN >>> Start scene DisArm This works fine, no problem so far but if i'm also using my smartphone it doesn't work 1) Yesterday Alarm Disarmed by Zipato-Home-key + PIN 2) Today Alarm Armed by Smartphone 3) Today i try to disarm by Zipato-Home-key + TAG >>> NO TR -
KeyCode a LUA program for a Digital Key with Fibaro UBS
Franz posted a question in Scenes and Interface
KeyCode LUA program for a Digital Key with Fibaro UBS. KeyCode is a LUA script to create a digital key operated by a secret code. Requirements: Fibaro Universal Binary Sensor (UBS). one or two momentary switches (push buttons). Fibaro HC2. It permits to define: - two secret codes (one for each UBS input) - maximum number of failures - captive interval during which also the valid code will be recognized as invalid Two momentary keys can be used as keyboard to input the secret codes to open/close a door, arm/disarm alarms, turn on/off lights, etc... How it works. Input1 and/or -
Hi. Can anyone here please tell me how to arm/disarm the alarm system by a scene? Another question: How do I only arm a part of the house? What I would like is a "gone to bed button" (arm some parts of the house) and a "left the house" button (arm the hole house). I use HCL Thanks. Jan
- 5 replies
-
- Arm disarm by scene
- arm
-
(and 1 more)
Tagged with:
-
As Fibaro has no external keypad system to arm or disarm the alarm, the only way to work is with the tablet. Is there a way to let your tablet (android) make a sound notification when arming the alarm or when entering the building when the alarm is armed? Maybe it's a nice feature in the future?
-
How hard can it be to set a value to 30 from 60 ? delay = fibaro:getValue(28, "alarmDelay"); -- Get time fibaro:debug ("exit delay =" ..delay); fibaro:call(28, "alarmDelay", "30"); --set new time delay = fibaro:getValue(28, "alarmDelay"); -- Get new time fibaro:debug ("new exit delay =" ..delay); But i cant change it, It is still 60