Open yonesmit opened 1 month ago
Sounds great, thanks for sharing!
Would you care to post the change as a pull request, so it is attributed in your name in Git history?
Sounds great, thanks for sharing!
Would you care to post the change as a pull request, so it is attributed in your name in Git history?
I would but I don't know how to create a git pull request. I'm not sure if I need to create a branch, make changes in it and then submit comparing it with master branch or there is any other easier way. I'm not used to git yet (I've been out of world for last years XD ) Can you add the changes? if not I will try to do as soon as I learn how to do.... TIA best regards,
Finally I managed (?) to create the pull request. Tell me if there is something wrong. Sorry this is my fist time. best regards
@yonesmit Nice to see better support for this UPS! Thanks! A quick question: does a manual exist for this thing? I have one and it came with no manual apart from a single page with no useful info.
A single manual page, And another page to tell you the download link of kpower. That's all I got. But it was really cheap and works quite well, the only problem I got is I needed to silence it.
Thanks, looks good for a first shot! :)
To answer your earlier question, yes it is recommended to make a new branch in your repository for each feature you work on, so you don't have problems e.g. updating to changes from remote master
branch as it changes over time while your large pull request awaits a review.
Hi, Recently I start using a Masterpower MF-UPS650VA with nut. The device is detected correctly, it uses usbhid-ups driver and MGE HID 1.49 subdriver. My problem was I couldn't control the beeper to silence it (ups.beeper.status). After some debugging I found that the feature was found in a different path than the ones that driver support (driver already support the feature in 2 different paths and it uses the first one it founds). Driver support ups.beeper.status in this 2 paths:
And my ups uses this path:
UPS.AudibleAlarmControl
So I added the 3 lines needed to support the beeper status feature in the path used by my ups and compiled the driver.
Now the feature is correctly supported.
I'm attaching the file with changes for your reference.
mge-hid.zip
Can the changes be added to project so this ups is supported directly in future releases? Thanks in advance
Best Regards
yonesmit