lm-sensors is… OK, if you're really curious, read the project's wiki page.
I tried to use the addon provided by Marcus Hoffmann, but it's for an older kernel and so won't work on my machine; therefore I built lm-sensors and i2c from scratch and packed this addon.
It simply contains drivers and binaries, so it's NOT intended to replace Marcus' one.
To install this addon, simply execute these commands:
cd /wherever/you/downloaded tar zxf ipcop-lm-sensors-x.y.z.tgz cd ipcop-lm-sensors ./install
Important! After installing binaries and drivers, the addon tries to self-configure, answering “YES” to all questions. Obviously, if these choices don't fit you, you can change them by running sensors-detect again.
To remove this addon, you should issue these commands:
cd /wherever/you/downloaded tar zxf ipcop-lm-sensors-x.y.z.tgz cd ipcop-lm-sensors ./uninstall
1.0.0 - Initial release