sixfab / sixfab-power-python-api

Python API for Sixfab Power Management and UPS HAT v2
http://power.sixfab.com
9 stars 10 forks source link

Function set_fan_automation(...) does not change hardware parameter values. #28

Open shawnj007 opened 3 years ago

shawnj007 commented 3 years ago

The low_threshold and high_threshold retrieved from the device after being 'set' do not change. The low and high remain 40 and 60, respectively, regardless of the previous values supplied. When periodically sending the system temp (send_system_temp) to trigger on the thresholds, the 40 and 60 remain the operating values.

The expected behavior is for the 'get' function to return the new values and for the fan to respond to those values.

The return value from the command does not indicate success.