Skip to content

apwelsh/homebridge-samsungtv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Homebridge-samsungtv

Samsung TV plugin for Homebridge

This allows you to control your Samsung TV with HomeKit and Siri.

##Installation

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

##Configuration Example config.json:

    "accessories": [
		{
			"accessory": "SamsungTV",
			"name": "TV Living room",
			"ip_address": "192.168.1.2"
		}
	],

Fields:

  • "accessory": Must always be "SamsungTV" (required)
  • "name": The name you want to use to control the TV.
  • "ip_address": The internal ip address of your samsung TV

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%