Ziggo Horizon Box Support

To determine the state of the box (on/off), the mediabibliotheek feature needs to be setup, see this link for more info:
https://www.ziggo.nl/klantenservice/mediabox-xl/persoonlijke-media-afspelen/

Let me know if it works after that.

HI,

I checked the whole menu, but cannot find the Setup Media library option at all. I have got the Media option and can use streaming from e.g. the NAS, but cannot setup the library.

I believe i have setup the library already and therefore i can already browse my files from my nas.

The whole setup is very fragile, so Iā€™m not keen of messing my current setup up :wink:
What you want to achieve though is that the mediabox becomes a DLNA server itself. I believe this is called ā€œmedia sharingā€ or something similar and (if I remember correctly) youā€™re asked whether you want this (or not) when you setup the thuisnetwerk feature.

If possible, try to set it up again. When the sharing stuff is setup, the xml should be present and everything ā€œshould workā€ (read: donā€™t touch it after that :wink: )

Iā€™m with Unitymedia in Germany, who use the same HoirzonBox als Ziggo. So I added the component and it works. Unfortunately the channel names now are still wrong (although the switiching itself works). Is there a possibility to change the channel names? Iā€™m quite new to everything :slight_smile:
Thanks.

Thatā€™s pretty cool! Let me see if Unitymedia offers the channel listing. If it does, I can add a provider config option to the component, to download the correct listing as needed.

1 Like

If there is no listing, I could go through my channels and write them down - I havenā€™t changed the order.

Hi,
Can someone help me with my automation?

I want turn off one light when my mediabox turns on. But i canā€™t get it to work. This is my automation:

- alias: Lamp uit wanneer TV aan
  trigger:
    platform: state
    entity_id: media_player.ziggo_mediabox
    from: 'off'
    to: 'on'
  action:
    - service: light.turn_off
      entity_id: light.lamp_achter_de_bank

Iā€™ve tried to change the trigger with from: ā€˜idleā€™ and to: ā€˜playingā€™ but still no reaction.
Can someone point me in the right direction? Thanks in advance!

- alias: Lamp uit wanneer TV aan
  trigger:
    platform: state
    entity_id: media_player.ziggo_mediabox
    from: 'off'
    to: 'playing'
  action:
    - service: light.turn_off
      entity_id: light.lamp_achter_de_bank

Try this! :slight_smile:

3 Likes

Brilliant. Thank you! Is there a way to determine that values by my self?

Untitled
Youā€™re welcome! :slight_smile:

So ziggo is replacing this model (media box xl) with the new ziggo next box, anyone already managed to add this to hass? :smile:

This should be very nice!

You should add a new feature request related to the horizon next.

Would someone be able to help me? Iā€™ve connected the Mediabox XL (not the next) to HA, turning off and on works but state is always off, Iā€™ve enabled ā€œthuisnetwerkā€ with ā€œmediabiblotheekā€ so it should work. Would it be worth setting it up or should I upgrade to the mediabox next and use that?

config:
media_player:

  • platform: ziggo_mediabox_xl
    host: 192.168.1.215
    name: Ziggo Mediabox

As a Next user i really recommend to upgrade to the next. Besides that Iā€™ve written a custom integration for it, available via HACS. Thereā€™s a pull request to add support to HA Core.

Itā€™s available in the core repo of HACS. Search for LG Horizon