-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from networkupstools/ddl-20241001
HCL/DDL bump 2024-10-01
- Loading branch information
Showing
21 changed files
with
2,193 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
# DEVICE:URL:REPORT: https://github.com/networkupstools/nut-ddl/issues/41 | ||
# DEVICE:URL:VENDOR: https://2e.ua/en/products/2e-ps1000l-1000va-800w-dc-24v-2xschuko-1xc13/ | ||
|
||
# DEVICE:COMMENT: | ||
# It has RJ45 and USB ports, comes with UPSmart utility. | ||
# Screenshots and logs from the stock utility are included | ||
# in the `nut-ddl` ticket. | ||
# | ||
# Device dump generated by ./nut-ddl-dump.sh on Sat, 08 Jun 2024 20:34:25 +0300 | ||
# DEVICE:EOC | ||
|
||
# DEVICE:COMMENT-BLOCK:UPSCONF: | ||
# [2e-ps1000l] | ||
# driver = "nutdrv_qx" | ||
# port = "auto" | ||
# vendorid = "0001" | ||
# productid = "0000" | ||
# # Certain overrides were needed: | ||
# # LiFePO4 2x 12V | ||
# override.battery.voltage.nominal="24" | ||
# default.battery.voltage.low = "20" | ||
# default.battery.voltage.high = "29.2" | ||
# # 2 hours 24 minutes at 100% load (800W) | ||
# # 4 hours 48 minutes at 50% load (400W) | ||
# runtimecal="8640,100,17280,50" | ||
# # 6.5 hours charge time | ||
# chargetime="24000" | ||
# idleload="10" | ||
# DEVICE:EOC | ||
|
||
# :; upsc 2e-ps1000l | ||
battery.charge: 76 | ||
battery.runtime: 47039 | ||
battery.voltage: 27.1 | ||
battery.voltage.high: 29.2 | ||
battery.voltage.low: 20 | ||
battery.voltage.nominal: 24 | ||
device.type: ups | ||
driver.debug: 0 | ||
driver.flag.allow_killpower: 0 | ||
driver.name: nutdrv_qx | ||
driver.parameter.chargetime: 24000 | ||
driver.parameter.default.battery.voltage.high: 29.2 | ||
driver.parameter.default.battery.voltage.low: 20 | ||
driver.parameter.idleload: 10 | ||
driver.parameter.override.battery.voltage.nominal: 24 | ||
driver.parameter.pollfreq: 30 | ||
driver.parameter.pollinterval: 2 | ||
driver.parameter.port: auto | ||
driver.parameter.product: ATCL FOR UPS | ||
driver.parameter.productid: 0000 | ||
driver.parameter.runtimecal: 8640,100,17280,50 | ||
driver.parameter.serial: ATCL FOR UPS | ||
driver.parameter.synchronous: auto | ||
driver.parameter.vendor: ATCL FOR UPS | ||
driver.parameter.vendorid: 0001 | ||
driver.state: quiet | ||
driver.version: 2.8.2 | ||
driver.version.data: Megatec 0.07 | ||
driver.version.internal: 0.36 | ||
driver.version.usb: libusb-1.0.27 (API: 0x100010a) | ||
input.current.nominal: 3.6 | ||
input.frequency: 49.9 | ||
input.frequency.nominal: 50 | ||
input.voltage: 223.0 | ||
input.voltage.fault: 0.0 | ||
input.voltage.nominal: 220 | ||
output.voltage: 224.0 | ||
ups.beeper.status: disabled | ||
ups.delay.shutdown: 30 | ||
ups.delay.start: 180 | ||
ups.firmware: V4.00 | ||
ups.load: 14 | ||
ups.productid: 0000 | ||
ups.status: OL | ||
ups.temperature: 26.0 | ||
ups.type: offline / line interactive | ||
ups.vendorid: 0001 | ||
|
||
# DEVICE:COMMENT-BLOCK:FIXME:UPSRW: 2e-ps1000l | ||
# [driver.debug] | ||
# Current debug verbosity level of the driver program | ||
# Type: NUMBER | ||
# Value: 0 | ||
# | ||
# [driver.flag.allow_killpower] | ||
# Safety flip-switch to allow the driver daemon to send UPS shutdown command (accessible via driver.killpower) | ||
# Type: NUMBER | ||
# Value: 0 | ||
# | ||
# [ups.delay.shutdown] | ||
# Interval to wait after shutdown with delay command (seconds) | ||
# Type: RANGE NUMBER | ||
# Option: "12-600" SELECTED | ||
# | ||
# [ups.delay.start] | ||
# Interval to wait before (re)starting the load (seconds) | ||
# Type: RANGE NUMBER | ||
# Option: "0-599940" SELECTED | ||
# DEVICE:EOC | ||
|
||
# DEVICE:COMMENT-BLOCK:FIXME:UPSCMD: 2e-ps1000l | ||
# Instant commands supported on UPS [2e-ps1000l]: | ||
# | ||
# beeper.toggle - Toggle the UPS beeper | ||
# driver.killpower - Tell the driver daemon to initiate UPS shutdown; should be unlocked with driver.flag.allow_killpower option or variable setting | ||
# driver.reload - Reload running driver configuration from the file system (only works for changes in some options) | ||
# driver.reload-or-error - Reload running driver configuration from the file system (only works for changes in some options); return an error if something changed and could not be applied live (so the caller can restart it with new options) | ||
# driver.reload-or-exit - Reload running driver configuration from the file system (only works for changes in some options); exit the running driver if something changed and could not be applied live (so service management framework can restart it with new options) | ||
# load.off - Turn off the load immediately | ||
# load.on - Turn on the load immediately | ||
# shutdown.return - Turn off the load and return when power is back | ||
# shutdown.stayoff - Turn off the load and remain off | ||
# shutdown.stop - Stop a shutdown in progress | ||
# test.battery.start - Start a battery test | ||
# test.battery.start.deep - Start a deep battery test | ||
# test.battery.start.quick - Start a quick battery test | ||
# test.battery.stop - Stop the battery test | ||
# DEVICE:EOC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# DEVICE:URL:REPORT: https://github.com/networkupstools/nut-ddl/issues/41 | ||
# DEVICE:URL:VENDOR: https://2e.ua/en/products/2e-ps1000l-1000va-800w-dc-24v-2xschuko-1xc13/ | ||
|
||
# DEVICE:COMMENT: | ||
# It has RJ45 and USB ports, comes with UPSmart utility. | ||
# Screenshots and logs from the stock utility are included | ||
# in the `nut-ddl` ticket. | ||
# | ||
# This device dump was copied from upsc manually in the ticket. | ||
# DEVICE:EOC | ||
|
||
# :; upsc 2e-ps1000l | ||
battery.charge: 79 | ||
battery.runtime: 48969 | ||
battery.voltage: 27.3 | ||
battery.voltage.high: 29.2 | ||
battery.voltage.low: 20 | ||
battery.voltage.nominal: 24 | ||
device.type: ups | ||
driver.debug: 0 | ||
driver.flag.allow_killpower: 0 | ||
driver.name: nutdrv_qx | ||
driver.parameter.chargetime: 24000 | ||
driver.parameter.default.battery.voltage.high: 29.2 | ||
driver.parameter.default.battery.voltage.low: 20 | ||
driver.parameter.idleload: 10 | ||
driver.parameter.override.battery.voltage.nominal: 24 | ||
driver.parameter.pollfreq: 30 | ||
driver.parameter.pollinterval: 2 | ||
driver.parameter.port: auto | ||
driver.parameter.product: ATCL FOR UPS | ||
driver.parameter.productid: 0000 | ||
driver.parameter.runtimecal: 8640,100,17280,50 | ||
driver.parameter.serial: ATCL FOR UPS | ||
driver.parameter.synchronous: auto | ||
driver.parameter.vendor: ATCL FOR UPS | ||
driver.parameter.vendorid: 0001 | ||
driver.state: quiet | ||
driver.version: 2.8.2 | ||
driver.version.data: Megatec 0.07 | ||
driver.version.internal: 0.36 | ||
driver.version.usb: libusb-1.0.27 (API: 0x100010a) | ||
input.current.nominal: 3.6 | ||
input.frequency: 50.0 | ||
input.frequency.nominal: 50 | ||
input.voltage: 221.0 | ||
input.voltage.fault: 0.0 | ||
input.voltage.nominal: 220 | ||
output.voltage: 221.0 | ||
ups.beeper.status: disabled | ||
ups.delay.shutdown: 30 | ||
ups.delay.start: 180 | ||
ups.firmware: V4.00 | ||
ups.load: 14 | ||
ups.productid: 0000 | ||
ups.status: OL | ||
ups.temperature: 26.0 | ||
ups.type: offline / line interactive | ||
ups.vendorid: 0001 |
Oops, something went wrong.