Jim Klimov
Jim Klimov
Fair point, at least for the non-critical `OB` state. Would you care to post a PR for the new toggle? For a bit more context about the current/default behavior, note...
Primary PR merged. Exploratory one (to return the log message) left out for now, per discussion. Maybe will come back to it for debug-only logging just in case, though.
If the device does not serve this information (or not in a way the NUT driver can interpret it), but serves the battery voltage or charge - please explore the...
Aha, great to see vendors paying interest! :) In NUT, we have many drivers supporting different protocols and dialects (usually with a `subdriver` configuration option) where applicable. These drivers translate...
Well, `nutdrv_qx` should also support at least some Voltronic protocols: ```` ~/nut$ grep VERSION drivers/nutdrv_qx_voltronic*.c | grep def drivers/nutdrv_qx_voltronic-qs-hex.c:#define VOLTRONIC_QS_HEX_VERSION "Voltronic-QS-Hex 0.10" drivers/nutdrv_qx_voltronic-qs.c:#define VOLTRONIC_QS_VERSION "Voltronic-QS 0.09" drivers/nutdrv_qx_voltronic.c:#define VOLTRONIC_VERSION "Voltronic 0.08"...
Regarding an older version - for new development it is recommended to start from current NUT sources (fork this github repository, make a branch in your copy for the new...
Well, that gets a bit complicated then :) Usually it is HW vendors using/dictating the protocol, and programs like NUT adapting to it - I'm not sure adapting new HW...
Just wondering: could an ECO mode come into play here? @arnaudquette-eaton : Is this an input current of the whole UPS, or of the converter to charge the battery (e.g....
@rifkican : you connect with what program? I don't think there are any fields to enter in NUT itself...
Thanks! Not sure how portable this is, but the attribute is actually used in `include/common.h` (and some other files with static methods) to mark the varargs support, and all compilers...