Skip to content

turn your raspberry pi (or other network connected server) into a Siri/HomeKit wake-on-lan switch

License

Notifications You must be signed in to change notification settings

pouyatafti/hkwol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hkwol

simple program serving as a wake-on-lan switch for Apple HomeKit. I run this on a Raspberry Pi to wake my boxes with voice commands to Siri.

usage is simple. The following lines build and launch an executable that introduces a new device named "WOL" you can control using Apple's HomeKit, to send a magic wake-on-lan packet to the provided MAC address. You can use Apple's Home app to add "WOL" as a new device, with manual pairing using the specified PIN.

go build cmd/hkwold.go
./hkwold -pin <pairing PIN> -mac <MAC address>

inspired by (i.e. shamelessly copied from):

https://github.com/brutella/hklight

https://github.com/sabhiram/go-wol

About

turn your raspberry pi (or other network connected server) into a Siri/HomeKit wake-on-lan switch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages