-
-
Notifications
You must be signed in to change notification settings - Fork 399
nutdrv_qx_masterguard: Adds a clear.fault.record instant command #3181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
nutdrv_qx_masterguard: Adds a clear.fault.record instant command #3181
Conversation
Also adds two experimental variables:
- battery.ageing.factor ("Battery ageing factor in promille) and
- battery.calibration.factor (Battery calibration factor in percent).
Tested on A1000 and A2000 units
Signed-off-by: Atanas Vladimirov <[email protected]>
Signed-off-by: Atanas Vladimirov <[email protected]>
…orkupstools#3181] Signed-off-by: Jim Klimov <[email protected]>
|
I see you've caught on to the idea of spinning numerous feature branches simultaneously ;) |
|
Hey Jim, Yes, but I still make mistakes and try to learn :))) Edit: Here is how it looks: Another question (not related to this PR) is about experimental.input_fault_voltage - I still can't find its meaning and what the UPS is reporting as value is the same as Because now the drives is filling the logs with unuseful records .... |
|
Primarily, the |
|
I did not quickly find where those logs are coming from, there does not seem to be any special logging handling for The use of |
|
I'll be fairly busy today, so probably this is something you would have to track down yourself. Maybe a debugger would help to step through the code (I had good experience with NetBeans IDE for that, some with VSCode - see notes in NUT docs). |
|
❌ Build nut 2.8.4.3781-master failed (commit b02a94cfc3 by @jimklimov) |
Also adds two experimental variables:
Tested on A1000 and A2000 units
Signed-off-by: Atanas Vladimirov [email protected]