All Projects → efpe → Amazon Alexa Lg Tv

efpe / Amazon Alexa Lg Tv

Control your LG TV (webOS 3) with Amazon Alexa

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Amazon Alexa Lg Tv

Amazon-Alexa-As-LG-TV-Remote
Control your LG WebOS 3.0+ TV with Amazon Alexa
Stars: ✭ 22 (-67.65%)
Mutual labels:  tv, amazon-alexa
Taketv
TakeTV permite descubrir dispositivos de red DLNA/UPnP y ayuda a reproducir archivos multimedia en los televisores inteligentes desde nuestra terminal en Linux.
Stars: ✭ 41 (-39.71%)
Mutual labels:  tv
Awesome Amazon Alexa
🗣Curated list of awesome resources for the Amazon Alexa platform.
Stars: ✭ 458 (+573.53%)
Mutual labels:  amazon-alexa
Nakamori
Nakamori is Kodi addon that use Shoko (known as Japanese Media Manager (JMM)) Server as back-end for metadata information.
Stars: ✭ 24 (-64.71%)
Mutual labels:  tv
Assistantcomputercontrol
Control your computer with your Google Home or Amazon Alexa assistant!
Stars: ✭ 554 (+714.71%)
Mutual labels:  amazon-alexa
Iptv
Collection of publicly available IPTV channels from all over the world
Stars: ✭ 45,053 (+66154.41%)
Mutual labels:  tv
Homebridge Webos Tv
Homebridge plugin for LG webOS TVs
Stars: ✭ 433 (+536.76%)
Mutual labels:  tv
Antenna
Antenna is a live TV app for Apple TV (tvOS) powered by USTVnow.
Stars: ✭ 50 (-26.47%)
Mutual labels:  tv
3 Alexa Audio Streaming Example Skill
An Alexa skill template for an audio streaming skill
Stars: ✭ 32 (-52.94%)
Mutual labels:  amazon-alexa
Flox
Self Hosted Movie, Series and Anime Watch List
Stars: ✭ 901 (+1225%)
Mutual labels:  tv
Exhibit
Exhibit is a managed screensaver App for tvOS.
Stars: ✭ 19 (-72.06%)
Mutual labels:  tv
Homehost
self-hosted, Netflix-like app made for streaming
Stars: ✭ 564 (+729.41%)
Mutual labels:  tv
Duckietv
A web application built with AngularJS to track your favorite tv-shows with semi-automagic torrent integration
Stars: ✭ 942 (+1285.29%)
Mutual labels:  tv
Mediathekviewweb
Eine Weboberfläche als Alternative zum Java-Client
Stars: ✭ 543 (+698.53%)
Mutual labels:  tv
Torrenter
Simple nodejs package to download torrents using torrent-indexer and webtorrent, especially movie and series.
Stars: ✭ 42 (-38.24%)
Mutual labels:  tv
Tvrecyclerview
TvRecyclerView--针对TV端特性进行的适配与开发
Stars: ✭ 453 (+566.18%)
Mutual labels:  tv
Alexa Skills Kit Sdk For Java
The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Stars: ✭ 758 (+1014.71%)
Mutual labels:  amazon-alexa
Episoder
TV episode reminder
Stars: ✭ 11 (-83.82%)
Mutual labels:  tv
Avs Device Sdk
An SDK for commercial device makers to integrate Alexa directly into connected products.
Stars: ✭ 1,101 (+1519.12%)
Mutual labels:  amazon-alexa
Addic7ed Ruby
Ruby script to fetch subtitles on Addic7ed (auto-downloader)
Stars: ✭ 43 (-36.76%)
Mutual labels:  tv

Amazon Alexa LG TV

Use your Echo or Echo Dot to turn on/off your LG Tv.

You need a TV with WebOS 3.

Usage

  • "Alexa, turn on TV"
  • "Alexa, turn off the TV"

Install

  • Clone this repository
  • Install nodejs (I used version 4)
  • npm install lgtv -g
  • Install python (I used 2.7.9 but should work with 3.x)
  • Install wakeonlan py package (pip install wakeonlan or from source)
  • Update alexa-tv.py with your tv's MAC address
  • Start the script with python alexa-tv.py
  • Enable "Mobile TV On"

When you try to turn off the TV for the first you will need to allow the script to access your TV.

Supervisord

You can use supervisord to run your script Sample config:

[program:alexa-tv]
command=/usr/bin/python /srv/amazon-alexa-lg-tv/alexa-tv.py
process_name=%(program_name)s
numprocs=1
directory=/srv/amazon-alexa-lg-tv/
autorestart=true
user=nobody                   ; setuid to this UNIX account to run the program
redirect_stderr=true
stdout_logfile=/var/log/alexa-tv.log
stdout_logfile_maxbytes=1MB
stdout_capture_maxbytes=1MB
environment=NODE_PATH="/usr/lib/nodejs:/usr/lib/node_modules:/usr/share/javascript"

Thanks

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].