Awesome
hksymo
This project is an implementation of a HomeKit bridge for the Fronius Symo using HomeControl and fronius.
Installation
Build
Build hksymod.go
using go build daemon/hksymod.go
or use the Makefile to build for Raspberry Pi
make rpi
Run
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
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
hksymod is available under a non-commercial license. See the LICENSE file for more info.