Installing Sky Remote Client

Hi is there anyway of installing this sky remote client to hassio like this
https://github.com/dalhundal/sky-remote-cli

Hi,

last weekend I managed to get this to work in a very basic way - but it is stable.
I just cloned and changed another project regarding ps4 controls with a docker bridge addon.

My first steps in this project are available here:


It is named skywaker and needs some additional files…

It is all a little bit frustrating because the receivers are not sendig any feedback. So for now I am only able to give the “POWER” command. For me that is enough to integrate the box to my multimedia switching.
But nothing more for now.

The source projekt is from here (https://github.com/vkorn/hassio-addons/tree/master/ps4waker) - and I deactivated 80% of everything, and only used the given addon “bridge” to control the sky-remote lib from here (https://github.com/dalhundal/sky-remote)

It is okay to give me a LOL or ROFL, but for me that is a quick and dirty solution for now…

(My setup: German sky UHD/HD+ Receiver based on Humax 160.)

Looks brilliant. Are you thinking of adding the additional files

They are in my /hassio area… You need the custom_components/media_player dir in your config path, and place the sky.py there. Thats the additional part… (https://github.com/hudecitydave/hassio-addons/tree/master/custom_components/media_player).

Define a media player like:

  • platform: sky
    host: http://hassio_ip:port
    sky_ip: ip_of_sky_box
    name: Sky Receiver
    local_store: channels

Please download the “skywaker” dir and add the addon as “local addon”. I think there is a problem to add my git repo to hass.io directly for now…

Works for me …

Dave,

This looks just what I’m looking for!

Bit new to home assistant and keen to learn.

Any chance you could let me know if this would work on hass.io? Or does it need to be docker?

Any further instructions would be welcomed…

Have you managed to further this code in any way out of curiosity?

Thanks for you help!

WD