https://github.com/simonbs/homebridge-samsungtv
Samsung TV plugin for homebridge.
https://github.com/simonbs/homebridge-samsungtv
homeautomation homebridge homekit samsung samsung-tv smarthome
Last synced: 5 months ago
JSON representation
Samsung TV plugin for homebridge.
- Host: GitHub
- URL: https://github.com/simonbs/homebridge-samsungtv
- Owner: simonbs
- Created: 2017-01-14T18:15:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-15T19:47:42.000Z (over 8 years ago)
- Last Synced: 2025-05-06T23:17:16.957Z (5 months ago)
- Topics: homeautomation, homebridge, homekit, samsung, samsung-tv, smarthome
- Language: JavaScript
- Size: 3.91 KB
- Stars: 16
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebridge-samsungtv
Samsung TV plugin for [Homebridge](https://github.com/nfarina/homebridge). Supports turning on and off the TV using HomeKit and Siri.
## Installation
1. Install using `npm install -g git+ssh://git@github.com/simonbs/homebridge-samsungtv.git `
2. Add your Samsung TV to `~/.homebridge/config.json` as shown below.```
"accessories": [{
"accessory": "SamsungTV",
"name": "TV",
"macAddress": "AA:BB:CC:DD:EE:FF",
"ipAddress": "192.168.0.1"
}]
```
3. Restart homebridge.
4. Your Samsung TV should now appear in your Home app as a switch.