nut
nut copied to clipboard
The Network UPS Tools repository. UPS management protocol Informational RFC 9271 published by IETF at https://www.rfc-editor.org/info/rfc9271 Please star NUT on GitHub, this helps with sponsorships!
Adds support for the Voltronic Axpert inverters based on the P30 protocol. Updated the nutdrv_qx driver to support the optional sending of commands protected by CRC. Initial support for query...
Active Power 600 -> NUT cant talk via dedicated driver      Any idea ?
my settings ``` - config: - vendorid = "0001" - productid = "0000" - pollinterval = 10 driver: nutdrv_qx protocol=hunnox name: myups port: auto ``` my logs ``` s6-rc: info:...
Hello I'm trying to integrate UPS Tecnoware ERA PLUS 1100 in Home assistant on Raspberry but the log says me "No supported UPS detected" On device compatibility list there is....
I'm not sure if this is the right place to ask this question, since I don't deal with NUT directly. I use it through Home Assistant's NUT server. I'm not...
Hello, I know I'm probably late for the party here (I didn't really review the PR for this in time), but I've done the work to update NUT to 2.8.0...
430v vs expected 230v ``` root@rpi-ups-office:~# upsc ups-office Init SSL without certificate database battery.charge: 100 battery.runtime: 1507 battery.voltage: 27.2 device.mfr: Legrand device.model: Legrand UPS device.type: ups driver.name: usbhid-ups driver.parameter.bus: 001...
This is to track the progress on the topic. Reference: https://alioth-lists.debian.net/pipermail/nut-upsdev/2018-July/007392.html - [x] `usbhid-ups`: add new dedicated subdriver - [x] `nutdrv_qx`: support devices which don't terminate their replies with the...
Current `configure` script reports (on a native MSYS2 Windows laptop prepared per `docs/config-prereqs.txt` instructions, build handled by plain `./ci_build.sh`) the following build ability: ```` Configuration summary: ====================== build serial drivers:...
It references a `char *buf = read_buf` which does not seem populated by subsequent code before use, at least not directly per cursory glance.