Giter Site home page Giter Site logo

homebridge-skyq-tvremote's Introduction

Homebridge Sky Q Set-Top Plugin

Plugin for Sky Q which adds it to the Home app as a set-top box with the ability to use the control centre remote functionality.

Installation

Install using the Homebridge UI, or the same way you installed Homebridge - as a global NPM module. For example:

sudo npm install -g homebridge-skyq-tvremote

Configuration

"platforms": [
    {
        "name": "Sky Q TV Remote",
        "platform": "skyq-tvremote",
        "devices": [
            {
                "name": "Sky Q TV",
                "ipaddress": "192.168.0.2"
            },
            {
                "name": "Sky Q Mini 1",
                "ipaddress": "192.168.0.3"
            },
            {
                "name": "Sky Q Mini 2",
                "ipaddress": "192.168.0.4"
            }
        ]
    }
]

name: The Name of your Sky Q set-top box in the Home app.

ipaddress: Local IP address of the Sky Q set-top box.

Note: If you rename one of the boxes via the UI or in the configuration it will need to be removed and added back into the Home app.

Adding Sky Q set-top box to the Home app

Sky Q set-top boxes are exposed to HomeKit as separate accessories and each needs to be manually paired.

  1. Open the Home app on your device.
  2. Tap the Home tab, then tap .
  3. Tap Add Accessory, and select I Don't Have a Code or Cannot Scan.
  4. Enter the Homebridge PIN, this can be found under the QR code in Homebridge UI or your Homebridge logs, alternatively you can select Use Camera and scan the QR code again.

Getting the Sky Q set-top box IP address

On your Sky Q set-top box, go to:

Settings > Setup > Network > Advanced Settings > IP address

Note: If you dont reserve an IP address on your router via the DHCP settings then it may get a differnt IP if you restart your router and this will cause the plugin to fail.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.