{"id":16737955,"url":"https://github.com/tatey/lifx-homekit-raspberry-pi","last_synced_at":"2025-11-11T20:32:12.665Z","repository":{"id":66757749,"uuid":"69828661","full_name":"tatey/lifx-homekit-raspberry-pi","owner":"tatey","description":"Turn a Raspberry Pi into a HomeKit bridge for LIFX lights","archived":false,"fork":false,"pushed_at":"2017-04-03T10:26:37.000Z","size":3,"stargazers_count":21,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T11:38:33.852Z","etag":null,"topics":["bash","homekit","lifx","raspberry-pi","script"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/tatey.png","metadata":{"files":{"readme":"README.markdown","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}},"created_at":"2016-10-02T23:43:23.000Z","updated_at":"2022-11-09T22:54:21.000Z","dependencies_parsed_at":"2023-03-13T20:29:35.880Z","dependency_job_id":null,"html_url":"https://github.com/tatey/lifx-homekit-raspberry-pi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatey%2Flifx-homekit-raspberry-pi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatey%2Flifx-homekit-raspberry-pi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatey%2Flifx-homekit-raspberry-pi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatey%2Flifx-homekit-raspberry-pi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tatey","download_url":"https://codeload.github.com/tatey/lifx-homekit-raspberry-pi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248220628,"owners_count":21067357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bash","homekit","lifx","raspberry-pi","script"],"created_at":"2024-10-13T00:28:37.574Z","updated_at":"2025-11-11T20:32:07.644Z","avatar_url":"https://github.com/tatey.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Turn a Raspberry Pi into a HomeKit bridge for LIFX lights\n\nA quick dirty guide for getting Homebridge with the LIFX plugin running on your\nRaspberry Pi. Tested with a Raspberry Pi 3.\n\n![](https://cloud.githubusercontent.com/assets/19860/19024783/325cefb6-894f-11e6-87e5-634e6a8bffad.jpg)\n\n## TL;DR\n\nSSH into your Raspberry Pi and run this script:\n\n    curl https://raw.githubusercontent.com/tatey/lifx-homekit-raspberry-pi/master/install.sh | sh\n\nAdd the Bridge to HomeKit using a compatible app. I recommend [Home by Matthias\nHochgatterer](https://itunes.apple.com/app/id995994352).\n\n## Step by Step\n\nAssuming you're on a Mac with an SD card reader:\n\nDownload the latest version of Raspbian Lite.\n\n    curl -OL https://downloads.raspberrypi.org/raspbian_lite_latest\n\nPlug in your MicroSD card (You'll need the adapter) and use `diskutil` to work\nout its identifier.\n\n    diskutil list\n\nUnmount the disk.\n\n    diskutil unmountDisk /dev/disk\u003cN\u003e\n\nCopy the image.\n\n    sudo dd bs=1m if=raspbian_lite_latest of=/dev/rdisk\u003cN\u003e\n\nPlug the MicroSD card back into the Raspberry Pi, connect the the ethernet\ncable, power cable, and power on.\n\nUse [`nmap`](https://nmap.org) to find the IP address of your Raspberry Pi (Probably the highest\nnumber).\n\n    nmap -sn 10.0.0.0/24\n\nShell into your Raspberry Pi and run the install script.\n\n    ssh pi@10.0.0.167\n    curl https://raw.githubusercontent.com/tatey/lifx-homekit-raspberry-pi/master/install.sh | sh\n\nIf you get stuck refer to the original guides for more detail:\n\n* https://www.raspberrypi.org/documentation/installation/installing-images/mac.md\n* https://www.raspberrypi.org/documentation/remote-access/ssh/unix.md\n\n## Thanks\n\nThis is made possible thanks to these open source projects:\n\n* https://github.com/nfarina/homebridge\n* https://github.com/devbobo/homebridge-lifx-lan\n* https://github.com/MariusRumpf/node-lifx\n* http://www.raspbian.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftatey%2Flifx-homekit-raspberry-pi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftatey%2Flifx-homekit-raspberry-pi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftatey%2Flifx-homekit-raspberry-pi/lists"}