bitfocus / companion-module-requests

Repository for tracking module requests
95 stars 10 forks source link

Sky Box control #1393

Open frankleggett opened 4 months ago

frankleggett commented 4 months ago

I would like to request a module to control the Sky TV Satelitte boxes. There is a Java project here which works https://github.com/dalhundal/sky-remote-web. Is it possible to use this with companion to program buttons on to do these functions.

peternewman commented 4 months ago

The actual control code is in here: https://github.com/dalhundal/sky-remote

Which is already released as an NPM module: https://www.npmjs.com/package/sky-remote

So just needs someone to wrap that in some Companion stuff. Probably a bit of copy/paste from one of the existing TV or set top box type modules.