Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vrachieru/samsung-tv-api
Samsung Smart TV API wrapper.
https://github.com/vrachieru/samsung-tv-api
home-automation samsung-tv smart-home smart-tv
Last synced: about 9 hours ago
JSON representation
Samsung Smart TV API wrapper.
- Host: GitHub
- URL: https://github.com/vrachieru/samsung-tv-api
- Owner: vrachieru
- License: mit
- Created: 2017-05-29T15:53:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T16:15:18.000Z (over 1 year ago)
- Last Synced: 2024-11-06T14:08:22.646Z (6 days ago)
- Topics: home-automation, samsung-tv, smart-home, smart-tv
- Language: Python
- Size: 2.93 KB
- Stars: 112
- Watchers: 6
- Forks: 26
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
```bash
$ pip3 install git+https://github.com/vrachieru/samsung-tv-api.git
```
or
```bash
$ git clone https://github.com/vrachieru/samsung-tv-api.git
$ pip3 install ./samsung-tv-api
```## Usage
```python
from samsungtv import SamsungTVtv = SamsungTV('192.168.xxx.xxx')
tv.power() # toggle power
```## License
MIT