1.0.5 • Published 4 years ago

hap-simplisafe v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

hap-simplisafe

This project is a HomeKit Client that allows you to monitor and control your SimpliSafe Alarm System with the iOS Home app (HomeKit) as well as through Siri. This project uses the its own API from several different examples out there... So, with that being said it is an unoffical version of SimpliSafe API and might change in the future without warning. That will cause this to fail unless monitor and the code updated.

To run this: open a console/terminal/command and type simplisafe to launch.

Screenshots

View from the home app Controlling alarm system System Sensors

Notes

  • Usage of this plugin requires the extra $10/month online monitoring plan, since that enables the required API endpoints to control the alarm remotely.
  • The NON-WIFI system has a Voice Prompt ("Your Settings Has Been Synchronized") that is unable to be turned off.
  • Since SimpliSafe hasn't change there CNAME the Cameras will not work on network running ipv6.

Installation

npm install -g hap-simplisafe

Configuration Example

{
    "bridge": {
        "name": "CC:22:3D:E3:CE:15",
        "port": 51826,
        "pin": "078-45-141"
    },
    "name" : "SimpliSafe",
    "SerialNumber": "system serial",
    "username" : "email",
    "password" : "password"
}
  • This will only work for one system at one location. So in order to do multiple systems each location would need to run homebridge and this platform plugin.

Major Credit goes to KhaosT, chowielin, nfarina, tobycth3, greencoder, nikonratm, muzzymate and murphmr.