homebridge-prosegur
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

homebridge-prosegur

verified-by-homebridge

This is a Verified Homebridge plugin for Prosegur alarms users that allow homeowners to control their security system. The plugin currently supports Prosegur alarms in Colombia, it should also work in Portugal and Spain though it hasn't been tested there.

Video streming support in beta, looking to improve performance in future versions.

To use this plugin, here are three simple steps you need to follow:

  1. Run npm install homebridge-prosegur
  2. Configure the plugin using the configuration example
  3. Restart Homebridge

You can also search prosegur using HOOBS or Onzu's Homebridge Config UI. Then proceed to configure the plugin using the included settings in the plugin page.

Configuration

When configuring this plugin, simply add the platform to your existing config.json file. Mind that the platform name must always be Prosegur.

{
  "platforms": [
    {
      "platform": "Prosegur",
      "name": "Alarm Name",
      "username": "email@email.com",
      "password": "1234567890",
      "country": "CO",
      "enableVideoCamera": true
    },
    {
      "platform": "...",
      "name": "..."
    }
  ]
}

platform: Prosegur name: Name that will be showed in Homekit. username: The email you use to login to the prosegur web console. password: The password you use to login to the prosegur web console. country: Can be AR, CO, ES or PT. enableVideoCamera: Show installed camera?

Notes

This project has no relationship with Prosegur (unofficial library). The component uses the API provided by the Web Application. Has only been tested in Colombia, but should also work in Spain, Portugal and Argentina.

Credits and Appreciation

Based on the pyprosegur library by @dgomes Video streaming suppport based on homebridge-camera-ffmpeg.

Package Sidebar

Install

npm i homebridge-prosegur

Weekly Downloads

2

Version

1.1.0

License

Apache-2.0

Unpacked Size

131 kB

Total Files

69

Last publish

Collaborators

  • juanelegomez