An open API service indexing awesome lists of open source software.

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

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.