I have to compile my own firmware images, i keep them as stock as possible.
Always everything works as planned except the stats page for Thermal in luci.
It shows 4 icons.. but no graps.
The rest of the statistics do work as they should.
I run on the BPI R4 and i build the firmware with all packages installed and all kmods installed and all user packages installed.
The thermal for CPU works on all stock firmware,s from downloads.openwrt.org.
Openwrt 6.6.79
Do you see temperatures being reported in one of these locations?
cat /sys/devices/virtual/thermal/thermal_zone*/temp
cat /sys/devices/virtual/thermal/cooling_device*/temp
As far as i know the BPI R4 should have thermal support.
it works with the snapshots.
I have lm-sensors and lm-sensors-detect installed.
If i only knew what i,m doing wrong here
Those are not for luci-statistics thermal page that uses collectd-mod-thermal to read CPU dta, but for the sensors page and collect-mod-sensors plugin (that uses lm-sensors).
Well, what are you doing differently than the official build? Are you missing some package that you need to add to the official build to get that to work?
(the default build does not even have LuCI statistics installed, so you are manually packages also there.)
I changed to the official build 24.10.0 and now it is working.
Yet i still don,t understand why it isn,t working on the main branch...
Especially since i had all packages installed.. including collectd-mod-sensors
and lm-sensors