0.0.1 • Published 7 years ago

homebridge-sony-android-tv v0.0.1

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

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).