Skip to content

austintrujillo/Homebridge-Enclosure-Pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Homebridge Enclosure for RPi Zero W

What is Homebridge?

Homebridge is a lightweight NodeJS server you can run on your home network that emulates the iOS HomeKit API. It supports Plugins, which are community-contributed modules that provide a basic bridge from HomeKit to various 3rd-party APIs provided by manufacturers of "smart home" devices.

You can explore all available plugins at the NPM website by searching for the keyword homebridge-plugin.

Why Raspberry Pi Zero 2 W?

Lipsum

Parts List

3D Printing

This was printed on an Ender 5 Pro FDM printer using white Hatchbox ABS. I printed with 100% infill with supports only on the underside of the lid. The print was finished using light sanding and acetone anealing. I am still working on finding an economical solution for coloring the lid while maintaining a clean and polished look.

Installation

Official Homebridge Raspberry Pi Image

Extras

Generating Pairing Code

  1. Install dependancies by running pip install Pillow qrcode
  2. Run the python app using python3 PairingCodeGen.py
  3. Enter the X-Callback URL provided by Homebridge
  4. Enter the 8 digit pairing code provided by Homebridge

It is recommended to print the image on full sheet sticker paper at 2.5cm wide.

Cut out and affix to the rear center of the base.

Credit

Homebridge was originally created by Nick Farina.