2.0.2 • Published 20 days ago

homebridge-nac_shac-supatech v2.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
20 days ago

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"
  }
]
2.0.2

20 days ago

2.0.1

24 days ago

2.0.0

24 days ago

1.1.1

1 month ago

1.1.0

1 month ago

1.1.2

1 month ago

1.0.0

6 months ago