Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spinfal/discord-vizio
A Discord bot that will let you control your Vizio TV. (To be honest, this is kinda useless, but fun to use.)
https://github.com/spinfal/discord-vizio
discord easy idkwhattagtouse tv useless-things vizio
Last synced: 3 days ago
JSON representation
A Discord bot that will let you control your Vizio TV. (To be honest, this is kinda useless, but fun to use.)
- Host: GitHub
- URL: https://github.com/spinfal/discord-vizio
- Owner: spinfal
- License: gpl-3.0
- Created: 2021-06-24T03:25:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T21:47:35.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T10:16:24.178Z (about 2 months ago)
- Topics: discord, easy, idkwhattagtouse, tv, useless-things, vizio
- Language: JavaScript
- Homepage: https://spin.rip
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Vizio
A cool way to control your Vizio TV through Discord. I made this around 4am so there may be bugs.
## Getting Started
These instructions will get the bot running on your PC for testing purposes. This is in no way 100% ready for an actual full release (I may not ever do one)
### Prerequisites
You will need:
- [Node.JS](https://nodejs.org)### Installing what's needed
You will need these installed:
```
npm i [email protected] vizio-smart-cast
```## Starting the Bot
1. Setup [config.json](config.json)
2. Open [index.js](index.js) and change the IP to your TV's IP
3. Run `node index.js`## Using the bot
1. Make sure the TV is on and connected to the **same WiFi as your computer** (this means you cannot run on REPL or any other service)
2. Run the command `q.pair` and you should see a PIN on your TV (You will not get a response from the bot, just enter the PIN in the channel you ran the command in)
3. You are now paired! I haven't made a help command yet, because I stopped working on the bot. Here are the commands:
- `q.ping` - Shows the bot ping and latency
- `q.pair` - Starts the pairing process
- `q.state` - Returns the current TV state
- `q.input` - Returns the current input
- `q.vol` - Control the volume.
- `q.vol up` - Increment up
- `q.vol down` - Decrement down
- `q.vol set ` - Sets volume to chosen number
- `q.power` - Turns off the TV (but not ON 😔)
- `q.sleep` - Listed options will be shown when you run the command## Authors
* **Spin (aka Spinfal)** - *Initial work* - [spinfal](https://github.com/spinfal)
## License
This project is licensed under the GNU General Public License v3.0 - see the [LICENSE.md](LICENSE.md) file for details