]> git.basschouten.com Git - openhab-addons.git/blob
9af554cee344332db104bdd98b7e49e0f94c8de7
[openhab-addons.git] /
1 # binding
2
3 binding.networkupstools.name = Network UPS Tools Binding
4 binding.networkupstools.description = Binding for connecting to Network UPS Tools (NUT) servers
5
6 # thing types
7
8 thing-type.networkupstools.ups.label = Network UPS Tool
9 thing-type.networkupstools.ups.description = Network UPS Tool Thing
10
11 # thing types config
12
13 thing-type.config.ups.config.device.label = Device
14 thing-type.config.ups.config.device.description = UPS server name
15 thing-type.config.ups.config.host.label = Host
16 thing-type.config.ups.config.host.description = UPS server host or ip-address
17 thing-type.config.ups.config.password.label = Password
18 thing-type.config.ups.config.password.description = UPS server password to login
19 thing-type.config.ups.config.port.label = Port
20 thing-type.config.ups.config.port.description = UPS server port
21 thing-type.config.ups.config.refresh.label = Refresh
22 thing-type.config.ups.config.refresh.description = Refresh interval for state updates in seconds
23 thing-type.config.ups.config.username.label = Username
24 thing-type.config.ups.config.username.description = UPS server username to login
25
26 # channel types
27
28 channel-type.networkupstools.battery-charge.label = Battery Charge
29 channel-type.networkupstools.battery-charge.description = Battery charge (percent)
30 channel-type.networkupstools.battery-runtime.label = Battery Runtime
31 channel-type.networkupstools.battery-runtime.description = Battery runtime (seconds)
32 channel-type.networkupstools.battery-voltage.label = Battery Voltage
33 channel-type.networkupstools.battery-voltage.description = Battery voltage (V)
34 channel-type.networkupstools.input-current-status.label = Input Current Status
35 channel-type.networkupstools.input-current-status.description = Status relative to the thresholds
36 channel-type.networkupstools.input-current.label = Input Current
37 channel-type.networkupstools.input-current.description = Input current (A)
38 channel-type.networkupstools.input-load.label = Input Load
39 channel-type.networkupstools.input-load.description = Load on (ePDU) input (percent of full)
40 channel-type.networkupstools.input-quality.label = Input Quality
41 channel-type.networkupstools.input-quality.description = Input power quality (*** opaque)
42 channel-type.networkupstools.input-realpower.label = Input Realpower
43 channel-type.networkupstools.input-realpower.description = Current sum value of all (ePDU) phases real power (W)
44 channel-type.networkupstools.input-transfer-reason.label = Input Transfer Reason
45 channel-type.networkupstools.input-transfer-reason.description = Reason for last transfer to battery (*** opaque)
46 channel-type.networkupstools.input-voltage-status.label = Input Voltage Status
47 channel-type.networkupstools.input-voltage-status.description = Status relative to the thresholds
48 channel-type.networkupstools.input-voltage.label = Input Voltage
49 channel-type.networkupstools.input-voltage.description = Input voltage (V)
50 channel-type.networkupstools.number-electric-current.label = Electric Current
51 channel-type.networkupstools.number-electric-current.description = Electric Current channel
52 channel-type.networkupstools.number-electric-potential.label = Electric Potential
53 channel-type.networkupstools.number-electric-potential.description = Electric Potential channel
54 channel-type.networkupstools.number-frequency.label = Frequency
55 channel-type.networkupstools.number-frequency.description = Frequency channel
56 channel-type.networkupstools.number-power.label = Power
57 channel-type.networkupstools.number-power.description = Power channel
58 channel-type.networkupstools.number-time.label = Time
59 channel-type.networkupstools.number-time.description = Time channel
60 channel-type.networkupstools.number.label = Number
61 channel-type.networkupstools.number.description = Number channel
62 channel-type.networkupstools.output-current.label = Output Current
63 channel-type.networkupstools.output-current.description = Output current (A)
64 channel-type.networkupstools.output-voltage.label = Output Voltage
65 channel-type.networkupstools.output-voltage.description = Output voltage (V)
66 channel-type.networkupstools.string.label = String
67 channel-type.networkupstools.string.description = String channel
68 channel-type.networkupstools.switch.label = Switch
69 channel-type.networkupstools.switch.description = Switch channel
70 channel-type.networkupstools.ups-alarm.label = UPS Alarm
71 channel-type.networkupstools.ups-alarm.description = UPS alarms
72 channel-type.networkupstools.ups-load.label = UPS Load
73 channel-type.networkupstools.ups-load.description = Load on UPS (percent)
74 channel-type.networkupstools.ups-power.label = UPS Power
75 channel-type.networkupstools.ups-power.description = Current value of apparent power (Volt-Amps)
76 channel-type.networkupstools.ups-realpower.label = UPS Realpower
77 channel-type.networkupstools.ups-realpower.description = Current value of real power (Watts)
78 channel-type.networkupstools.ups-status.label = UPS Status
79 channel-type.networkupstools.ups-status.description = Status of the UPS: OFF, OL,OB,LB,RB,OVER,TRIM,BOOST,CAL,BYPASS,NULL
80 channel-type.networkupstools.ups-status.state.option.OFF = Off
81 channel-type.networkupstools.ups-status.state.option.OL = Online
82 channel-type.networkupstools.ups-status.state.option.OB = On battery
83 channel-type.networkupstools.ups-status.state.option.LB = Low battery
84 channel-type.networkupstools.ups-status.state.option.CHRG = Charging
85 channel-type.networkupstools.ups-status.state.option.OL\ CHRG = Online, charging
86 channel-type.networkupstools.ups-status.state.option.OL\ LB = Online, low battery
87 channel-type.networkupstools.ups-status.state.option.OL\ CHRG\ LB = Online, charging, low battery
88 channel-type.networkupstools.ups-status.state.option.RB = Replace battery
89 channel-type.networkupstools.ups-status.state.option.ALARM\ OL\ RB = Alarm, online, replace battery
90 channel-type.networkupstools.ups-status.state.option.OVER = Overload
91 channel-type.networkupstools.ups-status.state.option.TRIM = Voltage trim
92 channel-type.networkupstools.ups-status.state.option.BOOST = Voltage boost
93 channel-type.networkupstools.ups-status.state.option.CAL = Calibration
94 channel-type.networkupstools.ups-status.state.option.BYPASS = Bypass
95 channel-type.networkupstools.ups-status.state.option.NULL = Null
96 channel-type.networkupstools.ups-temperature.label = UPS Temperature
97 channel-type.networkupstools.ups-temperature.description = UPS temperature (degrees C)
98 channel-type.networkupstools.ups-test-result.label = UPS Test Result
99 channel-type.networkupstools.ups-test-result.description = Results of last self test (opaque string)
100
101 # channel types config
102
103 channel-type.config.ups.dynamic-channel-config-quantity-type.networkupstools.label = NUT Variable
104 channel-type.config.ups.dynamic-channel-config-quantity-type.networkupstools.description = The name of the NUT variable
105 channel-type.config.ups.dynamic-channel-config-quantity-type.unit.label = Unit
106 channel-type.config.ups.dynamic-channel-config-quantity-type.unit.description = The unit of the data
107 channel-type.config.ups.dynamic-channel-config.networkupstools.label = NUT Variable
108 channel-type.config.ups.dynamic-channel-config.networkupstools.description = The name of the NUT variable