Skip to content

Commit 2be4f3b

Browse files
authored
Merge pull request #65 from pro4tlzz/pro4tlzz/add-be650g20-uk
add APC BE650G2-UK
2 parents 8087f0a + 60fa6d4 commit 2be4f3b

1 file changed

Lines changed: 132 additions & 0 deletions

File tree

Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
# DEVICE:URL:REPORT: https://github.com/networkupstools/nut-ddl/pull/65
2+
# DEVICE:URL:VENDOR: https://www.se.com/uk/en/product/BE650G2-UK/apc-backups-650va-400w-floor-wall-mount-230v-8x-british-bs1363a-outlets-usb-type-a-port-user-replaceable-battery/
3+
# DEVICE:COMMENT:
4+
# Device dump generated by nut-ddl-dump.sh on Thu, 06 Aug 2026 19:39:33 +0100
5+
# DEVICE:EOC
6+
7+
# :; upsc BE650G2-UK
8+
battery.charge: 100
9+
battery.charge.low: 10
10+
battery.charge.warning: 50
11+
battery.date: 2001/09/25
12+
battery.mfr.date: 2025/07/02
13+
battery.runtime: 2079
14+
battery.runtime.low: 120
15+
battery.type: PbAc
16+
battery.voltage: 13.5
17+
battery.voltage.nominal: 12.0
18+
device.mfr: American Power Conversion
19+
device.model: Back-UPS ES 650G2
20+
device.serial: #COMMENT: masked by user
21+
device.type: ups
22+
driver.debug: 0
23+
driver.flag.allow_killpower: 0
24+
driver.name: usbhid-ups
25+
driver.parameter.pollfreq: 30
26+
driver.parameter.pollinterval: 2
27+
driver.parameter.port: auto
28+
driver.parameter.synchronous: auto
29+
driver.state: quiet
30+
driver.version: 2.8.1
31+
driver.version.data: APC HID 0.100
32+
driver.version.internal: 0.52
33+
driver.version.usb: libusb-1.0.27 (API: 0x100010a)
34+
input.sensitivity: medium
35+
input.transfer.high: 266
36+
input.transfer.low: 180
37+
input.voltage: 250.0
38+
input.voltage.nominal: 230
39+
ups.beeper.status: enabled
40+
ups.delay.shutdown: 20
41+
ups.firmware: 937.a2 .I
42+
ups.firmware.aux: a2
43+
ups.load: 15
44+
ups.mfr: American Power Conversion
45+
ups.mfr.date: 2021/10/31
46+
ups.model: Back-UPS ES 650G2
47+
ups.productid: 0002
48+
ups.realpower.nominal: 400
49+
ups.serial: #COMMENT: masked by user
50+
ups.status: OL
51+
ups.test.result: No test initiated
52+
ups.timer.reboot: 0
53+
ups.timer.shutdown: -1
54+
ups.vendorid: 051d
55+
56+
# DEVICE:COMMENT-BLOCK:FIXME:UPSRW: BE650G2-UK
57+
# [battery.charge.low]
58+
# Remaining battery level when UPS switches to LB (percent)
59+
# Type: STRING
60+
# Maximum length: 10
61+
# Value: 10
62+
#
63+
# [battery.mfr.date]
64+
# Battery manufacturing date
65+
# Type: STRING
66+
# Maximum length: 10
67+
# Value: 2025/07/02
68+
#
69+
# [battery.runtime.low]
70+
# Remaining battery runtime when UPS switches to LB (seconds)
71+
# Type: STRING
72+
# Maximum length: 10
73+
# Value: 120
74+
#
75+
# [driver.debug]
76+
# Current debug verbosity level of the driver program
77+
# Type: NUMBER
78+
# Value: 0
79+
#
80+
# [driver.flag.allow_killpower]
81+
# Safety flip-switch to allow the driver daemon to send UPS shutdown command (accessible via driver.killpower)
82+
# Type: NUMBER
83+
# Value: 0
84+
#
85+
# [input.sensitivity]
86+
# Input power sensitivity
87+
# Type: STRING
88+
# Maximum length: 10
89+
# Value: medium
90+
#
91+
# [input.transfer.high]
92+
# High voltage transfer point (V)
93+
# Type: STRING
94+
# Maximum length: 10
95+
# Value: 266
96+
#
97+
# [input.transfer.low]
98+
# Low voltage transfer point (V)
99+
# Type: STRING
100+
# Maximum length: 10
101+
# Value: 180
102+
#
103+
# [ups.delay.shutdown]
104+
# Interval to wait after shutdown with delay command (seconds)
105+
# Type: STRING
106+
# Maximum length: 10
107+
# Value: 20
108+
# DEVICE:EOC
109+
110+
# DEVICE:COMMENT-BLOCK:FIXME:UPSCMD: BE650G2-UK
111+
# Instant commands supported on UPS [BE650G2-UK]:
112+
#
113+
# beeper.disable - Disable the UPS beeper
114+
# beeper.enable - Enable the UPS beeper
115+
# beeper.mute - Temporarily mute the UPS beeper
116+
# beeper.off - Obsolete (use beeper.disable or beeper.mute)
117+
# beeper.on - Obsolete (use beeper.enable)
118+
# driver.killpower - Tell the driver daemon to initiate UPS shutdown; should be unlocked with driver.flag.allow_killpower option or variable setting
119+
# driver.reload - Reload running driver configuration from the file system (only works for changes in some options)
120+
# 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)
121+
# 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)
122+
# load.off - Turn off the load immediately
123+
# load.off.delay - Turn off the load with a delay (seconds)
124+
# shutdown.reboot - Shut down the load briefly while rebooting the UPS
125+
# shutdown.stop - Stop a shutdown in progress
126+
# test.battery.start.deep - Start a deep battery test
127+
# test.battery.start.quick - Start a quick battery test
128+
# test.battery.stop - Stop the battery test
129+
# test.panel.start - Start testing the UPS panel
130+
# test.panel.stop - Stop a UPS panel test
131+
# DEVICE:EOC
132+

0 commit comments

Comments
 (0)