Skip to content

Temperature sensors data for the LuCI status page (OpenWrt webUI)

License

Notifications You must be signed in to change notification settings

AnLi9527/luci-app-temp-status

 
 

Repository files navigation

luci-app-temp-status

Temperature sensors data for the LuCI status page (OpenWrt webUI).

OpenWrt >= 19.07.

Dependences: lua, luci-lib-nixio, luci-lib-jsonc.

Installation notes

OpenWrt Snapshot:

wget --no-check-certificate -O /tmp/luci-app-temp-status_0.3-5_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/snapshot/luci-app-temp-status_0.3-5_all.ipk
opkg install /tmp/luci-app-temp-status_0.3-5_all.ipk
rm /tmp/luci-app-temp-status_0.3-5_all.ipk
/etc/init.d/rpcd reload

i18n-ru:

wget --no-check-certificate -O /tmp/luci-i18n-temp-status-ru_0.3-5_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/snapshot/luci-i18n-temp-status-ru_0.3-5_all.ipk
opkg install /tmp/luci-i18n-temp-status-ru_0.3-5_all.ipk
rm /tmp/luci-i18n-temp-status-ru_0.3-5_all.ipk

OpenWrt 21.02, 22.03:

wget --no-check-certificate -O /tmp/luci-app-temp-status_0.3-5_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-app-temp-status_0.3-5_all.ipk
opkg install /tmp/luci-app-temp-status_0.3-5_all.ipk
rm /tmp/luci-app-temp-status_0.3-5_all.ipk
/etc/init.d/rpcd reload

i18n-ru:

wget --no-check-certificate -O /tmp/luci-i18n-temp-status-ru_0.3-5_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-i18n-temp-status-ru_0.3-5_all.ipk
opkg install /tmp/luci-i18n-temp-status-ru_0.3-5_all.ipk
rm /tmp/luci-i18n-temp-status-ru_0.3-5_all.ipk

OpenWrt 19.07:

wget --no-check-certificate -O /tmp/luci-app-temp-status_0.3-3_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/19.07/luci-app-temp-status_0.3-3_all.ipk
opkg install /tmp/luci-app-temp-status_0.3-3_all.ipk
rm /tmp/luci-app-temp-status_0.3-3_all.ipk
/etc/init.d/rpcd reload

i18n-ru:

wget --no-check-certificate -O /tmp/luci-i18n-temp-status-ru_0.3-3_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/19.07/luci-i18n-temp-status-ru_0.3-3_all.ipk
opkg install /tmp/luci-i18n-temp-status-ru_0.3-3_all.ipk
rm /tmp/luci-i18n-temp-status-ru_0.3-3_all.ipk

Screenshots:

About

Temperature sensors data for the LuCI status page (OpenWrt webUI)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 49.8%
  • JavaScript 41.3%
  • Makefile 8.9%