Skip to content

sl33nyc/lgtv-rs232-zcline91

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LGTV RS232

This is a simple example package to allow control of the LG 47LW6500 TV through its serial port. It may be compatible with other LG TVs and support for more TVs may be added in the future. Right now, this is just for functionality with the TV model that I own.

Example usage:

from lgtv_rs232 import LgTV
tv = LgTV('/dev/ttyUSB0') # Set the argument to the location of your serial device
tv.request('power', 'on')

Apologies for the sparse documentation, both here and in the docstrings. I only used this briefly myself.

About

A small package for controlling my LG TV through its serial port

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%