Fork me on GitHub

pimatic-samsung-tv by Marcus Wittig | github | npm

pimatic-samsung-tv

Npm Version Build Status Dependency Status

Pimatic plugin to control a Samsung TV

Plugin Configuration

{
      "plugin": "samsung-tv",
      "active": true,
      "debug": false,
      "host": "192.168.0.55"
}

Device Configuration

tbd

Contributions

Contributions to the project are welcome. You can simply fork the project and create a pull request with your contribution to start with. If you like this plugin, please consider ★ starring the project on github.

History

See Release History.

License

Copyright (c) 2015-2017, Marcus Wittig and contributors. All rights reserved.

AGPL-3.0

Plugin Config Options

pimatic-samsung-tv plugin config options
OptionDescriptionDefault
debug
boolean
Debug mode. Writes debug messages to the pimatic log, if set to true.
false
host
string
IP address of the Samsung TV

Device Config Options

pimatic-samsung-tv device config schemas

SamsungTvPresence

Samsung TV Presence Sensor
OptionDescriptionDefault
interval
number
The time interval in seconds (minimum 10) at which lock state shall be read
30
pimatic-samsung-tv is written by Marcus Wittig