{"id":19999124,"url":"https://github.com/mr-addict/homekit-wol","last_synced_at":"2026-02-24T10:04:13.906Z","repository":{"id":259822130,"uuid":"876650391","full_name":"MR-Addict/homekit-wol","owner":"MR-Addict","description":"This is an ESP32 homespan project that allows you to wake up your PC from sleep using Apple HomeKit.","archived":false,"fork":false,"pushed_at":"2025-04-27T02:11:41.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-22T07:52:59.846Z","etag":null,"topics":["homekit","homespan","wol"],"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/MR-Addict.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-10-22T10:31:07.000Z","updated_at":"2025-04-27T02:11:44.000Z","dependencies_parsed_at":"2024-10-28T07:07:47.922Z","dependency_job_id":"a3a50adc-cd81-4ed4-aef6-13e4d6cf553b","html_url":"https://github.com/MR-Addict/homekit-wol","commit_stats":null,"previous_names":["mr-addict/homekit-wol"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MR-Addict/homekit-wol","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MR-Addict%2Fhomekit-wol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MR-Addict%2Fhomekit-wol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MR-Addict%2Fhomekit-wol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MR-Addict%2Fhomekit-wol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MR-Addict","download_url":"https://codeload.github.com/MR-Addict/homekit-wol/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MR-Addict%2Fhomekit-wol/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29779262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T04:54:30.205Z","status":"ssl_error","status_checked_at":"2026-02-24T04:53:58.628Z","response_time":75,"last_error":"SSL_read: 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":["homekit","homespan","wol"],"created_at":"2024-11-13T05:10:36.065Z","updated_at":"2026-02-24T10:04:13.887Z","avatar_url":"https://github.com/MR-Addict.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HomeKit Wake Up Your PC\n\nThis is an ESP32 homespan project that allows you to wake up your PC from sleep using Apple HomeKit.\n\n## Setup your PC MAC\n\nOpen [main.ino](src/main/main.ino) and add your PC MAC address like this:\n\n```cpp\n// 设置第一台设备\nnew SpanAccessory();\nnew Service::AccessoryInformation();\nnew Characteristic::Identify();\nnew HSWOL(\"E0:51:D8:11:3D:CE\");\n\n// 设置第二台设备\nnew SpanAccessory();\nnew Service::AccessoryInformation();\nnew Characteristic::Identify();\nnew HSWOL(\"74:56:3C:D3:65:74\");\n```\n\n## Add to your Home app\n\nFollow up the **serial** output to setup your WiFi network and add to your Home app.\n\nDefault pair pin is **HSPN**, and default pair code is **466-37-726**.\n\n[Reference](https://github.com/HomeSpan/HomeSpan/blob/master/docs/QRCodes.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-addict%2Fhomekit-wol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmr-addict%2Fhomekit-wol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-addict%2Fhomekit-wol/lists"}