Add support for enclosure bypass to drive SMART attributes?
Maybe have hddtemp call smartctl from SmartMonTools, to achieve this? In my case, the enclosure does not support SMART, but the drives installed do:
# smartctl -d sat -a /dev/sdi | grep 194
194 Temperature_Celsius 0x0022 100 100 000 Old_age Always - 31 (Min/Max 16/55)
So if hddtemp could use SmartMonTool smartctl, that would be wonderful for my use case. And, if you added this feature, hddtemp could update its own db file over time!