https://github.com/jhurliman/homebridge-frontpoint
Homebridge plugin for FrontPoint alarm systems.
https://github.com/jhurliman/homebridge-frontpoint
alarm-panel frontpoint-security home-automation homebridge homebridge-plugin homekit
Last synced: about 2 months ago
JSON representation
Homebridge plugin for FrontPoint alarm systems.
- Host: GitHub
- URL: https://github.com/jhurliman/homebridge-frontpoint
- Owner: jhurliman
- License: mit
- Created: 2017-11-09T02:04:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T23:42:33.000Z (over 1 year ago)
- Last Synced: 2025-04-11T01:17:46.242Z (about 2 months ago)
- Topics: alarm-panel, frontpoint-security, home-automation, homebridge, homebridge-plugin, homekit
- Language: JavaScript
- Size: 13.7 KB
- Stars: 9
- Watchers: 4
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebridge-frontpoint
Homebridge plugin for FrontPoint alarm systems.## Example config.json
```json
{
"platform": "FrontPoint",
"name": "Security System",
"username": "ENTER YOUR_USERNAME",
"password": "ENTER YOUR PASSWORD",
"armingModes": {
"away": {
"noEntryDelay": false,
"silentArming": false
},
"night": {
"noEntryDelay": false,
"silentArming": true
},
"stay": {
"noEntryDelay": false,
"silentArming": true
}
}
}
```