# homebridge-samsung-smart-tv18

This plugin allows you to turn On/Off Samsung Smart TV with [Homebridge](https://github.com/nfarina/homebridge)    
(HomeKit / Siri). 
It has been tested with NU Series 2018.
It can only turn on the TV if the TV is connected to the internet with cable, it doesn't work with Wi-Fi, since it relies on Wake On Lan.

# Install:
```
sudo npm install -g homebridge-samsung-smart-tv18
```

# Config JSON - Example: 

```
{
  "accessory": "SamsungSmartTV2018",
  "name": "NAME OF YOUR TV",
  "ip_address": "IP OF YOUR TV",
  "mac_address": "MAC ADDRESS OF YOUR TV"
}
```
