homebridge-samsungtvSamsung TV plugin for homebridge.
homebridge-samsungtv
Samsung TV plugin for Homebridge. Supports turning on and off the TV using HomeKit and Siri.
Installation
-
Install using
npm install -g git+ssh://git@github.com/simonbs/homebridge-samsungtv.git
-
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" }]
-
Restart homebridge.
-
Your Samsung TV should now appear in your Home app as a switch.
评论