Use your HEOS player as an alarm clock
git clone git@github.com:maszaa/heos-alarm-clock.git
cd heos-alarm-clock
npm install
cp configuration/example.configuration.json configuration/configuration.json
- Fill
configuration/configuration.json
with your HEOS player IP address, the HEOS command you want to fire and the HEOS payload you want to fire the command with. Also edit crontabs (cron
) if needed. - [Optional] Setup logging:
loggers
or any other (full absolute) path defined asLOGGER_PATH
environmental variable should include.js
files that export objects like
{
debug?: <function | Array[function]>,
info?: <function | Array[function]>,
warn?: <function | Array[function]>,
error?: <function | Array[function]>
}
npm start