Controls a Marantz AMP via Telnet by either a local web site or infrared commands from a LG remote control.
- Clone this repo
npm install
- Update Marantz IP address in
night-mode-toggler.js
node app.js
Visit http://<localhost>:8080
which will show the available options to control the Marantz Amp:
Install and configure LIRC for your system and update the listeners at the bottom of app.js
- Use PM2 to keep the app running.
- pm2 restart all (will restart the app with any new changes)
- pm2 stop all (will stop the app)
- pm2 unstartup (will prevent the app from running on boot)