Skip to content

KyleBanks/banks-residence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banks-residence

Home automation related projects.

b-light

My wife and I have a massive 'B' light that contains 12 small bulbs and is powered by two AA batteries. The b-light project replaces the battery power and physical switch with a Raspberry Pi running a small Go HTTP server.

b-light in action

The Android project contains a BLightActivity which simply executes the API endpoint running on the Raspberry Pi when a button is clicked.

It's nothing pretty, but it works just fine for now.

b-light toggle on Android