Skip to content

Issue from accessories/penta-sata-hat/sata-hat-top-board #808

Open
@hAug0

Description

@hAug0

I use the Penta SATA HAT with the top Board on a Raspberry Pi 5.
But when connected, the Fan of the Top Board does not turn off. Even when the temperature I got with this Command: cat /sys/class/thermal/thermal_zone0/temp is below the temperature set in the configuration file as lv0.

The command for example returned 40800
The configuration looks like this:

[fan]
# When the temperature is above lv0 (35'C), the fan at 25% power,
# and lv1 at 50% power, lv2 at 75% power, lv3 at 100% power.
# When the temperature is below lv0, the fan is turned off.
# You can change these values if necessary.
lv0 = 45
lv1 = 50
lv2 = 55
lv3 = 60

[key]
# You can customize the function of the key, currently available functions are
# slider: oled display next page
# switch: fan turn on/off switch
# reboot, poweroff
# If you have any good suggestions for key functions,
# please add an issue on https://github.com/radxa/rockpi-penta/issues
click = slider
twice = switch
press = none

[time]
# twice: maximum time between double clicking (seconds)
# press: long press time (seconds)
twice = 0.7
press = 1.8

[slider]
# Whether the oled auto display next page and the time interval (seconds)
auto = true
time = 10

[oled]
# Whether rotate the text of oled 180 degrees, whether use Fahrenheit
rotate = false
f-temp = false

But the fan is still running.
What can I do to stop this from happening?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions