]> git.basschouten.com Git - openhab-addons.git/blob
81e8310c6191cd207f0ded6683f54f83b630776f
[openhab-addons.git] /
1 # binding
2
3 binding.fineoffsetweatherstation.name = Fine Offset Weather Station
4 binding.fineoffsetweatherstation.description = A binding for the Weather Stations Manufactured by Fine Offset
5
6 # thing types
7
8 thing-type.fineoffsetweatherstation.gateway.label = Gateway Device
9 thing-type.fineoffsetweatherstation.gateway.description = A WiFi connected gateway device (WN1900, GW1000, GW1100, WH2680, WH2650) to bridge Sensors
10 thing-type.fineoffsetweatherstation.sensor.label = Sensor Device
11 thing-type.fineoffsetweatherstation.sensor.description = A Sensor connected to the gateway (WN1900, GW1000, GW1100, WH2680, WH2650)
12
13 # thing types config
14
15 thing-type.config.fineoffsetweatherstation.gateway.discoverInterval.label = Discover Interval
16 thing-type.config.fineoffsetweatherstation.gateway.discoverInterval.description = Interval in seconds to fetch registered sensors, battery status and signal strength
17 thing-type.config.fineoffsetweatherstation.gateway.ip.label = IP Address
18 thing-type.config.fineoffsetweatherstation.gateway.ip.description = The Hostname or IP address of the device
19 thing-type.config.fineoffsetweatherstation.gateway.pollingInterval.label = Polling Interval
20 thing-type.config.fineoffsetweatherstation.gateway.pollingInterval.description = Polling interval for refreshing the data in seconds
21 thing-type.config.fineoffsetweatherstation.gateway.port.label = Port
22 thing-type.config.fineoffsetweatherstation.gateway.port.description = The network port of the gateway
23 thing-type.config.fineoffsetweatherstation.gateway.protocol.label = Protocol
24 thing-type.config.fineoffsetweatherstation.gateway.protocol.description = The protocol to use for communicating with the gateway, valid values are: `DEFAULT` or `ELV`
25 thing-type.config.fineoffsetweatherstation.sensor.sensor.label = Sensor
26
27 # channel types
28
29 channel-type.fineoffsetweatherstation.battery-voltage.label = Battery Voltage
30 channel-type.fineoffsetweatherstation.battery-voltage.description = The voltage of the battery
31 channel-type.fineoffsetweatherstation.co2.label = CO₂
32 channel-type.fineoffsetweatherstation.co2.description = Air Quality Indicator
33 channel-type.fineoffsetweatherstation.humidity.label = Humidity
34 channel-type.fineoffsetweatherstation.illumination.label = Illumination
35 channel-type.fineoffsetweatherstation.lightning-counter.label = Lightning Counter
36 channel-type.fineoffsetweatherstation.lightning-distance.label = Lightning Distance
37 channel-type.fineoffsetweatherstation.lightning-time.label = Lightning Time
38 channel-type.fineoffsetweatherstation.max-wind-speed.label = Maximum Wind Speed
39 channel-type.fineoffsetweatherstation.moisture.label = Moisture
40 channel-type.fineoffsetweatherstation.pm10.label = PM10 Air Quality
41 channel-type.fineoffsetweatherstation.pm25.label = PM2.5 Air Quality
42 channel-type.fineoffsetweatherstation.pressure.label = Pressure
43 channel-type.fineoffsetweatherstation.rain-rate.label = Rain Rate
44 channel-type.fineoffsetweatherstation.rain.label = Rain
45 channel-type.fineoffsetweatherstation.temperature.label = Temperature
46 channel-type.fineoffsetweatherstation.uv-index.label = UV-Index
47 channel-type.fineoffsetweatherstation.uv-radiation.label = UV-Irradiation
48 channel-type.fineoffsetweatherstation.water-leak-detection.label = Water Leak Detection
49
50 # channel types
51
52 channel = Channel
53 thing.gateway.label = Weather Station
54 thing.sensor.WH24.label = Weather Station - Outdoor Unit
55 thing.sensor.WH24.description = Sensor for Wind Speed & Direction, Solar Radiation & Light, Temperature, Humidity, Rainfall
56 thing.sensor.WH25.label = Sensor for Temperature, Humidity and Pressure
57 thing.sensor.WH25.description = Multi-Channel Sensor for Temperature, Humidity and pressure
58 thing.sensor.WH26.label = Sensor for Temperature and Humidity
59 thing.sensor.WH26.description = Multi-Channel Sensor for Temperature and Humidity
60 thing.sensor.WH31.label = Sensor for Temperature and Humidity
61 thing.sensor.WH31.description = Multi-Channel Sensor for Temperature and Humidity
62 thing.sensor.WH34.label = Temperature Sensor with external probe
63 thing.sensor.WH35.label = Leaf Wetness Sensor
64 thing.sensor.WH40.label = Rainfall Sensor
65 thing.sensor.WH41.label = Air Quality Sensor - outdoor
66 thing.sensor.WH41.description = An outdoor PM2.5 Air Quality Sensor
67 thing.sensor.WH45.label = Air Quality Sensor
68 thing.sensor.WH45.description = 5-in-1 Air Quality Sensor for CO2, PM2.5, PM10, Temperature and Humidity
69 thing.sensor.WH51.label = Soil Moisture Sensor
70 thing.sensor.WH55.label = Water Leak Detection Sensor
71 thing.sensor.WH57.label = Lightning Detection Sensor
72 thing.sensor.WH65.label = Weather Station - outdoor unit
73 thing.sensor.WH65.description = Sensor for Wind Speed & Direction, Solar Radiation & Light, Temperature, Humidity and Rainfall
74 thing.sensor.WH68.label = Weather Station - outdoor unit
75 thing.sensor.WH68.description = Solar-powered Sensor for Wind Speed & Direction, Solar Radiation & Light
76 thing.sensor.WH80.label = Weather Station - outdoor unit
77 thing.sensor.WH80.description = Ultrasonic Sensor for Wind Speed & Direction, Solar Radiation & Light, Temperature & Humidity
78 thing.sensor.WH90.label = Weather Station - outdoor unit
79
80 # channels
81
82 thing-type.fineoffsetweatherstation.gateway.channel.temperature-indoor.label = Indoor Temperature
83 thing-type.fineoffsetweatherstation.gateway.channel.temperature-outdoor.label = Outdoor Temperature
84 thing-type.fineoffsetweatherstation.gateway.channel.temperature-dew-point.label = Dew Point
85 thing-type.fineoffsetweatherstation.gateway.channel.temperature-wind-chill.label = Perceived Temperature
86 thing-type.fineoffsetweatherstation.gateway.channel.temperature-heat-index.label = Heat Index
87 thing-type.fineoffsetweatherstation.gateway.channel.humidity-indoor.label = Humidity Inside
88 thing-type.fineoffsetweatherstation.gateway.channel.humidity-outdoor.label = Humidity Outside
89 thing-type.fineoffsetweatherstation.gateway.channel.pressure-absolute.label = Absolute Pressure
90 thing-type.fineoffsetweatherstation.gateway.channel.pressure-relative.label = Relative Pressure
91 thing-type.fineoffsetweatherstation.gateway.channel.direction-wind.label = Wind Direction
92 thing-type.fineoffsetweatherstation.gateway.channel.speed-wind.label = Wind Speed
93 thing-type.fineoffsetweatherstation.gateway.channel.speed-gust.label = Gust Speed
94 thing-type.fineoffsetweatherstation.gateway.channel.rain-event.label = Amount of Rainfall At the last Rain
95 thing-type.fineoffsetweatherstation.gateway.channel.rain-rate.label = Rainfall Rate
96 thing-type.fineoffsetweatherstation.gateway.channel.rain-hour.label = Rainfall Current Hour
97 thing-type.fineoffsetweatherstation.gateway.channel.rain-day.label = Rainfall Today
98 thing-type.fineoffsetweatherstation.gateway.channel.rain-week.label = Rainfall this Week
99 thing-type.fineoffsetweatherstation.gateway.channel.rain-month.label = Rainfall this Month
100 thing-type.fineoffsetweatherstation.gateway.channel.rain-year.label = Rainfall this Year
101 thing-type.fineoffsetweatherstation.gateway.channel.rain-total.label = Rainfall Total
102 thing-type.fineoffsetweatherstation.gateway.channel.illumination.label = Light Intensity
103 thing-type.fineoffsetweatherstation.gateway.channel.irradiation-uv.label = UV Irradiation
104 thing-type.fineoffsetweatherstation.gateway.channel.uv-index.label = UV Index
105 thing-type.fineoffsetweatherstation.gateway.channel.time.label = Date and Time
106 thing-type.fineoffsetweatherstation.gateway.channel.wind-max-day.label = Maximum Wind Speed Today
107 thing-type.fineoffsetweatherstation.gateway.channel.temperature-channel-1.label = Temperature Channel 1
108 thing-type.fineoffsetweatherstation.gateway.channel.temperature-channel-2.label = Temperature Channel 2
109 thing-type.fineoffsetweatherstation.gateway.channel.temperature-channel-3.label = Temperature Channel 3
110 thing-type.fineoffsetweatherstation.gateway.channel.temperature-channel-4.label = Temperature Channel 4
111 thing-type.fineoffsetweatherstation.gateway.channel.temperature-channel-5.label = Temperature Channel 5
112 thing-type.fineoffsetweatherstation.gateway.channel.temperature-channel-6.label = Temperature Channel 6
113 thing-type.fineoffsetweatherstation.gateway.channel.temperature-channel-7.label = Temperature Channel 7
114 thing-type.fineoffsetweatherstation.gateway.channel.temperature-channel-8.label = Temperature Channel 8
115 thing-type.fineoffsetweatherstation.gateway.channel.humidity-channel-1.label = Humidity Channel 1
116 thing-type.fineoffsetweatherstation.gateway.channel.humidity-channel-2.label = Humidity Channel 2
117 thing-type.fineoffsetweatherstation.gateway.channel.humidity-channel-3.label = Humidity Channel 3
118 thing-type.fineoffsetweatherstation.gateway.channel.humidity-channel-4.label = Humidity Channel 4
119 thing-type.fineoffsetweatherstation.gateway.channel.humidity-channel-5.label = Humidity Channel 5
120 thing-type.fineoffsetweatherstation.gateway.channel.humidity-channel-6.label = Humidity Channel 6
121 thing-type.fineoffsetweatherstation.gateway.channel.humidity-channel-7.label = Humidity Channel 7
122 thing-type.fineoffsetweatherstation.gateway.channel.humidity-channel-8.label = Humidity Channel 8
123 thing-type.fineoffsetweatherstation.gateway.channel.temperature-soil-channel-1.label = Soil Temperature Channel 1
124 thing-type.fineoffsetweatherstation.gateway.channel.temperature-soil-channel-2.label = Soil Temperature Channel 2
125 thing-type.fineoffsetweatherstation.gateway.channel.temperature-soil-channel-3.label = Soil Temperature Channel 3
126 thing-type.fineoffsetweatherstation.gateway.channel.temperature-soil-channel-4.label = Soil Temperature Channel 4
127 thing-type.fineoffsetweatherstation.gateway.channel.temperature-soil-channel-5.label = Soil Temperature Channel 5
128 thing-type.fineoffsetweatherstation.gateway.channel.temperature-soil-channel-6.label = Soil Temperature Channel 6
129 thing-type.fineoffsetweatherstation.gateway.channel.temperature-soil-channel-7.label = Soil Temperature Channel 7
130 thing-type.fineoffsetweatherstation.gateway.channel.temperature-soil-channel-8.label = Soil Temperature Channel 8
131 thing-type.fineoffsetweatherstation.gateway.channel.temperature-soil-channel-9.label = Soil Temperature Channel 9
132 thing-type.fineoffsetweatherstation.gateway.channel.temperature-soil-channel-10.label = Soil Temperature Channel 10
133 thing-type.fineoffsetweatherstation.gateway.channel.temperature-soil-channel-11.label = Soil Temperature Channel 11
134 thing-type.fineoffsetweatherstation.gateway.channel.temperature-soil-channel-12.label = Soil Temperature Channel 12
135 thing-type.fineoffsetweatherstation.gateway.channel.temperature-soil-channel-13.label = Soil Temperature Channel 13
136 thing-type.fineoffsetweatherstation.gateway.channel.temperature-soil-channel-14.label = Soil Temperature Channel 14
137 thing-type.fineoffsetweatherstation.gateway.channel.temperature-soil-channel-15.label = Soil Temperature Channel 15
138 thing-type.fineoffsetweatherstation.gateway.channel.temperature-soil-channel-16.label = Soil Temperature Channel 16
139 thing-type.fineoffsetweatherstation.gateway.channel.moisture-soil-channel-1.label = Soil Moisture Channel 1
140 thing-type.fineoffsetweatherstation.gateway.channel.moisture-soil-channel-2.label = Soil Moisture Channel 2
141 thing-type.fineoffsetweatherstation.gateway.channel.moisture-soil-channel-3.label = Soil Moisture Channel 3
142 thing-type.fineoffsetweatherstation.gateway.channel.moisture-soil-channel-4.label = soil Moisture Channel 4
143 thing-type.fineoffsetweatherstation.gateway.channel.moisture-soil-channel-5.label = Soil Moisture Channel 5
144 thing-type.fineoffsetweatherstation.gateway.channel.moisture-soil-channel-6.label = Soil Moisture Channel 6
145 thing-type.fineoffsetweatherstation.gateway.channel.moisture-soil-channel-7.label = Soil Moisture Channel 7
146 thing-type.fineoffsetweatherstation.gateway.channel.moisture-soil-channel-8.label = Soil Moisture Channel 8
147 thing-type.fineoffsetweatherstation.gateway.channel.moisture-soil-channel-9.label = Soil Moisture Channel 9
148 thing-type.fineoffsetweatherstation.gateway.channel.moisture-soil-channel-10.label = Soil Moisture Channel 10
149 thing-type.fineoffsetweatherstation.gateway.channel.moisture-soil-channel-11.label = Soil Moisture Channel 11
150 thing-type.fineoffsetweatherstation.gateway.channel.moisture-soil-channel-12.label = Soil Moisture Channel 12
151 thing-type.fineoffsetweatherstation.gateway.channel.moisture-soil-channel-13.label = soil Moisture Channel 13
152 thing-type.fineoffsetweatherstation.gateway.channel.moisture-soil-channel-14.label = Soil Moisture Channel 14
153 thing-type.fineoffsetweatherstation.gateway.channel.moisture-soil-channel-15.label = Soil Moisture Channel 15
154 thing-type.fineoffsetweatherstation.gateway.channel.moisture-soil-channel-16.label = Soil Moisture Channel 16
155 thing-type.fineoffsetweatherstation.gateway.channel.air-quality-24-hour-average-channel-1.label = PM2.5 Air Quality 24 Hour Average Channel 1
156 thing-type.fineoffsetweatherstation.gateway.channel.air-quality-24-hour-average-channel-2.label = PM2.5 Air Quality 24 Hour Average Channel 2
157 thing-type.fineoffsetweatherstation.gateway.channel.air-quality-24-hour-average-channel-3.label = PM2.5 Air Quality 24 Hour Average Channel 3
158 thing-type.fineoffsetweatherstation.gateway.channel.air-quality-24-hour-average-channel-4.label = PM2.5 Air Quality 24 Hour Average Channel 4
159 thing-type.fineoffsetweatherstation.gateway.channel.air-quality-channel-1.label = PM2.5 Air Quality Channel 1
160 thing-type.fineoffsetweatherstation.gateway.channel.air-quality-channel-2.label = PM2.5 Air Quality Channel 2
161 thing-type.fineoffsetweatherstation.gateway.channel.air-quality-channel-3.label = PM2.5 Air Quality Channel 3
162 thing-type.fineoffsetweatherstation.gateway.channel.air-quality-channel-4.label = PM2.5 Air Quality Channel 4
163 thing-type.fineoffsetweatherstation.gateway.channel.water-leak-channel-1.label = Water Leak Detection Channel 1
164 thing-type.fineoffsetweatherstation.gateway.channel.water-leak-channel-2.label = Water Leak Detection Channel 2
165 thing-type.fineoffsetweatherstation.gateway.channel.water-leak-channel-3.label = Water Leak Detection Channel 3
166 thing-type.fineoffsetweatherstation.gateway.channel.water-leak-channel-4.label = Water Leak Detection Channel 4
167 thing-type.fineoffsetweatherstation.gateway.channel.lightning-distance.label = Lightning Distance
168 thing-type.fineoffsetweatherstation.gateway.channel.lightning-time.label = Time of last Lightning Strike
169 thing-type.fineoffsetweatherstation.gateway.channel.lightning-counter.label = Lightning Strikes Today
170 thing-type.fineoffsetweatherstation.gateway.channel.temperature-external-channel-1.label = External Temperature Sensor Channel 1
171 thing-type.fineoffsetweatherstation.gateway.channel.temperature-external-channel-2.label = External Temperature Sensor Channel 2
172 thing-type.fineoffsetweatherstation.gateway.channel.temperature-external-channel-3.label = External Temperature Sensor Channel 3
173 thing-type.fineoffsetweatherstation.gateway.channel.temperature-external-channel-4.label = External Temperature Sensor Channel 4
174 thing-type.fineoffsetweatherstation.gateway.channel.temperature-external-channel-5.label = External Temperature Sensor Channel 5
175 thing-type.fineoffsetweatherstation.gateway.channel.temperature-external-channel-6.label = External Temperature Sensor Channel 6
176 thing-type.fineoffsetweatherstation.gateway.channel.temperature-external-channel-7.label = External Temperature Sensor Channel 7
177 thing-type.fineoffsetweatherstation.gateway.channel.temperature-external-channel-8.label = External Temperature Sensor Channel 8
178 thing-type.fineoffsetweatherstation.gateway.channel.sensor-co2-temperature.label = Temperature (CO2-Sensor)
179 thing-type.fineoffsetweatherstation.gateway.channel.sensor-co2-humidity.label = Humidity (CO2-Sensor)
180 thing-type.fineoffsetweatherstation.gateway.channel.sensor-co2-pm10.label = PM10 Air Quality (CO2-Sensor)
181 thing-type.fineoffsetweatherstation.gateway.channel.sensor-co2-pm10-24-hour-average.label = PM10 Air Quality 24 Hour Average (CO2-Sensor)
182 thing-type.fineoffsetweatherstation.gateway.channel.sensor-co2-pm25.label = PM2.5 Air Quality (CO2-Sensor)
183 thing-type.fineoffsetweatherstation.gateway.channel.sensor-co2-pm25-24-hour-average.label = PM2.5 Air Quality 24 Hour Average (CO2-Sensor)
184 thing-type.fineoffsetweatherstation.gateway.channel.sensor-co2-co2.label = CO2
185 thing-type.fineoffsetweatherstation.gateway.channel.sensor-co2-co2-24-hour-average.label = CO2 24 Hour Average
186 thing-type.fineoffsetweatherstation.gateway.channel.leaf-wetness-channel-1.label = Leaf Moisture Channel 1
187 thing-type.fineoffsetweatherstation.gateway.channel.leaf-wetness-channel-2.label = Leaf Moisture Channel 2
188 thing-type.fineoffsetweatherstation.gateway.channel.leaf-wetness-channel-3.label = Leaf Moisture Channel 3
189 thing-type.fineoffsetweatherstation.gateway.channel.leaf-wetness-channel-4.label = Leaf Moisture Channel 4
190 thing-type.fineoffsetweatherstation.gateway.channel.leaf-wetness-channel-5.label = Leaf Moisture Channel 5
191 thing-type.fineoffsetweatherstation.gateway.channel.leaf-wetness-channel-6.label = Leaf Moisture Channel 6
192 thing-type.fineoffsetweatherstation.gateway.channel.leaf-wetness-channel-7.label = Leaf Moisture Channel 7
193 thing-type.fineoffsetweatherstation.gateway.channel.leaf-wetness-channel-8.label = Leaf Moisture Channel 8
194 thing-type.fineoffsetweatherstation.sensor.channel.batteryVoltage.label = Battery Voltage