This is simple Smart HomeKit appliance daemon written in GoLang for embedding controls in smart home systems.
- RaspberryPI or Compatible (OrangePI, BananaPI) (golang supported architecture) SoC running Linux with wiringpi support.
- 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!
- DS18B20 Waterproof temperature probe
- DHT22 Digital Temperature and Humidity Sensors
- Sonoff R3 Basic
- GPIO connected relay boards (almost all)
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
apt-get install wiringpi
make deps
make
- RTSP Cameras support
- Motion sensors
- Standartized way to support different types of devices and sensors