homebridge-sony-television
v0.0.4
Published
HomeKit TV for Sony Bravia TV
Downloads
11
Readme
Homebridge plugin for Bravia TV
!🚧 This is work in progress 🚧!
Requirements
- iOS 12.2 beta
- Homebridge v0.4.46 or newer
Installation
- npm install -g homebridge-sony-television
- Update your configuration file. See below for a sample.
- Set "Remote start" to ON in your Android TV Settings->Network->Remote Start
- Change "Authentication" to "Normal and Pre-Shared Key" in your Android Settings->Network->IP Control->Authentication
- Enter a "Pre-Shared Key" in your Android TV Settings->Network->IP control->Pre-Shared Key
Configuration
Enter the IP address of your television in the ipaddress field. On your TV go to Settings->Network->Home network->IP Control. Change Authentication to "Normal and Pre-Shared Key". Enter something for the Pre-Shared Key. Put that same string in the presharedkey field.
Configuration sample:
"accessories": [
{
"accessory": "Sony-Television",
"name": "Sony Television",
"ipaddress": "YOUR TV IP ADDRESS HERE",
"presharedkey": "YOUR PRESHARED KEY HERE",
"port": "80"
}
]