- iOS 12.2 beta
- Homebridge v0.4.46 or newer
- 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
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"
}
]