1.0.1 • Published 5 years ago
homebridge-beolink-gateway v1.0.1
Homebridge Beolink Gateway plugin
Introduction
Welcome to the Beolink Gateway plugin for Homebridge.
This plugin allows you to control your Macro's created on the Beolink Gateway with HomeKit using the Home app and Siri.
Installation
- Install Homebridge using:
npm install -g homebridge - Install this plugin using:
npm install -g homebridge-beolink-gateway - Update your Homebridge
config.jsonusing the sample below.
Configuration sample
"platforms": [
{
"platform": "homebridge-beolink-gateway",
"gateways": [
{
"name": "YourGatewayName",
"url": "http://192.168.1.XX",
"prefix": "B&O",
"username": "YourGatewayUsername",
"password": "YourGatewayPassword"
}]
}
]Fields:
nameAn internal name of the gateway for loggin.urlThe url on which the gateway is available .prefixUsed to prefix the accessories to easily identify them in Homekit (can be left empty).usernameThe username used to login onto the Beolink Gteway.usernameThe password used to login onto the Beolink Gateway
WIP/TODO
- Dynamically update when new macro's that are added. (Now a reboot of homebridge is needed)
- See if accessoires can be added for the resources; to display actual status or even change input of the devices.