Skip to content

Use a Raspberry Pi Zero to continually monitor and notify of the Zone 2 power status of my Onkyo Receiver by flashing LEDs

Notifications You must be signed in to change notification settings

danielbowden/onkyo-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onkyo-notifier

Use a Raspberry Pi Zero to continually monitor and notify of the Zone 2 power status of my Onkyo Receiver by flashing LEDs. This helps alert the house that we have left the outdoor entertaining speakers on.

Video

Raspberry Pi Onkyo Notifier

Install

  • Requires installation on a Raspberry Pi due to blinkt!'s dependency on RPi.GPIO module.
$ python -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt

Run

$ python onkyo_zone2_status.py

Scheduled task

Run regularly on the Raspberry Pi as a scheduled task in crontab

$ crontab -e # edit cron table

*/2 * * * * /home/pi/.pyenv/shims/python3 /home/pi/bin/blinkt-proj-1/onkyo_zone2_status.py > /home/pi/logs/onkyo_zone2_status.log 2>&1

Author

Daniel Bowden

github.com/danielbowden

twitter.com/danielgbowden

About

Use a Raspberry Pi Zero to continually monitor and notify of the Zone 2 power status of my Onkyo Receiver by flashing LEDs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages