seikan / homebridge-sony-android-tv

Sony Android TV plugin for Homebridge.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homebridge-sony-android-tv

This is Sony Android TV plugin for Homebridge. Add this to your Homebridge service to enable control to your Sony TV over Siri and Home app.

sony-android-tv

Features

  • Switch on / off the TV.
  • Volume control. (Coming Soon)
  • Mute / Unmute. (Coming Soon)

Installation

  1. Install required packages.

    npm install -g homebridge-sony-android-tv request
    

  2. Enable Remote Start on Sony TV. Open TV Settings, go to Network, then set Remote Start to On.

    Enable Remote Start

  3. Now go to Advanced Settings -> IP Control. Change the Authentication to Normal and Pre-Shared Key. Then set the Pre-Shared Key to any unique string you want.

    IP Control

  4. Add these values to config.json.

      "accessories": [
        {
          "accessory": "SonyAndroidTV",
          "name": "Sony TV",
          "ip": "TV_IP_ADDRESS",
          "psk":"YOUR_PRE_SHARED_KEY"
        }
      ]
    

  5. Restart Homebridge, and your Sony Android TV will be added to Home app.

License

See the LICENSE file for license rights and limitations (MIT).

About

Sony Android TV plugin for Homebridge.

License:Other


Languages

Language:JavaScript 100.0%