0.0.1 • Published 6 years ago

homebridge-samygo v0.0.1

Weekly downloads
5
License
ISC
Repository
github
Last release
6 years ago

#homebridge-samygo

Samsung TV plugin for Homebridge

This plugin allows you to control your Samsung TV (SamyGO enabled) with HomeKit and Siri.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-samygo
  3. Update your configuration file. See the sample below.

Configuration

Example config.json:

    "accessories": [
		{
			"accessory": "SamyGO",
			"name": "TV living room",
			"ip": "192.168.1.2"
		}
	],

Configuration fields:

FieldDescription
accessoryMust always be "SamyGO". (required)
nameThe name you want to use to control the TV.
ipThe internal ip address of your Samsung TV.