Is it possible to export hdd temp sensor data to arduino?

ECC

Explorer
Joined
Nov 8, 2020
Messages
65
Hi,
I want to manage my server fans with an arduino, due to the lack of a proper fan management from my supermicro mainboard.

Because hdds already have internal temp sensors i was curious if i could export those values to my arduino. However, i didn't find any good infos until now.

Can you please help me? Thanks!
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
On TrueNAS CORE in System > Reporting you can set a destination host for performance and environmental data including CPU and drive temperatures. The format is Graphite plain text so you can e.g. run InfluxDB in a jail to receive the data. Then write some script to get the necessary data points to your Arduino.
 
Top