-
-
Notifications
You must be signed in to change notification settings - Fork 366
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
Modbus driver #50
Comments
Just noticed that the other two drivers which start with "nutdrv" use an underscore ("nutdrv_qx" and "nutdrv_atcl_usb". |
Fixed, thx for pointing. I've not renamed the branch though, just src / doc occurrences |
SNMP subdriver generator: complete DMF support
Hello, do you have a roadmap for modbus support? I'm interested for an industrial UPS support (phoenixcontact) which uses modbus. If not I will implement something. A generic modbus driver does not seem something realistic though. |
Yes they have RJ45 form factor serial ports |
drivers/snmp-ups.c : bump the version for public-release driver fix
Note: this request got lost on the bookshelf over time, so while several modbus-capable drivers were added to NUT in the past couple of years, and some more are in progress, they are not subdrivers under a common executable/CLI/config-option umbrella, but standalone consumers of libmodbus. For full list see sources and the label reference below; driver efforts that stand out include:
Another note: while there are technically an ASCII and a binary modbus protocol flavours, ascii support in libmodbus is only on a side branch and apparently was not good enough to merge to mainstream. So drivers should avoid it (e.g. PR #modb tried to import a copy to NUT codebase, which was not a good place to maintain it long-term).
|
Thanks @jimklimov For a Debian sysadmin who just wants better data from his recent USB APC UPS, what's the best option right now? Jason |
Can't really say as I have not had APCs for a while. It seems that setting up Overall the "APC+ModBus" theme (or in other words, better support for APCs released after ~2010) is tracked (not much progress yet though) in #139 |
libmodbus-3.1.9 not work. 3.1.8 it's work. |
…rs so far [#50, #1765] Signed-off-by: Jim Klimov <[email protected]>
Create a generic driver to support Modbus devices.
It will:
A preliminary support has already been committed:
https://github.com/networkupstools/nut/tree/nutdrv-modbus
The text was updated successfully, but these errors were encountered: