FooDeas / raspberrypi-ua-netinst

RaspberryPi (minimal) unattended netinstaller
ISC License
220 stars 46 forks source link

Add support for POE fan configuration #189

Closed oliverblaha closed 4 years ago

oliverblaha commented 4 years ago

Allows to configure the threshold values for the fan of the official POE hat. The default configuration of the fan is quite conservative, which causes the fan to run almost all the time.

Note: As multiple dtparam settings can be specified in one line, the installer does not try to find a commented out setting. However, it will disable any existing ones, if required, no matter in which format.

kpfleming commented 4 years ago

Would it make sense to also enable the overlay which supports the fan in this PR? Adding a boolean setting to enable the overlay would be fairly easy to do.

oliverblaha commented 4 years ago

Would it make sense to also enable the overlay which supports the fan in this PR? Adding a boolean setting to enable the overlay would be fairly easy to do.

The POE hat overlay seems to be active by default.