{"id":37054982,"url":"https://github.com/vojtechmusilek/dotnet-homekit","last_synced_at":"2026-01-14T06:12:45.534Z","repository":{"id":247467429,"uuid":"818348501","full_name":"vojtechmusilek/dotnet-homekit","owner":"vojtechmusilek","description":"Native C# implementation of HomeKit.Server with types for all services and characteristics","archived":false,"fork":false,"pushed_at":"2025-08-30T12:15:11.000Z","size":1626,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T11:44:54.640Z","etag":null,"topics":["csharp","dotnet","hap","homekit","homekit-accessory-protocol"],"latest_commit_sha":null,"homepage":"","language":"C#","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/vojtechmusilek.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}},"created_at":"2024-06-21T16:42:14.000Z","updated_at":"2025-08-23T07:53:57.000Z","dependencies_parsed_at":"2025-02-23T10:23:41.067Z","dependency_job_id":"d69b7e89-f396-45eb-8f60-04e572e4d575","html_url":"https://github.com/vojtechmusilek/dotnet-homekit","commit_stats":null,"previous_names":["vojtechmusilek/dotnet-homekit"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/vojtechmusilek/dotnet-homekit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vojtechmusilek%2Fdotnet-homekit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vojtechmusilek%2Fdotnet-homekit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vojtechmusilek%2Fdotnet-homekit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vojtechmusilek%2Fdotnet-homekit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vojtechmusilek","download_url":"https://codeload.github.com/vojtechmusilek/dotnet-homekit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vojtechmusilek%2Fdotnet-homekit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28412190,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"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":["csharp","dotnet","hap","homekit","homekit-accessory-protocol"],"created_at":"2026-01-14T06:12:44.866Z","updated_at":"2026-01-14T06:12:45.527Z","avatar_url":"https://github.com/vojtechmusilek.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotnet-homekit\n\n## Examples\n\nExamples are available at [dotnet-homekit-examples](https://github.com/vojtechmusilek/dotnet-homekit-examples)\n\n## How to install\n\nAvailable on NuGet: [HomeKit.Server](https://www.nuget.org/packages/HomeKit.Server)\n\nInstall using command:\n\n```sh\ndotnet add package HomeKit.Server\n```\n\nor add package reference with latest version:\n\n```xml\n\u003cPackageReference Include=\"HomeKit.Server\" Version=\"0.0.0\" /\u003e\n```\n\n## Typed HAP services\n\nfull list in [dotnet-homekit/Services](./Services)\n\n```csharp\nvar fan = new FanService();\n\n// always has On\nfan.On.Value = true;\n\n// optional characteristics\nfan.AddRotationSpeed(50);\nfan.RotationSpeed.Value = 45;\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvojtechmusilek%2Fdotnet-homekit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvojtechmusilek%2Fdotnet-homekit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvojtechmusilek%2Fdotnet-homekit/lists"}