I know this is off-topic but you have done a lot with equipment I use and I'm just wondering why no one seems to have developed a plug in for LG TVs. They are such a large part of the market...
You might know the answer....
LG TVs
- RogueProeliator
- Posts: 2538
- Joined: Tue Nov 13, 2012 3:54 pm
- Location: Baton Rouge, LA
Re: LG TVs
The vast majority of the plugins written for Indigo were written when the plugin author purchased the equipment and decided to integrate it in their own system, then released the plugin for the masses to use. So my guess is that it just so happens none have LG televisions.I know this is off-topic but you have done a lot with equipment I use and I'm just wondering why no one seems to have developed a plug in for LG TVs. They are such a large part of the market...
You might know the answer....
It isn't that uncommon for someone wanting a new TV to look on the forums for existing integrations and use that to guide their purchase, either. So without seeing an LG plugin, some may have used that as part of their decision to purchase a different brand.
Adam
Re: LG TVs
kennybroh, there's a library called pyWebOStv that makes integration with newer LG TVs easy, if you're skilled in python.
I have simple scripts to turn the TVs on & off, and adjust volume. It does more, like selecting sources and so on, but that's not something I needed.
I have simple scripts to turn the TVs on & off, and adjust volume. It does more, like selecting sources and so on, but that's not something I needed.
Re: LG TVs
I'm not terribly skilled at Python but have written some scripts. I'd love to see what you've done and imagine if I have that library I can add some additional functions. If you're willing to share what you have that would be great,
Re: LG TVs
What I have won't help you because it's buried inside a plugin I have that automates various things.
But, the github page for that library has examples, and it's pretty straightforward. The hardest part is that there's an initial handshake between your code and the TV for authentication. Just follow the example code and it will work, and then poke around at the various things you can do.
But, the github page for that library has examples, and it's pretty straightforward. The hardest part is that there's an initial handshake between your code and the TV for authentication. Just follow the example code and it will work, and then poke around at the various things you can do.
Re: LG TVs
OK, thanks. I'll give it a whirl.
Re: LG TVs
Ditto with LG TV. Not skilled in Python, but may give this a shot anyway to see. Simple on and off would be a big BIG help.