brutella / hkuvr

HomeKit bridge for UVR1611

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hkuvr

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

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

Run

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.

Pair

The accessory can be paired with any HomeKit app (eg Home 3) using the pin 001-02-003.

Contact

Matthias Hochgatterer

Github: https://github.com/brutella

Twitter: https://twitter.com/brutella

License

hkuvr is available under a non-commercial license. See the LICENSE file for more info.

About

HomeKit bridge for UVR1611

License:Other


Languages

Language:Go 93.8%Language:Makefile 6.2%