Skip to content

maszaa/heos-alarm-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published