This repository has been archived on 2025-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
salt-pillar/base/hostconfig/wohnz.sls
2020-05-24 17:08:45 +02:00

22 lines
447 B
Plaintext

hardware:
raspberrypi:
fan:
has_fan: True
controller: /usr/local/bin/fan_ctrl.py
service_name: fancontroller
systemd:
service:
fancontroller:
Unit:
Description: Controlling the Fan via PWM
After: base.target
Service:
ExecStart: /usr/local/bin/fan_ctrl.py
User: pi
Group: gpio
Environment: RPI_FANPIN=21
Install:
WantedBy: multi-user.target