]> git.basschouten.com Git - openhab-addons.git/blob
b7b800f2bca8a6950473d701eaf05b04988a9813
[openhab-addons.git] /
1 # add-on
2
3 addon.sensorcommunity.name = Sensor.Community Binding
4 addon.sensorcommunity.description = Das Binding stellt die Daten der Eigenbau-Sensoren von Sensor.Community zur Verfügung
5
6 # thing types
7
8 thing-type.sensorcommunity.conditions.label = Umweltsensor
9 thing-type.sensorcommunity.conditions.description = Messung der Temperatur, Luftfeuchtigkeit und Luftdruck 
10 thing-type.sensorcommunity.noise.label = Lärmsensor
11 thing-type.sensorcommunity.noise.description = Messung der Lärmbelastung in der Umgebung 
12 thing-type.sensorcommunity.particulate.label = Feinstaubsensor
13 thing-type.sensorcommunity.particulate.description = Messung der Feinstaubbelastung in der Umgebung 
14
15 # thing types config
16
17 thing-type.config.sensorcommunity.conditions.ipAddress.label = Interne IP-Adresse
18 thing-type.config.sensorcommunity.conditions.ipAddress.description = Lokale IP-Adresse Ihres persönlichen Sensors
19 thing-type.config.sensorcommunity.conditions.sensorid.label = Externe Sensor-ID
20 thing-type.config.sensorcommunity.conditions.sensorid.description = Sensor-ID von https\://deutschland.maps.sensor.community/
21 thing-type.config.sensorcommunity.noise.ipAddress.label = Interne IP-Adresse
22 thing-type.config.sensorcommunity.noise.ipAddress.description = Lokale IP-Adresse Ihres persönlichen Sensors
23 thing-type.config.sensorcommunity.noise.sensorid.label = Externe Sensor-ID
24 thing-type.config.sensorcommunity.noise.sensorid.description = Sensor-ID von https\://deutschland.maps.sensor.community/
25 thing-type.config.sensorcommunity.particulate.ipAddress.label = Interne IP-Adresse
26 thing-type.config.sensorcommunity.particulate.ipAddress.description = Lokale IP-Adresse Ihres persönlichen Sensors
27 thing-type.config.sensorcommunity.particulate.sensorid.label = Externe Sensor-ID
28 thing-type.config.sensorcommunity.particulate.sensorid.description = Sensor-ID von https\://deutschland.maps.sensor.community/
29
30 # channel types
31
32 channel-type.sensorcommunity.hum-channel.label = Luftfeuchtigkeit
33 channel-type.sensorcommunity.hum-channel.description = Luftfeuchtigkeit der ausgewählten Sensor-ID
34 channel-type.sensorcommunity.noise-eq-channel.label = Durchschnittlicher Lärmpegel
35 channel-type.sensorcommunity.noise-eq-channel.description = Durchschnittlicher Rauschpegel der ausgewählten Sensor-ID
36 channel-type.sensorcommunity.noise-max-channel.label = Maximaler Lärmpegel 
37 channel-type.sensorcommunity.noise-max-channel.description = Maximaler Rauschpegel (letzte 2,5 Minuten) der ausgewählten Sensor-ID
38 channel-type.sensorcommunity.noise-min-channel.label = Minimaler Lärmpegel 
39 channel-type.sensorcommunity.noise-min-channel.description = Minimaler Rauschpegel (letzte 2,5 Minuten) der ausgewählten Sensor-ID
40 channel-type.sensorcommunity.pm100-channel.label = Feinstaub der Kategorie PM 10.0
41 channel-type.sensorcommunity.pm25-channel.label = Feinstaub der Kategorie PM 2.5
42 channel-type.sensorcommunity.pressure-channel.label = Atmosphärischer Druck
43 channel-type.sensorcommunity.pressure-channel.description = Atmosphärischer Druck der ausgewählten Sensor-ID
44 channel-type.sensorcommunity.pressure-sea-channel.label = Atmosphärischer Druck Auf Meereshöhe
45 channel-type.sensorcommunity.pressure-sea-channel.description = Atmosphärischer Druck auf Seehöhe der ausgewählten Sensor-ID
46 channel-type.sensorcommunity.temp-channel.label = Temperatur
47 channel-type.sensorcommunity.temp-channel.description = Temperatur der ausgewählten Sensor-ID