This project is an implementation of a HomeKit bridge for the Fronius Symo using HomeControl and fronius.
Build hksymod.go
using go build daemon/hksymod.go
or use the Makefile to build for Raspberry Pi
make rpi
Simply execute the daemon with ./hksymod
. By default the daemon tries to connect to the Fronius Symo by using the predefined IP address 169.254.0.180
.
If the inverter has a fixed or dynamic IP address, you should use that address
./hksymod --host=10.0.0.5
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
hksymod is available under a non-commercial license. See the LICENSE file for more info.