homebridge-ziggo-next
Version:
homebridge-plugin - Add Ziggo Mediabox Next to Homekit
41 lines (31 loc) • 970 B
Markdown
`homebridge-ziggo-next` is a Homebridge plugin allowing you to control your mediabox with the Apple Home app & Control Centre remote!
The Ziggo Next will display as a TV Accessory with Power, Input & Remote Control.
* iOS 12.2 (or later)
* [Homebridge](https://homebridge.io/) v0.4.46 (or later)
Install homebridge-ziggo-next:
```sh
npm install -g homebridge-ziggo-next
```
Quickly switch input using the information (i) button in the Control Centre remote
## Configuration
Add a new platform to your homebridge `config.json`.
Example configuration:
```js
{
"platforms": [
{
"platform": "ziggo-next",
"name": "Mediabox",
"username": "your@email.com",
"password": "Your Ziggo-password"
}
]
}
```
[](https://github.com/ACDR/homebridge-yamaha-avr)
[](https://github.com/basst85/NextRemoteJs/)