@snapeos/homebridge-cgd-garage-door
v1.3.0
Published
A Homebridge plugin to control Centurion Garage Doors using the official Centurion Garage Door Smartphone App integration. This plugin allows you to open, close, and monitor the status of your Centurion Garage Door, control the Lock Mode, and turn the lig
Maintainers
Readme
Homebridge Centurion Garage Doors
This is a Homebridge plugin that allows you to control Centurion Garage Doors.
This is a community-maintained continuation of KieraDOG/homebridge-cgd-garage-door, published under a new scoped package name (
@snapeos/homebridge-cgd-garage-door) since this fork doesn't have publish access to the originalhomebridge-cgd-garage-doornpm package.
Features
- Open, close, and stop your Centurion Garage Door
- Monitor the status of your garage door
- Control the Lock Mode
- Turn the lights on and off
- Live camera view and snapshots straight from the door's built-in camera
- Integrates seamlessly with Homebridge
Installation
Search for "CGD Garage Door" in the Homebridge UI's plugin search, or install manually:
npm install -g @snapeos/homebridge-cgd-garage-doorConfiguration
Add the following to your Homebridge config.json:
{
"name": "CGD Garage Door",
"platform": "CGDGarageDoor",
"deviceHostname": "<DEVICE_HOSTNAME|IP_ADDRESS>",
"deviceLocalKey": "<DEVICE_LOCAL_KEY>"
}You can find the deviceHostname and deviceLocalKey in the Local API section of the MY CGD SMARTPHONE APP.
Camera Integration
Centurion Garage Doors also come with a door camera, exposed as an MJPEG stream on port 88. This plugin handles it natively — live view and snapshots show up directly on the garage door accessory in the Home app, no separate camera plugin required.
Camera support is on by default and requires ffmpeg to transcode the stream for HomeKit. A static build is bundled automatically via ffmpeg-for-homebridge; if that's unavailable for your platform, install ffmpeg yourself and it'll be picked up from your system PATH. Two optional config fields:
enableCamera(boolean, defaulttrue) — set tofalseto disable the camera entirelyvideoProcessor(string) — path to a specificffmpegbinary, overriding the bundled/PATH lookup
Development
npm install- Fill in the real
deviceHostname/deviceLocalKeyfor your door intest/hbConfig/config.jsonlocally — don't commit your real credentials npm run watch— builds the plugin, links it globally, then runs Homebridge againsttest/hbConfigin debug mode, rebuilding and restarting on every change tosrc/
