Commit Graph

126 Commits

Author SHA1 Message Date
Meliox
2516db38de change control as well 2026-06-09 23:32:03 +02:00
Meliox
4c1a9486f1
Readme update of test (#176)
Co-authored-by: Meliox <na>
2026-06-07 19:28:03 +02:00
Meliox
9fbe8dbc15
Workflow changes to fix version PR non-diff error
Co-authored-by: Meliox <na>
2026-06-07 19:26:33 +02:00
Meliox
88983fdd47
Nodes pm regression fix (#174)
Co-authored-by: Meliox <na>
2026-06-07 19:13:58 +02:00
Meliox
335f58cd27
more workflow changes (#173)
Co-authored-by: Meliox <na>
2026-06-07 18:39:04 +02:00
Meliox
e602663b0e
change when test release is triggered (#172)
Co-authored-by: Meliox <na>
2026-06-07 17:58:30 +02:00
Meliox
92f4104c3b
version publishing fixes (#171)
Co-authored-by: Meliox <na>
2026-06-07 17:51:53 +02:00
Meliox
73b9cece16
Make deb-installer for PVEMods (#168)
* first deb-installer workflow for PVE-mods
---------

Co-authored-by: Meliox <na>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-07 17:21:57 +02:00
Meliox
afe7e8643c
the fix for startup message in util (#170)
Co-authored-by: Meliox <na>
2026-06-07 16:13:03 +02:00
Meliox
29236db149
fix public function export (#169)
Co-authored-by: Meliox <na>
2026-06-07 15:50:33 +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
bfb078a0ae
PVE Temp mod version 2.0 (#152)
* New implement of PVENode info
2026-06-07 11:23:02 +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
ea98856365
Fix hdd sorting for >10 hdds (#163) 2026-05-11 20:00:53 +02:00
Stefano Stella
6a27678594
Fix NA UPS values by moving upsConnection scope to parent function (resolves #141) (#142) 2025-10-11 09:43:22 +02:00
Meliox
b2bf77dad3
Don't change default UPS text response colour to white (#143) 2025-10-11 09:27:15 +02:00
Meliox
bb56097710
Fix duplicate sodimm fan keys dectection, setup and visualisation (#133, #136, #113) 2025-09-15 20:31:19 +02:00
Meliox
67338aabbd
minor follow up (#131) 2025-09-08 21:47:32 +02:00
Meliox
1f5b73e6ac
Add Security Policy document (#130) 2025-09-08 21:15:28 +02:00
Meliox
88aab675a8
Correct typo and identation in nodes.pm (#129) 2025-09-08 20:56:33 +02:00
Meliox
3a2172328a
Correct download urls in readme (#128) 2025-09-08 20:36:14 +02:00
Meliox
b61a6d332e
Fix upsc data retrieval (#126) 2025-09-07 01:26:28 +02:00
Meliox
f3903df64f
fix incorrect identation (#124) 2025-09-07 01:26:14 +02:00
Meliox
9cf74c0614
Adds support for 2 die AMD cpu (#125) 2025-09-07 00:27:03 +02:00
Meliox
4d75d471fe
Forgot some gui changes (#123) 2025-09-06 23:25:31 +02:00
Meliox
41bde4d4ea
Make UPS be disable as default selection (#122) 2025-09-06 23:19:00 +02:00
Meliox
d80118f537
Update screenshot (#121) 2025-09-06 23:16:06 +02:00
Meliox
98319ead87
Major script refactor (#120)
Adds a minor fix to #113
Refactors messages
Refactors many sed commands to heredoc making then much easier to maintain
2025-09-06 23:12:39 +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
9a6320b4a8
Fix invalid JSON SODIMM sensors output from lm-sensors (#113) 2025-09-06 12:26:42 +02:00
Meliox
b26b83d3bf
Fix invalid JSON NAN output from lm-sensors 2025-09-06 08:26:27 +02:00
Meliox
e8af05c770
Correct the sanitizer regex (#109) 2025-08-07 21:13:24 +02:00
Meliox
2202159585
check_root_privileges when installing sensor mod (#111) 2025-08-07 11:55:42 +02:00
Meliox
14b2ee607e
Add support for intel E and P cores (#107) 2025-08-06 15:57:55 +02:00
Gleb
c90c2028fd
Add Tdie entry for older AMD CPUs (#103) 2025-08-06 14:12:31 +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
eremem
fa629cfdd5
Adjust regex to a changed nag screen function signature (#104) 2025-07-20 13:33:33 +02:00
Meliox
51ab839c41
Verify backup files are created and identifical implements part of (#94)
Co-authored-by: Meliox <na>
2025-04-06 08:56:40 +02:00
Meliox
213a870228
fix double detection of AMD cpus leading to wrong cpu detected
fixes #92
2025-04-06 08:35:20 +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
981c781868
Fix sensor detection when only cpu is present
Co-authored-by: Meliox <na>
2025-03-02 20:40:01 +01: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