Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HEOS Alarm Clock

Use your HEOS player as an alarm clock

Install and configuration

  1. git clone git@github.com:maszaa/heos-alarm-clock.git
  2. cd heos-alarm-clock
  3. npm install
  4. cp configuration/example.configuration.json configuration/configuration.json
  5. 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.
  6. [Optional] Setup logging: loggers or any other (full absolute) path defined as LOGGER_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]>
}
  1. npm start

About

Use your HEOS player as an alarm clock

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages