1
1
# thing types
2
2
3
+ thing-type.bluetooth.alpha3.label = Grundfos Alpha3
4
+ thing-type.bluetooth.alpha3.description = En Grundfos Alpha3 cirkulationspumpe
5
+ thing-type.bluetooth.alpha3.channel.power.label = Strømforbrug
6
+ thing-type.bluetooth.alpha3.channel.power.description = Nuværende strømforbrug for pumpen
7
+ thing-type.bluetooth.alpha3.channel.voltage-ac.label = Vekselstrømsspænding
8
+ thing-type.bluetooth.alpha3.channel.voltage-ac.description = Nuværende vekselstrømsspænding for pumpen
3
9
thing-type.bluetooth.mi401.label = Grundfos Alpha Reader MI401
4
10
thing-type.bluetooth.mi401.description = En Grundfos Alpha Reader MI401
5
11
6
12
# thing types config
7
13
14
+ thing-type.config.bluetooth.alpha3.address.label = Adresse
15
+ thing-type.config.bluetooth.alpha3.address.description = Bluetooth-adresse i XX\:XX\:XX\:XX\:XX\:XX-format
16
+ thing-type.config.bluetooth.alpha3.refreshInterval.label = Genopfriskningsinterval
17
+ thing-type.config.bluetooth.alpha3.refreshInterval.description = Antal sekunder mellem hentning af værdier fra pumpen. Standard er 30
8
18
thing-type.config.bluetooth.mi401.address.label = Adresse
9
19
thing-type.config.bluetooth.mi401.address.description = Bluetooth-adresse i XX\:XX\:XX\:XX\:XX\:XX-format
10
20
@@ -14,5 +24,12 @@ channel-type.bluetooth.grundfos-flow.label = Nuværende flow
14
24
channel-type.bluetooth.grundfos-flow.description = Nuværende flow
15
25
channel-type.bluetooth.grundfos-head.label = Nuværende løftehøjde
16
26
channel-type.bluetooth.grundfos-head.description = Nuværende løftehøjde
27
+ channel-type.bluetooth.grundfos-motor-speed.label = Motorhastighed
28
+ channel-type.bluetooth.grundfos-motor-speed.description = Nuværende rotation for pumpens motor
17
29
channel-type.bluetooth.grundfos-temperature.label = Nuværende pumpetemperatur
18
30
channel-type.bluetooth.grundfos-temperature.description = Nuværende pumpetemperatur
31
+
32
+ # discovery result
33
+
34
+ discovery.alpha3.label = Grundfos Alpha3 cirkulationspumpe
35
+ discovery.mi401.label = Grundfos Alpha Reader MI401
0 commit comments