homebridge-nac_shac-supatech
v2.0.2
Published
C-Bus NAC/SHAC plugin for homebridge: https://github.com/homebridge/homebridge
Downloads
5
Readme
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"
}
]