Skip to content

e1z0/Go_HomeKit_Relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is simple Smart HomeKit appliance daemon written in GoLang for embedding controls in smart home systems.

Requirements

  • RaspberryPI or Compatible (OrangePI, BananaPI) (golang supported architecture) SoC running Linux with wiringpi support.

Main advantage over other solutions

  • Does not consume resources
  • Works on almost every PI based board
  • No hard or bloated dependencies
  • Does not require any scripting language
  • Cross-platform
  • Stability!

Supported sensors/devices

Screens

GoLang prepare

Download and install golang. In /etc/profile set these variables:

export LC_ALL=en_US.UTF-8
export PATH=$PATH:/usr/local/go/bin
export GOPATH=~/go

Compile

apt-get install wiringpi
make deps
make

TODO

  • RTSP Cameras support
  • Motion sensors
  • Standartized way to support different types of devices and sensors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published