A simple Homebridge plugin to arm and disarm Risco alarm systems. This plugin allows you to control your Risco security system through Apple's HomeKit, enabling you to arm and disarm your system using the Home app or Siri.
- Control your Risco alarm system through HomeKit
- Support for different arm states:
- Away Armed (All sensors active)
- Stay Armed (Partial/Home mode)
- Disarmed
- Real-time status updates
- Secure authentication with Risco Cloud
- Node.js 18.20.4 or later
- Homebridge v1.8.0 or later
- A Risco alarm system with cloud connectivity
- Your Risco cloud account credentials
You can install this plugin through the Homebridge UI or manually using npm:
npm install -g homebridge-risco-lite
Add the following to your Homebridge config.json
or configure through the Homebridge UI:
{
"platforms": [
{
"platform": "RiscoAlarmLite",
"name": "Risco Alarm",
"riscoUsername": "YOUR_RISCO_USERNAME",
"riscoPassword": "YOUR_RISCO_PASSWORD",
"riscoSiteId": YOUR_SITE_ID,
"riscoPIN": "YOUR_RISCO_PIN"
}
]
}
-
platform
: Must be "RiscoAlarmLite" (required) -
name
: The name that will appear in HomeKit (required) -
riscoUsername
: Your Risco Cloud username (required) -
riscoPassword
: Your Risco Cloud password (required) -
riscoSiteId
: Your Risco site ID (required) -
riscoPIN
: Your Risco alarm PIN code (required)
Once configured, your Risco alarm system will appear in the Home app as a security system accessory. You can:
- View the current arm state
- Arm the system (Away/Stay)
- Disarm the system
- Use Siri commands to control the system
If you want to contribute to the development:
- Clone the repository
git clone https://github.com/ranmee/homebridge-risco-lite.git
- Install dependencies
npm install
- Build the plugin
npm run build
- Link to your local Homebridge installation
npm link
If you encounter any issues:
- Make sure your Risco credentials are correct
- Verify your Risco system has cloud connectivity
- Check the Homebridge logs for any error messages
- Ensure your network can reach the Risco Cloud servers
For bugs, feature requests, and discussions please use the GitHub Issues page.
This project is licensed under the Apache-2.0 License - see the LICENSE file for details.
This plugin is not affiliated with, funded, or in any way associated with Risco Group.