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

2.0.2 • Public • Published

Homebridge NAC/SHAC Plugin

Homebridge NAC/SHAC Plugin is a plug-in for Homebridge that adds support for the original Clipsal C-Bus NAC/SHAC.

Support following device types: Relay Dimmer Blind

Need to be done

  • Refresh current status of devices when devices are controlled by other controllers rather Homebridge.

NAC/SHAC Setup

The plug-in is recognising the device type by looking at the keywords for each device.

Supporting keywords: Relay Dimmer Blind

Installation

You can install the plug-in using npm:

sudo npm install -g homebridge-nac_shac-supatech

Configuration

homebridge-nac_shac-supatech is added as a platform in your config.json:

"platforms": [
  {
    "name": "NAC/SHAC",
    "IPAddress": "1.2.3.4",
    "httpPortNumber": 80,
    "httpsPortNumber": 443,
    "Username": "your username",
    "Password": "your password",
    "platform": "homebridge-nac_shac-supatech"
  }
]

Readme

Keywords

Package Sidebar

Install

npm i homebridge-nac_shac-supatech

Weekly Downloads

0

Version

2.0.2

License

Apache-2.0

Unpacked Size

77.1 kB

Total Files

41

Last publish

Collaborators

  • nic_supa