/home_led_srv

HomeKit server to control an LED Strip via a controller such as https://github.com/thomaschandler/home_led_arudino

Primary LanguageGoMIT LicenseMIT

Building

go get github.com/tarm/serial
go get github.com/brutella/hc
go get github.com/brutella/hc/accessory

For OpenWRT Based Router

env GOOS=linux GOARCH=arm GOARM=7 go build

scp resulting binary to router

On router:

opkg update && opkg install kmod-usb-acm
./home_led_srv &

Exit SSH session

References