openhab / openhab1-addons

Add-ons for openHAB 1.x
Eclipse Public License 2.0
3.43k stars 1.7k forks source link

LG TV RS-232C Controll Binding #492

Closed openhab-bot closed 8 years ago

openhab-bot commented 10 years ago

From boris.li...@gmail.com on October 18, 2013 14:33:19

  1. Feature Description Most LG TVs have an RS232 interface through which they can be controlled. A corresponding binding would allow remote control of these devices via openhab.

The connection could be done via a local RS232 port (for example over Cat5) or a cheap RS232/IP device server (netcat).

Unfortunately, my programming skills are not sufficient to implement the binding myself.

However, I have the right hardware (LG 50PS8000 and RS232-Ports/Device server) and offer myself as a tester.

The commands are documented in the manual of the TV (for example in the manual (English) for the 50PS8000 on page 170ff): http://www.lg.com/de/service-produkt/lg-50PS8000# 2. Example Use Case Integrate the TV in the automation / scenes.

Original issue: http://code.google.com/p/openhab/issues/detail?id=492

openhab-bot commented 10 years ago

From boris.li...@gmail.com on October 18, 2013 06:11:37

BTW: There is already an C implementation: https://code.google.com/p/lg-tv-command/

openhab-bot commented 10 years ago

From Martinfl...@gmail.com on October 20, 2013 12:52:21

What about that api sounds promising http://developer.lgappstv.com/TV_HELP/topic/lge.tvsdk.references.book/html/UDAP/UDAP/UDAP%20Specifications%20For%20Second%20Screen%20TV%20and%20Companion%20Apps.htm

openhab-bot commented 10 years ago

From boris.li...@gmail.com on October 21, 2013 12:51:06

The Serial Connection is for dump-tvs. :-)

openhab-bot commented 10 years ago

From teichsta on November 05, 2013 14:53:56

Labels: To-Github

teichsta commented 10 years ago

there have been done some work in PR #925. We'll see how that binding evolves …

cribskip commented 9 years ago

I want to add that the serial connection opens several additional use cases as f.e. tint and energy saving may be controlled. In my setup, both, the lgtv-binding from #925 and a serial connection are installed.

Use cases are red-tinting slowly on sun set, turn off display (not sound) when no presence is detected, turn off energy-saving in movie mode...

9037568 commented 8 years ago

Presumably this should be covered by #925 and this ticket can be closed?