Coder Social home page Coder Social logo

homebridge-plugin-androidtv's Introduction

homebridge-plugin-androidtv

verified-by-homebridge npm-version npm-total-downloads

Donate Donate

Homebridge plugin for AndroidTV, enabling HomeKit support for AndroidTV devices.

Note that this is an unofficial plugin.

Installation

  1. Install Homebridge by following the instructions.
  2. Install this plugin using Homebridge Config UI X, or by running npm install -g homebridge-androidtv.
  3. Connect to http://localhost:8182 and pair detected devices with shown secret code
  4. On HomeKit app tap on 'Add accessory'
  5. Enjoy ;-)

Configuration

You can configure channels, keys and applications (don't hesitate to create an HomeKit Scene to launch them by voice)

For channels, we always consider TV App as the first on the list channel shown after a 'Home' tap on regular remote

Example for French TV :

{
   "channels": [
      {"name": "TF1", "number": 1}, 
      {"name": "France 2", "number": 2}, 
      {"name": "France 3", "number": 3}, 
      {"name": "France 5", "number": 5}, 
      {"name": "M6", "number": 6}, 
      {"name": "Arte", "number": 7}, 
      {"name": "LCP", "number": 13}, 
      {"name": "BMF TV", "number": 15},
      {"name": "CNEWS", "number": 16}, 
      {"name": "LCI", "number": 26}, 
      {"name": "France Info", "number": 27}
   ]
}

Example for keys :

{
   "keys": [
      {"name": "Power", "key": "KEYCODE_POWER"},
      {"name": "VolUp", "key": "KEYCODE_VOLUME_UP"},
      {"name": "VolDown", "key": "KEYCODE_VOLUME_DOWN"},
      {"name": "Home", "key": "KEYCODE_HOME"},
      {"name": "Mute", "key": "KEYCODE_MUTE"}
   ]
}

Key code are listed here:

Example for populars applications :

{
   "applications": [
      {"name": "Netflix", "link": "https://www.netflix.com/title.*"},
      {"name": "OQEE", "link": "https://oq.ee/home/"},
      {"name": "Disney+", "link": "https://www.disneyplus.com"},
      {"name": "Amazon Prime", "link": "https://app.primevideo.com"},
      {"name": "Salto", "link": "https://www.salto.fr"}
   ]
}

You can find in Wiki a french TV by Free configuration

homebridge-plugin-androidtv's People

Contributors

louis49 avatar galanalex avatar lnking81 avatar

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.