Closed killmasta93 closed 4 years ago
I have just replaced my R710 so can't directly test but i guess a gem or dependency is missing. Please try the to run Fan-Control-CLI.rb commands directly to get a cleaner output what exactly fails. Change to the working directory /opt/r710-fan-control and try the following manual commands:
./Fan-Control-CLI.rb fanspeed
this returns current fan speeds
./Fan-Control-CLI.rb temp
this gives current CPU temp
./Fan-Control-CLI.rb ambient
this gives current ambient tempreature
./Fan-Control-CLI.rb setspeed 50
this will set the fan speed to 50 (or whatever you set)
./Fan-Control-CLI.rb reset
this will restore automatic fan control
I suspect that one of these fails because of a missing gem or package ... or because of a bug :D The output you get in the console should be enough to identify what's going on.
In the config you have commented out one speed set which should be fine but might as well be a problem as it's inside the array definition. You as well have a gap in the configured temperatures with the commented out line which i did not really test...
Thanks for the reply, these were the following commands
root@prometheus4:/opt/r710-fan-control# ./Fan-Control-CLI.rb fanspeed
Loading configuration from fan-control.yaml
Current fan speed: 6720-8640RPM (min/max)
root@prometheus4:/opt/r710-fan-control# ./Fan-Control-CLI.rb temp
Loading configuration from fan-control.yaml
Current CPU temperature: 43.0-60.0°C (min/max)
root@prometheus4:/opt/r710-fan-control# ./Fan-Control-CLI.rb ambient
Loading configuration from fan-control.yaml
Unable to find sensor id 'Ambient Temp'
Current ambient temperature: °C - Status:
Ambient warning threshold: °C
Ambient critical threshold: °C
root@prometheus4:/opt/r710-fan-control# ./Fan-Control-CLI.rb setspeed 40
Loading configuration from fan-control.yaml
Manual fan control active
Fan speed set to 40% (0x28)
root@prometheus4:/opt/r710-fan-control# ./Fan-Control-CLI.rb reset
Loading configuration from fan-control.yaml
Automatic fan control restored
thank you
seems that removing the line
and changing the 66 max temp to 75
fixed the issue
Hi, Currently was working with no issue the daemon but recently checking i found this
This is the config
i stop the service then i see this
Thank you