Displaying 3 results from an estimated 3 matches for "bestfcom_f".
Did you mean:
bestfcom_fe
2014 Aug 09
0
Call for testing: bestfcom (Best Ferrups/Fortress driver)
If you have a BestPower FerrUPS 2.1kva or similar UPS, and use the bestfcom driver, could you please test the following patch?
https://github.com/networkupstools/nut/compare/bestfcom_FE
I'd like to merge it in for the next release of NUT, but I have no confirmation as to whether it works, or makes things worse.
Thanks,
--
Charles Lepple
clepple at gmail
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bestfcom_FE.patch
Type: applicatio...
2014 Feb 10
0
BestPower Ferrups driver glitch with f commands
The problem will only affect newer firmwares on the BestPower FerrUPS 2.1kva units. Additional white-space was the issue. I added a if clause to the bestfcom driver to account for this without breaking what was there. Here is the patch:
diff -rupN release-orig/nut-2.7.1/drivers/bestfcom.c release-patched/nut-2.7.1/drivers/bestfcom.c
--- release-orig/nut-2.7.1/drivers/bestfcom.c 2013-07-31
2014 Feb 10
2
BestPower Ferrups driver glitch with f commands
I did the testing you suggested, and it was indeed the whitespace. I added another if clause test to the function and everything seems to work. I have working driver that I will email a patch for this list. My coworker says the model ID is configurable though, so we will try that first, which would negate the need to patch the driver.
________________________________________
From: Charles Lepple