https://github.com/ihciah/wol-homekit
WakeOnLAN with HomeKit
https://github.com/ihciah/wol-homekit
homekit raspberry-pi wake-on-lan wol
Last synced: over 1 year ago
JSON representation
WakeOnLAN with HomeKit
- Host: GitHub
- URL: https://github.com/ihciah/wol-homekit
- Owner: ihciah
- Created: 2023-08-21T16:20:35.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-21T16:20:51.000Z (almost 3 years ago)
- Last Synced: 2024-05-02T02:00:59.835Z (about 2 years ago)
- Topics: homekit, raspberry-pi, wake-on-lan, wol
- Language: Rust
- Homepage:
- Size: 13.7 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wake On Lan with HomeKit
Connect the Raspberry Pi to the PC through a network cable, and connect the Raspberry Pi to the home Wifi, then the PC can be woken up through HomeKit.
Useful when you don't want to push the power button of your PC. For example, you use your laptop with its lid closed, and it does not connected to the router with wire, and you didn't managed to make WOWLAN work.
For simplicity, I did not expose the configurable interface, you need to modify the constants in the code and compile it yourself.
## Known Issue
The `hap-rs` has [a known issue here](https://github.com/ewilken/hap-rs/issues/90), inside the comments there is a workaround solution.
## Why not Use Cheaper Hardware
1. I have a bunch of boards like Raspberry Pi.
2. An ESP32 with ethernet is relatively expensive.
3. It's simpler to program on linux.