Hello Yvonne, The pull request https://github.com/networkupstools/nut/pull/2711 was merged Dec 6, so is part of master-branch NUT code base already and available to those who build it locally.
Next official NUT release would be v2.8.3, and while generally release timing in small FOSS teams is hard to predict and adhere to, I do hope to get this one done actually this month, before FOSDEM. There are one or two issues that I treat as blockers to solve before an official release, and other tickets can be delayed until the next one. Please note that after a NUT release happens, it can take some time for OS distributions to deliver it in their packaging, and according to their policy - e.g. some only deliver security or similar small patches over a project's version picked into the initial "X.0" release of a distribution, and a different baseline might only be considered for the "(X+1).0" in a few years (and then users must upgrade to that latest OS release to see the new packages); others are more dynamic with this. We do still get reports of issues with NUT v2.7.4 which is 9 years old... and then the first recommendation is to build the current version from Git, not in the least to check if the issue was solved during the past decade, and to prepare a way to have the more advanced troubleshooting or a testbed to develop/test the new fixes if needed. Hope this helps, Jim Klimov On Mon, Jan 13, 2025 at 7:40 AM Yvonne.Chen <[email protected]> wrote: > Hi Jim: > > > > After doing comprehensive tests, we have confirmed that there are no > problems with the source code update related to temperature this time. We > kindly request you to update the source code concerning temperature in > cps-hid.c (driver: USBHID-UPS(8)) and include it in the next official > release of NUT. > > > > Additionally, please inform us of the planned timeline and version for the > upcoming official release of NUT so we can verify it accordingly. Thank you! > > > > Best regards > > Yvonne Chen > > > > Cyber Energy Co., Ltd. > > Tel: +886-2-8792-9628 #605 > > Fax: +886-2-8792-9626 > > Email: [email protected] > > > > *From:* Jim Klimov <[email protected]> > *Sent:* Thursday, December 5, 2024 12:04 AM > *To:* Yvonne.Chen <[email protected]> > *Cc:* [email protected] > *Subject:* Re: [Nut-upsdev] <Cyber Energy> <usbhid-ups/cps-hid.c>-Add HID > Usage (Temperature) > > > > Looks good. > > > > Posted the PR as https://github.com/networkupstools/nut/pull/2711, code > base to test would be available at > https://github.com/jimklimov/nut/tree/cps-hid-temp currently or as part > of https://github.com/networkupstools/nut/tree/master after the pull > request passes our CI and gets merged. > > > > Thanks, > > Jim Klimov > > > > > > On Wed, Dec 4, 2024 at 9:11 AM Yvonne.Chen <[email protected]> > wrote: > > Hi NUT: > > > > We propose adding HID usage for "Temperature" to the NUT source code file > cps-hid.c (driver: USBHID-UPS(8) > <https://networkupstools.org/docs/man/usbhid-ups.html>) so that UPS > temperature information can be displayed in the UPS status list. After > conducting internal tests, we confirmed that inserting the following code: > > { "ups.temperature", 0, 0, "UPS.PowerSummary.Temperature", NULL, "%s", 0, > kelvin_celsius_conversion }, > > after line 236 allows UPS temperature data to be displayed in the status > list. > > > > In NUT source code file cps-hid.c , the line 236 is > > { "ups.firmware", 0, 0, "UPS.PowerSummary.CPSFirmwareVersion", NULL, "%s", > HU_FLAG_STATIC, stringid_conversion }, > > Please add the following code after line 236 for our new HID usage > (Temperature). > > { "ups.temperature", 0, 0, "UPS.PowerSummary.Temperature", NULL, "%s", 0, > kelvin_celsius_conversion }, > > > > Once you have confirmed the request to add the source code, please provide > a test version of the NUT software with the added HID usage (Temperature) > code for our final testing and verification. Please contact me if you have > any questions regarding this request. Thank you very much! > > > > Best regards > > Yvonne Chen > > > > Cyber Energy Co., Ltd. > > Tel: +886-2-8792-9628 #605 > > Fax: +886-2-8792-9626 > > Email: [email protected] > > _______________________________________________ > Nut-upsdev mailing list > [email protected] > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsdev > >
_______________________________________________ Nut-upsdev mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsdev
