1.3.2 • Published 4 years ago

homebridge-simplisafeplatform v1.3.2

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
4 years ago

homebridge-SimpliSafePlatform

This project is a Homebridge platform pluging 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.

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 that is unable to be turned off.
  • Do to SimpliSafe CNAME limitations Cameras will not work on ipv6.

Installation

npm install -g homebridge-simplisafeplatform

Configuration Example

{
    "bridge": {
        "name": "Homebridge",
        "username": "CC:22:3D:E3:CE:30",
        "port": 51826,
        "pin": "031-45-154"
    },

    "accessories": [],
    "platforms": [
      {
        "platform" : "homebridge-simplisafeplatform",
        "name" : "SimpliSafe Client",
        "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 chowielin, nfarina, tobycth3, greencoder, nikonratm, muzzymate and murphmr.

1.3.2

4 years ago

1.3.1

4 years ago

1.2.27

4 years ago

1.2.26

4 years ago

1.2.24

4 years ago

1.2.23

4 years ago

1.2.21

5 years ago

1.2.20

5 years ago

1.2.19

5 years ago

1.2.18

5 years ago

1.2.17

5 years ago

1.2.16

5 years ago

1.2.15

5 years ago

1.2.14

5 years ago

1.2.13

5 years ago

1.2.12

5 years ago

1.2.11

5 years ago

1.2.10

5 years ago

1.2.9

5 years ago

1.2.8

5 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.1.1

5 years ago

1.0.36

5 years ago

1.0.35

5 years ago

1.0.34

5 years ago

1.0.33

5 years ago

1.0.32

5 years ago

1.0.31

5 years ago

1.0.30

5 years ago

1.0.29

5 years ago

1.0.28

5 years ago

1.0.27

5 years ago

1.0.26

5 years ago

1.0.25

5 years ago

1.0.24

5 years ago

1.0.23

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago