Commit Graph

44 Commits

Author SHA1 Message Date
Meliox
43514fc949
fix readme dl link (#290)
Co-authored-by: Meliox <na>
2026-08-09 14:28:48 +02:00
Meliox
c1c26aff56
Readme update for version 1.0 (#225)
* Readme update for next version

* update readme

* link fix

* language

* more changes

* typo

* more cleanup

---------

Co-authored-by: Meliox <na>
2026-08-09 14:25:14 +02:00
Meliox
3f4f3cd150
Move old scripts to legacy folder (#184)
* move legacy scripts

* update readme

---------

Co-authored-by: Meliox <na>
2026-06-08 22:37:17 +02:00
Meliox
4dd56a0bc5 fix download links 2026-06-07 11:28:36 +02:00
Meliox
73567f1108 Restructure git repo for installer 2026-06-07 11:27:13 +02:00
Meliox
6246669adc
Update compatibility range for Node sensor readings 2026-05-24 23:13:05 +02:00
Meliox
59df4e6e55
Bump pve mod tested version to 9.2 (#165) 2026-05-24 23:11:58 +02:00
Meliox
3a2172328a
Correct download urls in readme (#128) 2025-09-08 20:36:14 +02:00
Meliox
d80118f537
Update screenshot (#121) 2025-09-06 23:16:06 +02:00
Meliox
6b4d6c4489
Add support for UPS information 2025-09-06 14:32:10 +02:00
Meliox
56f717450c
Make installation safer (#94) 2025-09-06 14:15:41 +02:00
Meliox
4c78930373
Fix sensors JSON output to formatted version - only comtible with proxmox 9 and onwards(#106) 2025-08-06 14:06:44 +02:00
Meliox
d014c27422
Bump tested version to 8.3.5 (#95)
Co-authored-by: Meliox <na>
2025-04-06 08:27:02 +02:00
Meliox
e655a9a324
Update readme.md
Bump tested sensor reading view version to 8.3.4
2025-02-28 21:46:37 +01:00
Meliox
715e3d6864
bump supported version and lm-sensors installation instruction (#84)
Co-authored-by: Meliox <na>
2025-02-15 16:26:12 +01:00
まっする
3cb1ac83b9
[pve-mod-gui-sensors.sh] support for mixed core cluster (#81)
* * Fixed to render correctly even if INTEL and AMD core nodes are mixed in the cluster.
* Fixed the behavior of forcing configuration before being told "Mod is already installed".
* Add motherboard information as an option in System Information settings.

* Update to a simple CPU configuration.
* Configure CPU temperature display settings independent of current sensor state.
* Fixed a bug where AMD chiplet temperature was not displayed.

* Add note about AMD only supports average

* Update readme

---------

Co-authored-by: Meliox <na>
2025-02-15 16:17:41 +01:00
Meliox
81a3808a01
Update readme.md 2025-01-18 14:13:19 +01:00
Meliox
f02105920f
update supported versions to 8.3.2 2025-01-18 14:06:04 +01:00
Meliox
b888bc95ad
Implement Ram temps (#75) 2025-01-18 13:47:31 +01:00
Meliox
32a4c9c015
Improve install instruction (#77)
* Improve install instruction for pve-sensors-mod

* Update readme.md
2025-01-18 13:42:56 +01:00
Meliox
9198ffe6cd
Inform user to clear browser cache after successfull installation (#40) 2024-05-25 09:35:16 +02:00
eremem
4f877bbe9e
Temperature unit selection (#38)
Add temperature unit selection
2024-05-17 15:25:36 +02:00
rmm
7cd4f59c21 Correct readme 2024-05-12 15:11:52 +02:00
rmm
aeea8e89bc Fix grammar issue/typo in readme.md 2024-04-27 09:17:07 +02:00
rmm
b59dc52d57 Make host summary view panel collapsible 2024-04-27 09:12:53 +02:00
rmm
2f05163369 Multiple changes:
- Rename pve-mod-gui-temp.sh to pve-mod-gui-sensors.sh
- Update readme and screenshot
2024-04-26 09:13:47 +02:00
rmm
6dcfbfb624 Add missing JS code escaping for the fan speeds 2024-04-25 19:13:23 +02:00
eremem
807e977809
Merge branch 'main' into integration-eremem 2024-04-25 17:15:18 +02:00
rmm
f1f499a96a Multiple changes:
- Rephrase thermal state to sensors output & temperatures display to sensors display
- Update supported PVE versions in readme.md
2024-04-25 17:13:03 +02:00
Meliox
d3559c1e7f
Implement fan speeds (#25)
(feat): Display fanspeeds if they are available
2024-04-20 13:31:04 +02:00
eremem
d43912a64f
Merge branch 'main' into integration-eremem 2024-04-12 15:09:05 +02:00
rmm
f2bc76d1b3 Improve layout of thermal state items
- move CPU summary item and make it to a logical group for CPU temperatures
- add a new group/header for drives temperatures
- disable the default limit of items per row (can be still set if needed)
2024-02-25 12:52:53 +01:00
rmm
22dc406d70 Merge with master 2024-02-25 12:50:06 +01:00
Meliox
908f54aba5
Update readme.md
Add version compability for proxmox 8.1
2023-11-25 09:05:58 +01:00
Meliox
f4e7aa4455
Update readme.md 2023-07-18 21:51:38 +02:00
Meliox
bc6161711c
Update readme.md 2023-07-18 21:51:12 +02:00
Meliox
d2373bf287
Update readme.md
Correct download url in install instructions. Closes #6
2023-07-08 22:44:56 +02:00
R.M.M
1469e64ba7
Dynamic display of temperatures for all CPU cores, NVMe drives and HDD/SSDs (#2)
* Dynamic temperatures display for all CPU cores and NVMe drives.
* Panel height made adjustable.
* Degree sign added.
* Vertical alignment set to 'top' for all rows in the panel.
* Support for HDD/SSD temparatures added (requires kernel module drivetemp).
* Move sensor config to beginning of script.
* Warn user if drivetemp kernal module is not installed
* Save sensor -j reading into a single variable that all temps are read from
* Update readme to new changes
2023-06-27 20:13:41 +02:00
Meliox
f3fcec1a44
Update readme.md 2023-06-25 13:09:13 +02:00
Meliox
d15b5d4eda
Update readme.md 2023-06-25 13:08:50 +02:00
Meliox
a7f8e70d6b
Update readme.md 2023-04-24 20:50:53 +02:00
Meliox
948d1c07c3
Update readme.md 2023-04-24 20:40:43 +02:00
Meliox
c07b23d0d6
Update readme.md 2023-04-24 20:40:22 +02:00
Meliox
00bde7046a
Add files via upload 2023-04-24 20:39:12 +02:00