SimpliSafe homebridge plugin with Sensors
npm install homebridge-simplisafeplatformThis 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.
"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.