Temperature sensors data for the LuCI status page (OpenWrt webUI).
OpenWrt >= 22.03.
Dependences: ucode, ucode-mod-fs.
OpenWrt >= 25.12:
wget --no-check-certificate -O /tmp/luci-app-temp-status-0.7.1-r2.apk https://github.com/gSpotx2f/packages-openwrt/raw/master/25.12/luci-app-temp-status-0.7.1-r2.apk
apk --allow-untrusted add /tmp/luci-app-temp-status-0.7.1-r2.apk
rm /tmp/luci-app-temp-status-0.7.1-r2.apk
service rpcd restart
i18n-ru:
wget --no-check-certificate -O /tmp/luci-i18n-temp-status-ru-0.7.1-r2.apk https://github.com/gSpotx2f/packages-openwrt/raw/master/25.12/luci-i18n-temp-status-ru-0.7.1-r2.apk
apk --allow-untrusted add /tmp/luci-i18n-temp-status-ru-0.7.1-r2.apk
rm /tmp/luci-i18n-temp-status-ru-0.7.1-r2.apk
OpenWrt <= 24.10:
wget --no-check-certificate -O /tmp/luci-app-temp-status_0.7.1-r2_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/24.10/luci-app-temp-status_0.7.1-r2_all.ipk
opkg install /tmp/luci-app-temp-status_0.7.1-r2_all.ipk
rm /tmp/luci-app-temp-status_0.7.1-r2_all.ipk
service rpcd restart
i18n-ru:
wget --no-check-certificate -O /tmp/luci-i18n-temp-status-ru_0.7.1-r2_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/24.10/luci-i18n-temp-status-ru_0.7.1-r2_all.ipk
opkg install /tmp/luci-i18n-temp-status-ru_0.7.1-r2_all.ipk
rm /tmp/luci-i18n-temp-status-ru_0.7.1-r2_all.ipk
