homebridge-samygo

0.0.1 • Public • Published

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:

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.

Package Sidebar

Install

npm i homebridge-samygo

Weekly Downloads

1

Version

0.0.1

License

ISC

Unpacked Size

19.2 kB

Total Files

10

Last publish

Collaborators

  • pippolino