1.0.8 • Published 3 years ago

@kristoffere/homebridge-sector-plugin v1.0.8

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

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
1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago