Since I do not own a Ziggo subscription anymore I will stop updating this custom component.
I won't be able to debug what I'm building so I don't think it would be wise for me to continue the development.
If anyone would like to maintain this project, please contact me.
Ziggo-Remote-Control for HA
This Remote is not done yet
but the remote will work in conjunction with
https://github.com/Sholofly/arrisdcx960
And is based on
https://github.com/madmicio/LG-WebOS-Remote-Control
All the credits for the design go to: madmicio
installation:
HACS:
- Go to HACS
- Click FrontEnd http://homeassistant:8123/hacs/frontend
- Click 3 dots in the top right corner and Select "Custom repositories"
- Scrol down and Add:
url: https://github.com/bkbartk/Ziggo-Remote-Control
category: Lovelace - in the dashboard add a Card like the sample below
MANUAL
1. copy: "ziggo-remote-control.js" to "~\config\www\community\Ziggo-Remote-Control\ziggo-remote-control.js"
using git or some other method
2. in Ha go to Configuration\Loveace Dashboard\ resources http://homeassistant:8123/config/lovelace/resources
3. click add resource and add: "\hacsfiles\Ziggo-Remote-Control\ziggo-remote-control.js" Javascript Module
4. in the dashboard add a Card like the sample below
Usage Sample:
type: custom:ziggo-remote-control
entity: media_player.mediabox
volumeEntity: media_player.living_room_tv
volumeService: webostv
colors:
buttons: var(--deactive-background-button-color)
sources:
- name: Netflix
icon: mdi:netflix
- name: Videoland
icon: mdi:video
- name: YouTube
icon: mdi:youtube-tv
volume services are separate because the media box does not support this. if you don't have a supporting tv you should add dummy values.