Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trickfilm400/mqtt-to-ir
Program to send LIRC commands with values of mqtt
https://github.com/trickfilm400/mqtt-to-ir
Last synced: 2 days ago
JSON representation
Program to send LIRC commands with values of mqtt
- Host: GitHub
- URL: https://github.com/trickfilm400/mqtt-to-ir
- Owner: Trickfilm400
- License: mit
- Created: 2022-05-17T14:38:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T05:20:52.000Z (about 1 year ago)
- Last Synced: 2023-10-19T06:27:03.329Z (about 1 year ago)
- Language: TypeScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# mqtt-to-ir
A node.js programm to send LIRC commands with values of mqtt
----
The program is fully customizable: See `config.example.js` and `src/lib/config.ts` for the syntax.
The program is stable and I am using it in a production environment, so there should be no errors
### Usage
1. download repo to a raspberry pi for example
2. `npm ci` to install packages
3. `npm run build` to build typescript files into javascript files
4. Configure your needs in a `config.js` file
5. `node .` to start the program### Todo (if somebody needs it - or I have time)
- [ ] Better documentation!
- [ ] Unit tests
- [ ] config validator for `config.js`
- [ ] make lirc connection configurable
- [ ] Docker buildIf you need additional features, create an Issue or contact me.
© 2022-2023 Trickfilm400