Feature request: Thermal zone for package

Hello @lranders… thank you for your guidance.
Based on that I tried the lm_sensors module and it is not detecting any sensors. Can you please suggest me any other module/process that might work?

Any help on this is really appreciated.

If you have the latest kernel and modules, it should just-work.

@lranders
/$ cd /sys/module/
beagle@BeagleV:/sys/module$ ls
8250 br_netfilter ehci_hcd industrialio loop nf_defrag_ipv4 nf_tables psmouse sdhci uio_microchip_can workqueue zswap
8250_core cachefiles f2fs ip6_tunnel mc nf_defrag_ipv6 nft_chain_nat random spurious uio_microchip_dma xfrm_algo
at24 cfg80211 firmware_class ipv6 mcp356x nf_nat nft_compat rcupdate srcutree usbcore xfrm_user
auth_rpcgss configfs fscache kernel mmcblk nfnetlink nvme rcutree stp usbhid xhci_hcd
binfmt_misc cryptomgr fscrypto keyboard module nfs nvme_core regmap_i2c sunrpc v4l2_async xt_addrtype
blk_cgroup ctr fuse libata netfs nfs_layout_flexfiles overlay rfkill sysrq v4l2_fwnode xt_conntrack
block dns_resolver hid llc nf_conntrack nfs_layout_nfsv41_files pcie_aspm rng_core tcp_cubic videodev xt_MASQUERADE
bridge dynamic_debug imx219 lockd nf_conntrack_netlink nfsv4 printk scsi_mod u_dma_buf vt xz_dec

I think these are my entries under /sys/module.

Distributor ID: Ubuntu
Description: Ubuntu 23.04
Release: 23.04
Codename: lunar

This is my ubuntu version. I tried sudo apt-get update and sudo apt-get upgrade.

beagle@BeagleV:/$ sensors
No sensors found!
Make sure you loaded all the kernel drivers you need.
Try sensors-detect to find out which these are.
sensors-detect is not able to detect any.
Any particular step I am missing?
Thank you.

Just run the script found here

Thank you @lranders . It works seamlessly. Really appreciate your help.