@kristoffere/homebridge-sector-plugin
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

Build and Lint

Setup plugin

When plugin is installed, you need to configure it with the required options.

{
    ...
    "platforms": [
         {
             "name": "homebridge-sector-plugin",
             "platform": "SectorPlatform",
             "userId": "user@name.com",
             "password": "top-secret-password",
             "panelCode": "your personal access code",
             "panelId": "Specific panelid for the sector site you want to manage",
             "showTemperatures": false
         }
     ],
}

PanelCode:

Would be the personal code you have created to turn on/off the alarm system.

PanelId:

Can be found by inspecting the network log when logged into SectorAlarm MyPage.

  • Can only manage one site a time for the moment.
  • Working on handling multiple.

ShowTemperatures:

Due to slow api response time from sector, showing temperatures might slow down the platform.

Features to come

  • Manage multiple SectorAlarm sites
  • Manage registered SmartPlugs

Package Sidebar

Install

npm i @kristoffere/homebridge-sector-plugin

Weekly Downloads

2

Version

1.0.8

License

Apache-2.0

Unpacked Size

69.3 kB

Total Files

44

Last publish

Collaborators

  • kristoffere