All Projects → vrachieru → Samsung Tv Api

vrachieru / Samsung Tv Api

Licence: mit
Samsung Smart TV API wrapper.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Samsung Tv Api

automate-home
Yet another python home automation (iot) project. Because a smart light is more than just on or off.
Stars: ✭ 59 (+13.46%)
Mutual labels:  home-automation, smart-home
Tasmota Connect
Add your Tasmota devices as SmartThings devices
Stars: ✭ 51 (-1.92%)
Mutual labels:  home-automation, smart-home
Home-Assistant-Main
My Home Assistant Configuration Be sure to ⭐ my repo so you can keep up to date on the daily progress!
Stars: ✭ 54 (+3.85%)
Mutual labels:  home-automation, smart-home
smart-home
🏡 My smart home setup built on top of Home Assistant
Stars: ✭ 140 (+169.23%)
Mutual labels:  home-automation, smart-home
Home Assistantconfig
🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to ⭐ it. Updated FREQUENTLY!
Stars: ✭ 3,687 (+6990.38%)
Mutual labels:  home-automation, smart-home
libzwaveip
libzwaveip - Control Z-Wave devices from your IP network
Stars: ✭ 76 (+46.15%)
Mutual labels:  home-automation, smart-home
Home Assistant Config
🏠 Fully documented Home Assistant configuration for a smart-looking place. 😎 Be sure to ⭐️ my repo and copy ideas!
Stars: ✭ 258 (+396.15%)
Mutual labels:  home-automation, smart-home
tinkerhub
Build, connect to, interact and tinker with things on your local network
Stars: ✭ 22 (-57.69%)
Mutual labels:  home-automation, smart-home
Hoobs
Build your Smart Home with HOOBS. Connect over 2,000 Accessories to your favorite Ecosystem.
Stars: ✭ 325 (+525%)
Mutual labels:  home-automation, smart-home
Homegenie
HomeGenie, the open source, programmable, home automation server for smart connected devices and applications
Stars: ✭ 313 (+501.92%)
Mutual labels:  home-automation, smart-home
ad-alexatalkingclock
Alexa (or other Smart Speakers) tell you the time without asking every hour. Please ⭐️if you like my app :)
Stars: ✭ 30 (-42.31%)
Mutual labels:  home-automation, smart-home
Room Assistant
Presence tracking and more for automation on the room-level
Stars: ✭ 764 (+1369.23%)
Mutual labels:  home-automation, smart-home
zigbee
Database of Zigbee devices compatible with third party gateways: ZHA, deCONZ, Zigbee2MQTT, Tasmota, ZiGate, ioBroker,
Stars: ✭ 117 (+125%)
Mutual labels:  home-automation, smart-home
Tuya-v2-Supported-Devices
A collection of all of the known working Tuya v2 Devices
Stars: ✭ 30 (-42.31%)
Mutual labels:  home-automation, smart-home
homeassistant
Home Assistant Config
Stars: ✭ 50 (-3.85%)
Mutual labels:  home-automation, smart-home
houseflow
Home automation platform for microcontrollers(including ESP8266/ESP32), Raspberry Pi, and others. Made with Rust and C++.
Stars: ✭ 88 (+69.23%)
Mutual labels:  home-automation, smart-home
tplink-smartplug-api
TP-Link HS1xx smart plug API wrapper.
Stars: ✭ 48 (-7.69%)
Mutual labels:  home-automation, smart-home
home-assistant-config
🏠 Home Assistant Configuration & Documentation for my smart home using Node-RED for automations. Press ⭐ for notification of updates.
Stars: ✭ 34 (-34.62%)
Mutual labels:  home-automation, smart-home
Eventghost
EventGhost is an advanced, yet easy-to-use extensible automation tool for Windows.
Stars: ✭ 257 (+394.23%)
Mutual labels:  home-automation, smart-home
Smart Connected Mirror
Displaying real time information on a mirrored surface.
Stars: ✭ 379 (+628.85%)
Mutual labels:  home-automation, smart-home


Version Version
Samsung Smart TV API wrapper

This project is a library for remote controlling Samsung televisions via a TCP/IP connection. It currently supports modern (post-2016) TVs with Ethernet or Wi-Fi connectivity.

Install

$ pip3 install git+https://github.com/vrachieru/samsung-tv-api.git

or

$ git clone https://github.com/vrachieru/samsung-tv-api.git
$ pip3 install ./samsung-tv-api

Usage

from samsungtv import SamsungTV

tv = SamsungTV('192.168.xxx.xxx')
tv.power() # toggle power

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].