hkuvr is a HomeKit bridge for an UVR1611 device. It uses uvr to read data from the CAN bus and the hc to communicate with HomeKit.
Build hkuvr.go
using go build cmd/hkuvrd.go
. If you're building for the Reaspberry Pi you builds for ARM
GOOS=linux GOARCH=arm GOARM=6 go build cmd/hkuvr.go
Execute the daemon with ./hkuvrd
. The daemon will connect to the UVR1611 using the CAN bus on the can0
interface.
You have to setup the interface as described in can.
The accessory can be paired with any HomeKit app (eg Home 3) using the pin 001-02-003
.
Matthias Hochgatterer
Github: https://github.com/brutella
Twitter: https://twitter.com/brutella
hkuvr is available under a non-commercial license. See the LICENSE file for more info.