Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 777 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 777 Bytes

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