Alexa Skill Tivo remote control. Using the Network Remote Control on the Tivo and the Alexa Skills Kit via the Amazon Echo you can control your Tivo. This app is currently a very simplistic. It takes commands such as "Play" and "Pause" and sends them directly to the Tivo.
Tivo Network Remote Documentation:
http://www.tivo.com/assets/images/abouttivo/resources/downloads/brochures/TiVo_TCP_Network_Remote_Control_Protocol.pdf
Follow instructions for getting started with Alexa Skills:
https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/getting-started-guide
- Node
- Express
Clone the repo:
git clone git@github.com:natejgreene/alexa_tivo.gitInstall Dependencies:
npm installCopy config_example.json to config.json:
cp config_example.json config.jsonModify config.json to use your tivo ip address and Alexa App Id
If you want to run as a service Modify parameters in init.d/alexa-tivo and then:
cp init.d/alexa-tivo /etc/init.d/alexa-tivo
update-rc.d alexa-tivo defaultsEnable the network remote control on your Tivo
Nate Greene