Hi,
I developed a small addon that will support lm_sensors on UI. Basically it will add a new line under sysinfo frame and a link for more details window. The detail window will has an option to (re-)configurue.
It support the config from UI but this feature is not quite required since you still need to go on cmd in order to install it.
How to Install:
Create a location for it under /DB, recommended /DB/opt , then download and unpack.
mkdir /DB/opt && cd /DB/opt
wget http://jb68.com/pkg/sensors_ui-3.6.0_0.1-ZS.tar.gz
tar -xzvf sensors_ui-3.6.0_0.1-ZS.tar.gz
In order to work it we need to copy the content under /root/kerbynet dir. Add next lines under pre boot script:
# Add sensors in UI
cd /DB/opt/sensors; /bin/cp -rf * /root/kerbynet.cgi/
echo "apache ALL= NOPASSWD: /usr/local/sbin/sensors-detect">>/root/kerbynet.cgi/template.cfg/sudoers
Check enable, save then reboot router
Here are some screencaps:


Have fun and report bugs 😉