Skip to content

KixAss/homebridge-ziggo-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-ziggo-next

homebridge-ziggo-next is a Homebridge plugin allowing you to control your mediabox & any connected HDMI-CEC controllable devices with the Apple Home app & Control Centre remote!

The Ziggo Next will display as a TV Accessory with Power, Input & Remote Control.

Requirements

  • iOS 12.2 (or later)
  • Homebridge v0.4.46 (or later)

Installation

Install homebridge-ziggo-next:

npm install -g homebridge-ziggo-next

Usage Notes

Quickly switch input using the information (i) button in the Control Centre remote

Configuration

Add a new platform to your homebridge config.json.

Specific "favourite" inputs can be added manually or all available inputs reported by the AVR will be set (only the first 50).

Example configuration:

{
    "platforms": [
      {
        "platform": "ziggo-next",
        "name": "Mediabox",
        "username": "[email protected]",
        "password": "Your Ziggo-password"
      }
    ]
  }

Optionally it's possible to only add the channels you are interested in. E.g. if you would like to add Ziggo channels NPO 1, NPO 2, CNN and Euronews, use the following configuration:

{
    "platforms": [
      {
        "platform": "ziggo-next",
        "name": "Mediabox",
        "username": "[email protected]",
        "password": "Your Ziggo-password",
        "channels": [
        1,
        2,
        503,
        505
        ]
      }
    ]
  }

The values for the channels above correspond to the channel numbers in Ziggo.

Thanks to

homebridge-yamaha-avr

NextRemoteJs

About

Add your Ziggo Mediabox Next to Homebridge and Homekit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published