homebridge-vsx-receiver
v0.0.2
Published
HomeKit TV for VSX Receivers
Downloads
4
Readme
Homebridge plugin for VSX Receivers
!🚧 This is work in progress 🚧!
Requirements
- iOS 12.2 beta
- Homebridge v0.4.46 or newer
Installation
- npm install -g homebridge-vsx-receiver
- Update your configuration file. See below for a sample.
Configuration
Enter the IP address of your receiver in the ip field. Default port is 23. Only use something different if you are sure you changed your receiver's port.
Configuration sample:
"accessories": [
{
"accessory": "VSX",
"name": "VSX-45",
"description": "Receiver",
"ip": "192.168.134.20",
"port": 23
}
]