Ziggo Mediabox Next
Breaking changes!!
Sensors are added to this component. Therefore the configuration for this component has changed. Check the configuration section below!
Description
A media player component for Home Assistant that creates a media player and a sensor for each Ziggo Media Box Next in your account.
Prerequisites
- You need a Ziggo account with a Ziggo Media Box Next.
- The energy mode needs to be set to high ("Hoog" in Dutch), otherwise you are not able to switch the device on in the media player.
HACS Installation
- Make sure you've installed HACS
- In the integrations tab, search for ZiggoNext.
- Install the Integration.
- Add ziggonext entry to configuration (see below)
Manual installation
- Open the directory (folder) for your HA configuration (where you find configuration.yaml).
- If you do not have a custom_components directory (folder) there, you need to create it.
- In the custom_components directory (folder) create a new folder called ziggonext.
- Download all the files from the custom_components/ziggonext/ directory (folder) in this repository.
- Place the files you downloaded in the new directory (folder) you created.
- Add ziggonext entry to configuration (see below)
- Restart Home Assistant
Configuration
ziggonext:
username: !secret ziggo_username
password: !secret ziggo_password
The id's for media_players and sensors are generated based on the name provided by Ziggo. You can adjust your box name in the settings on the ziggogo.tv website.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
username | string | yes | Your Ziggo username |
password | string | yes | Your Ziggo password |
country_code | string | no (default 'nl') | Your country code. Currently supported: nl, ch & be |
Credits
- The excellent start from IIStevowII for a single settopbox inspired me!
- The nodejs script NextRemoteJs from basst85 used as reference to compare results.
- Contributions by: