This binding is intended to provide basic support for Paradox Alarm system.
With the power of openHAB this binding can be used for complex decision rules combining motion/magnetic sensor or whole partitions states with different scenarios.
Examples:
All partitions are armed, therefore there is no one at home.
Window is opened for more than 10 minutes and temperature outside is bellow XXX degrees, send mail/any other supported notification to particular people.
The bridge is used to communicate with IP150 ethernet module attached to Paradox security system.
panel
Thing
This is representation of Paradox panel. Has the general information about the main panel module, i.e. serial number, firmware/hardware/software versions, panel type, etc...
partition
Thing
The partition is grouped aggregation of multiple zones. It's also referred in Paradox Babyware as "Area".
zone
Thing
Paradox zone. Can be anything - magnetic, motion or any other opened/closed sensor. State channel is contact, "low battery" and "is tampered" channels are switch, label is String
Shows the communication status to Paradox. Different from Bridge status. Bridge may be online and able to receive commands but communication may be offline due to various reasons. Possible values [Offline, Online]
Optional boolean flag. Valid for partitions. When set to true the command DISARM will be allowed for the partition where the flag is enabled. CAUTION: Enabling DISARM command can be dangerous. If attacker can gain access to your openHAB (via API or UI), this command can be used to disarm your armed partition (area)
Calculated overall state of the partition (Armed, Disarmed, In Alarm)
detailedState
String
Calculated detailed state of the partition based on partition state bits (see below table for possible values)
additionalState
String
This used to be a channel where all different states were consolidated as semi-colon separated string. With implementation of each state as channel additional states should be no longer used. (deprecated channel)
readyToArm
Switch
Partition is Ready to arm
inExitDelay
Switch
Partition is in Exit delay
inEntryDelay
Switch
Partition in Entry Delay
inTrouble
Switch
Partition has trouble
alarmInMemory
Switch
Partition has alarm in memory
zoneBypass
Switch
Partition is in Zone Bypass
zoneInTamperTrouble
Switch
Partition is in Tamper Trouble
zoneInLowBatteryTrouble
Switch
Partition has zone in Low Battery Trouble
zoneInFireLoopTrouble
Switch
Partition has zone in Fire Loop Trouble
zoneInSupervisionTrouble
Switch
Partition has zone in Supervision Trouble
stayInstantReady
Switch
Partition is in state Stay Instant Ready
forceReady
Switch
Partition is in state Force Ready
bypassReady
Switch
Partition is in state Bypass Ready
inhibitReady
Switch
Partition is in state Inhibit Ready
allZonesClosed
Contact
All zones in partition are currently closed
command
String
Command to be send to partition. Can be (ARM, DISARM, FORCE_ARM, INSTANT_ARM, STAY_ARM, BEEP)
This binding would not be possible without the reverse engineering of the byte level protocol and the development by other authors in python, C# and other languages. Many thanks to the following authors and their respective GitHub repositories for their development that helped in creating this binding: