kentongray / the-homer

raspberry pi project to control hue and chromecast quickly and who knows what else from the comfort of my bed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Homer

The Homer for a modern age

Python3/Raspberry Pi project to control my house (nest, hue and chromecast audio, and stereo system) quickly (REAL BUTTONS!) from the comfort of my bed.

this is a pet project and probably not of use to anyone but happy to help anyone looking for some help, open up an issue or on twitter @kentonue

Config

Create a config.py and add the following

nest_username = "you@domain.com"
nest_password = "supersecurepassword"

Current Features

  • On/Off Hue Lights via GPIO button
  • Play/Pause Chromecast
  • Dimmer control via potentiometer and MCP3008
  • IR remote Support ("standard" NEC, native no lirc!)
  • Broadlink IR Blaster Support
  • Mobile Web UI

Wish List

  • Notification Center App
  • Display Support
  • Random use of my other sensors
  • Convert to rust?!

Schematic in the fritzing folder board schematic

About

raspberry pi project to control hue and chromecast quickly and who knows what else from the comfort of my bed


Languages

Language:Python 100.0%