#homebridge-samygo
Samsung TV plugin for Homebridge
This plugin allows you to control your Samsung TV (SamyGO enabled) with HomeKit and Siri.
- Install homebridge using:
npm install -g homebridge
- Install this plugin using:
npm install -g homebridge-samygo
- Update your configuration file. See the sample below.
Example config.json:
"accessories": [
{
"accessory": "SamyGO",
"name": "TV living room",
"ip": "192.168.1.2"
}
],
Field | Description |
---|---|
accessory | Must always be "SamyGO". (required) |
name | The name you want to use to control the TV. |
ip | The internal ip address of your Samsung TV. |