Ziggo introduced their “new” Mediabox Next. This will be replacing the horizon mediabox UPC and the mediabox XL Ziggo we’re spreading across the Netherlands past years.
For this there was an component:
The “my network” is not available any more in the new box.
So the request is if there could be looked in to making an component for this box.
New box is build by: Arris
Model number: DCX960
Internationally “Virgin” is also distributing this box.
Off course i’m willing to test and help where I can!
Would love to have FTTH but like a large group of us still not available in my area. So only options are, ADSL, cable, satellite or mobile nw. And then I think cable is the least worst of them
When I look in to the code I see that MQTT is used… searching for MQTT in combination with media box next I find someone on TWEAKERS.nl who states that the api of the box is over MQTT! Although ZIGGO states that there isn’t an API available. Some thing I would like to investigate further when I’m back from work. Thnx @IIStevowII for the hint!
I’ve tried the sample myself and got it working, so if I find some time I’ll try to make a python plugin for it. Still busy setting up HA in my own house so could take some time.
Nice! Would be great if someone could make this happen, like with the precursor of the Next (the Mediabox XL). Ziggo has been providing the Mediabox Next for everyone since last week.
So I made some progress with a custom component, but it takes a bit time because both Python and Home Assistant plugin development is new for me.
I now have a working custom component that has the same functionality as the JavaScript example I posted earlier.
Still need to work out how certain things work, like authentication and communication limits etc.
Things like re-using the token and refreshing when expired, and everything else I haven’t even thought of yet.
With some luck I could publish a first alpha release on Github this weekend if there is interest.
@IIStevowII off course i’m interested! If there is some thing I could help with or test give me a shout! I’m not familiar with this kind of programming but alway’s in for a challenge!
I’ve put a first version of my implementation online on github, you can find it here:
I do want to emphasize this is a first development release, which seems to work find under my setup. I have it running for a few days now without any problems, but that does not guarantee there aren’t any bugs.
I will try to do my best to help everyone with problems, but my time is limited and my expertise with Home Assistant and Python is only 2 weeks old, so bear with me.
I did as described but still get :
Platform not found: media_player.ziggo-mediabox-next
I placed the folder in the custom_components folder in my homeassistant config folder (where configuration.yaml sits )
all permission set but still nog go?