https://github.com/anonrig/alexa-jarvis
(Hopeful) Attempt to build the next Jarvis
https://github.com/anonrig/alexa-jarvis
alexa apsiyon jarvis lgtv plex
Last synced: over 1 year ago
JSON representation
(Hopeful) Attempt to build the next Jarvis
- Host: GitHub
- URL: https://github.com/anonrig/alexa-jarvis
- Owner: anonrig
- Created: 2017-12-10T21:37:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-11T19:54:37.000Z (over 8 years ago)
- Last Synced: 2025-01-26T17:12:14.678Z (over 1 year ago)
- Topics: alexa, apsiyon, jarvis, lgtv, plex
- Language: JavaScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Jarvis Mark 0
- A hopeful attempt to build Jarvis through Amazon Echo Plus that uses Alexa. Any pull requests and reviews are welcome!
#### Installation
- Install a port forwarding module like `localtunnel` to forward port 8080 a server where Alexa can access. (Even though it runs on localhost and it's will only be available to you, you need to have a test application)
- Run `npm install` on the root directory.
- Add necessary process environments.
- PORT: 8080
- LOCALTUNNEL_SUBDOMAIN: 'alexa-test-jarvis'
- LGTV_URL: 'ws://192.168.1.31:3000'
- ALEXA_APP: 'jarvis'
- APSIYON_SESSION_ID: 'session-id'
#### Testing
- Access `http://localhost:8080/app/jarvis` from your browser.
#### Features
- LG WebOS integration to turn on and off tv.
- "Alexa ask Jarvis to turn on tv"
- "Alexa ask Jarvis to turn off tv"
- Learn maintenance fee (aidat) from Apsiyon.com
- "Alexa ask Jarvis to learn my maintenance fee"
#### Todo
- Remotely change tv to the channel where Apple TV is active and turn on Apple TV.
- Hue integration (Examples include: "Alexa ask Jarvis to initiate party mode")