Use your HEOS player as an alarm clock
git clone git@github.com:maszaa/heos-alarm-clock.gitcd heos-alarm-clocknpm installcp configuration/example.configuration.json configuration/configuration.json- Fill
configuration/configuration.jsonwith 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:
loggersor any other (full absolute) path defined asLOGGER_PATHenvironmental variable should include.jsfiles that export objects like
{
debug?: <function | Array[function]>,
info?: <function | Array[function]>,
warn?: <function | Array[function]>,
error?: <function | Array[function]>
}npm start