{"id":30749792,"url":"https://github.com/klutchell/balena-homebridge","last_synced_at":"2026-02-11T22:08:07.652Z","repository":{"id":300693760,"uuid":"1005756138","full_name":"klutchell/balena-homebridge","owner":"klutchell","description":"Run Homebridge on any balena device","archived":false,"fork":false,"pushed_at":"2026-02-02T06:00:19.000Z","size":56,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-02T17:47:39.121Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/klutchell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-20T18:59:42.000Z","updated_at":"2026-02-02T06:00:23.000Z","dependencies_parsed_at":"2025-06-23T05:33:10.968Z","dependency_job_id":"a2aff836-fe13-4e50-982d-1c09e417e6ad","html_url":"https://github.com/klutchell/balena-homebridge","commit_stats":null,"previous_names":["klutchell/balena-homebridge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/klutchell/balena-homebridge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klutchell%2Fbalena-homebridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klutchell%2Fbalena-homebridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klutchell%2Fbalena-homebridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klutchell%2Fbalena-homebridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klutchell","download_url":"https://codeload.github.com/klutchell/balena-homebridge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klutchell%2Fbalena-homebridge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29347533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T20:11:40.865Z","status":"ssl_error","status_checked_at":"2026-02-11T20:10:41.637Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-04T06:46:45.632Z","updated_at":"2026-02-11T22:08:07.641Z","avatar_url":"https://github.com/klutchell.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# balena-homebridge\n\n[![balena-homebridge](https://img.shields.io/badge/balena-homebridge-blue.svg)](https://github.com/klutchell/balena-homebridge)\n\nRun [Homebridge](https://homebridge.io/) on any balena device.\n\n## About\n\nThis project provides a simple way to run\n[Homebridge](https://github.com/homebridge/homebridge) on a balena device. It\nuses the official Homebridge Docker image and persists data using a named\nvolume.\n\nFrom the official documentation:\n\n\u003e Homebridge allows you to integrate with smart home devices that do not\n\u003e otherwise support HomeKit. There are over 2,000 Homebridge plugins supporting\n\u003e thousands of different smart accessories.\n\n## Deployment\n\n### Deploy with balena\n\nYou can deploy this project to a new or existing balena fleet in one click:\n\n[![Deploy with balena](https://balena.io/deploy.svg)](https://dashboard.balena-cloud.com/deploy?repoUrl=https://github.com/klutchell/balena-homebridge)\n\n### Manual Deployment\n\n1. Sign up for or login to [balenaCloud](https://dashboard.balena-cloud.com).\n2. Create a new fleet, select a device type, and download the OS.\n3. Provision your device with the downloaded OS.\n4. Clone this repository to your local workstation.\n5. Using [balenaCLI](https://www.balena.io/docs/reference/cli/), push the code\n    to your fleet: `balena push \u003cFLEET_NAME\u003e`.\n\n## Configuration\n\nHomebridge is configured using a `config.json` file located in the `/homebridge`\ndirectory inside the container. This directory is mounted as a named volume\n(`homebridge`) to persist your configuration.\n\nTo configure Homebridge:\n\n1. Once the container is running, access the Homebridge UI. By default, it is\n    available on port `8581` of your device's IP address (e.g.,\n    `http://\u003cDEVICE_IP\u003e:8581`). The `docker-compose.yml` uses\n    `network_mode: host`, so Homebridge will be accessible on your device's IP\n    address.\n2. The default username is `admin` and the default password is `admin`. You\n    should change this on first login.\n3. Use the UI to install plugins and configure your smart home devices.\n\nAfter configuring Homebridge and adding your devices, you can add Homebridge to\nthe Home app on your Apple device by scanning the QR code shown in the\nHomebridge UI.\n\n## Contributing\n\nPlease open an issue or submit a pull request with any features or fixes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklutchell%2Fbalena-homebridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklutchell%2Fbalena-homebridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklutchell%2Fbalena-homebridge/lists"}