{"id":16775692,"url":"https://github.com/flochtililoch/homebridge-lirc-accessory","last_synced_at":"2025-07-23T22:34:25.481Z","repository":{"id":57265547,"uuid":"48772662","full_name":"flochtililoch/homebridge-lirc-accessory","owner":"flochtililoch","description":" Homebridge Plugin for lirc-state-api","archived":false,"fork":false,"pushed_at":"2016-10-30T00:21:06.000Z","size":3,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T17:54:47.806Z","etag":null,"topics":["homebridge","homebridge-plugin","homekit","lirc"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/flochtililoch.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}},"created_at":"2015-12-30T00:09:22.000Z","updated_at":"2024-05-31T08:35:43.000Z","dependencies_parsed_at":"2022-08-25T03:40:42.515Z","dependency_job_id":null,"html_url":"https://github.com/flochtililoch/homebridge-lirc-accessory","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/flochtililoch%2Fhomebridge-lirc-accessory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flochtililoch%2Fhomebridge-lirc-accessory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flochtililoch%2Fhomebridge-lirc-accessory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flochtililoch%2Fhomebridge-lirc-accessory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flochtililoch","download_url":"https://codeload.github.com/flochtililoch/homebridge-lirc-accessory/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248018098,"owners_count":21034052,"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":["homebridge","homebridge-plugin","homekit","lirc"],"created_at":"2024-10-13T07:06:59.962Z","updated_at":"2025-04-10T20:13:19.904Z","avatar_url":"https://github.com/flochtililoch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# homebridge-lirc-accessory\n\nPlugin for [Homebridge](https://github.com/nfarina/homebridge) proxying HomeKit requests to [lirc-state-api](https://github.com/flochtililoch/lirc-state-api) service. Let you control your infrared devices via HomeKit / Siri.\n\n## Pre-requisite\n[lirc-state-api](https://github.com/flochtililoch/lirc-state-api) service configured and running.\n\n## Configuration\n\nAssuming the service `lirc-state-api` is running on `localhost:3001`, and has a device `fan` with states `power`, `air` and `rotate`.\n\n```json\n  \"accessories\": [\n    {\n      \"accessory\": \"homebridge-lirc-accessory.LIRC Accessory\",\n      \"hapService\": \"Fan\",\n      \"name\": \"Fan\",\n      \"manufacturer\": \"dyson\",\n      \"model\": \"cool\",\n      \"serialNumber\": \"123-45678\",\n      \"baseUrl\": \"http://localhost:3001/devices/fan\",\n      \"properties\": [\n        {\n          \"characteristic\": \"On\",\n          \"lircState\": \"power\",\n          \"type\": \"Boolean\"\n        },\n        {\n          \"characteristic\": \"RotationSpeed\",\n          \"lircState\": \"air\",\n          \"type\": \"Integer\",\n          \"ratio\": 10\n        },\n        {\n          \"characteristic\": \"RotationDirection\",\n          \"lircState\": \"rotate\",\n          \"type\": \"Boolean\"\n        }\n      ]\n    }\n  ]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflochtililoch%2Fhomebridge-lirc-accessory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflochtililoch%2Fhomebridge-lirc-accessory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflochtililoch%2Fhomebridge-lirc-accessory/lists"}