Smart, Temperature based fan controller for raspberry pi using gpio written in go
example:
When the detected temperature reaches the target-temperature (60°) the gpio pin n.12 will be set to HIGH until the detected temperature is 15% lower than the target-temperature
breeze controller --gpio-pin=12 --target-temperature=60 --temperature-cooldown-percent=15
docker run --privileged -v /dev/gpiomem:/dev/gpiomem -v /sys/class/gpio:/sys/class/gpio garugaru/breeze:arm-latest controller
kubectl apply -f https://raw.githubusercontent.com/GaruGaru/breeze/master/kubernetes/0_namespace.yml
kubectl apply -f https://raw.githubusercontent.com/GaruGaru/breeze/master/kubernetes/1_deployment.yml