Skip to content

HomeKidd/ESP8266-HomeKit-Paradox-Alarm-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

ESP8266  HomeKit Paradox Alarm System

ESP8266  HomeKit server for Paradox Alarm Systems


Instagram URL FaceBook URL YouTube URL

GitHub All Releases GitHub tag (latest by date) Donate

Still in development, currently its just an "empty" HomeKit Security System accessory and not controlling anything!!!

For More information and Supported Devices please read the Wiki page!

Features:

  • Arming Paradox Security Systems
  • Disarming Paradox Security Systems
  • Night Arm for Paradox Security Systems
  • Away Arm for Paradox Security Systems
  • Alarm notifications (via HomeKit)
  • Low Battery notification (backup battery faillure)
  • Tampered state
  • Custom Setup Page (with encryption)
  • Custom PCB for connecting ESP8266 to Paradox control panel (12V serial)
  • Reset button

Zones and Motion/Door sensers are not supported due to ESP8266 isn't powerful to handle 32 accessories at once!!!

Demo:



This project uses the Apple HomeKit accessory server library ESP-HomeKit from @MaximKulkin for ESP-OPEN-RTOS.

Although already forbidden by the sources and subsequent licensing, it is not allowed to use or distribute this software for a commercial purpose.

HomeKit Accessory Protocol (HAP) is Apple’s proprietary protocol that enables third-party accessories in the home (e.g., lights, thermostats and door locks) and Apple products to communicate with each other. HAP supports two transports, IP and Bluetooth LE. The information provided in the HomeKit Accessory Protocol Specification (Non-Commercial Version) describes how to implement HAP in an accessory that you create for non-commercial use and that will not be distributed or sold.
The HomeKit Accessory Protocol Specification (Non-Commercial Version) can be downloaded from the HomeKit Apple Developer page.
Copyright © 2019 Apple Inc. All rights reserved.