iobroker.lorawan 1.22.27 → 1.22.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -24,6 +24,12 @@ For now there is documentation in English here: https://wiki.hafenmeister.de
24
24
  Placeholder for the next version (at the beginning of the line):
25
25
  ### **WORK IN PROGRESS**
26
26
  -->
27
+ ### 1.22.29 (2026-07-06)
28
+ - (BenAhrdt) Add some roles and units to assignhandler
29
+
30
+ ### 1.22.28 (2026-07-05)
31
+ - (BenAhrdt) Add DewPointTemperature to assignhandler
32
+
27
33
  ### 1.22.27 (2026-07-04)
28
34
  - (BenAhrdt) Bugfix warning for wrong id
29
35
  - (BenAhrdt) Add Profile to downloadconfig
@@ -35,12 +41,6 @@ For now there is documentation in English here: https://wiki.hafenmeister.de
35
41
  - (BenAhrdt) Change Assignhandler for case intensive Check
36
42
  - (BenAhrdt) Add subAssign for a part of name
37
43
 
38
- ### 1.22.24 (2026-06-24)
39
- - (BenAhrdt) Add Absolute Humidity to device_class
40
-
41
- ### 1.22.23 (2026-06-17)
42
- - (BenAhrdt) setTimeout changed into this.adapter.SetTimeout
43
-
44
44
  [Older changes can be found there](CHANGELOG_OLD.md)
45
45
 
46
46
  ## License
package/io-package.json CHANGED
@@ -1,8 +1,34 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "lorawan",
4
- "version": "1.22.27",
4
+ "version": "1.22.29",
5
5
  "news": {
6
+ "1.22.29": {
7
+ "en": "Add some roles and units to assignhandler",
8
+ "de": "Fügen Sie dem Zuweisungshandler einige Rollen und Einheiten hinzu.",
9
+ "ru": "Добавьте несколько ролей и подразделений в обработчик назначений.",
10
+ "pt": "Adicione algumas funções e unidades ao assignhandler.",
11
+ "nl": "Voeg enkele rollen en eenheden toe aan de assignhandler.",
12
+ "fr": "Ajoutez des rôles et des unités à assignhandler",
13
+ "it": "Aggiungi alcuni ruoli e unità ad assignhandler",
14
+ "es": "Agregue algunos roles y unidades a assignhandler",
15
+ "pl": "Dodaj role i jednostki do assignhandler",
16
+ "uk": "Додати деякі ролі та юніти до assignhandler",
17
+ "zh-cn": "向 assignhandler 添加一些角色和单位"
18
+ },
19
+ "1.22.28": {
20
+ "en": "Add DewPointTemperature to assignhandler",
21
+ "de": "Füge DewPointTemperature zum Zuweisungshandler hinzu.",
22
+ "ru": "Добавьте DewPointTemperature в assignhandler",
23
+ "pt": "Adicione DewPointTemperature ao assignhandler",
24
+ "nl": "Voeg DewPointTemperature toe aan assignhandler",
25
+ "fr": "Ajouter DewPointTemperature à assignhandler",
26
+ "it": "Aggiungi DewPointTemperature all'assignhandler",
27
+ "es": "Agregar DewPointTemperature a assignhandler",
28
+ "pl": "Dodaj DewPointTemperature do assignhandler",
29
+ "uk": "Додати DewPointTemperature до assignhandler",
30
+ "zh-cn": "将露点温度添加到赋值处理程序"
31
+ },
6
32
  "1.22.27": {
7
33
  "en": "Bugfix warning for wrong id\nAdd Profile to downloadconfig",
8
34
  "de": "Bugfix-Warnung wegen falscher ID\nProfil zu downloadconfig hinzufügen",
@@ -67,32 +93,6 @@
67
93
  "pl": "set Timeout zmienił się w to. Adapter. Ustawienie timeout",
68
94
  "uk": "setTimeout змінився в this.adapter. Навігація",
69
95
  "zh-cn": "timeout 已更改为此。 adapter。 设置超时"
70
- },
71
- "1.22.22": {
72
- "en": "Remove writing of the last 10 values at receive and public message",
73
- "de": "Entfernen Sie das Schreiben der letzten 10 Werte bei Empfang und öffentliche Nachricht",
74
- "ru": "Удалить написание последних 10 ценностей при получении и публичном сообщении",
75
- "pt": "Remover a escrita dos últimos 10 valores na mensagem recebida e pública",
76
- "nl": "Verwijder het schrijven van de laatste 10 waarden op ontvangen en openbaar bericht",
77
- "fr": "Supprimer l'écriture des 10 dernières valeurs à réception et message public",
78
- "it": "Rimuovere la scrittura degli ultimi 10 valori a ricezione e messaggio pubblico",
79
- "es": "Eliminar la escritura de los últimos 10 valores al recibir y el mensaje público",
80
- "pl": "Usuń zapis ostatnich 10 wartości przy odbieraniu i wiadomości publicznej",
81
- "uk": "Видалити письмове повідомлення про останні 10",
82
- "zh-cn": "删除最后 10 个值在接收时的写入和公开消息"
83
- },
84
- "1.22.21": {
85
- "en": "Changed setTimeout to this.adapter.setTimeout",
86
- "de": "Geändert setTimeout zu this.adapter.setTimeout",
87
- "ru": "Изменить setTimeout на this.adapter.setTimeout",
88
- "pt": "SetTimeout alterado para este.adapter.setTimeout",
89
- "nl": "Veranderde setTimeout naar deze.adapter.setTimeout",
90
- "fr": "Changed setTimeout to this.adapter.setTimeout",
91
- "it": "Modificato il timeout a questo.adapter.setTimeout",
92
- "es": "Cambio de configuraciónTiempo a este.adapter.setTimeout",
93
- "pl": "Zmieniono timeout do tego. Adapter. setTimeout",
94
- "uk": "Змінено setTimeout в this.adapter.setTimeout",
95
- "zh-cn": "更改了设置 Timeout 到此. adapter. set Timeout"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -135,6 +135,17 @@ class assignhandlerClass {
135
135
  },
136
136
  },
137
137
  },
138
+ DewPointTemperature: {
139
+ approvedFolders: {
140
+ 'uplink.decoded': {
141
+ assignfunction: this.commonAssign,
142
+ common: {
143
+ role: 'value.temperature.dewpoint',
144
+ unit: '°C',
145
+ },
146
+ },
147
+ },
148
+ },
138
149
  DoorOpen: {
139
150
  approvedFolders: {
140
151
  'uplink.decoded': {
@@ -181,7 +192,7 @@ class assignhandlerClass {
181
192
  'uplink.decoded': {
182
193
  assignfunction: this.commonAssign,
183
194
  common: {
184
- role: 'value.humidity',
195
+ role: 'value.humidity.relative',
185
196
  unit: '%',
186
197
  },
187
198
  },
@@ -192,7 +203,7 @@ class assignhandlerClass {
192
203
  'uplink.decoded': {
193
204
  assignfunction: this.commonAssign,
194
205
  common: {
195
- role: 'value.humidity',
206
+ role: 'value.humidity.relative',
196
207
  unit: '%',
197
208
  },
198
209
  },
@@ -424,7 +435,7 @@ class assignhandlerClass {
424
435
  'uplink.decoded': {
425
436
  assignfunction: this.commonAssign,
426
437
  common: {
427
- role: 'value.humidity',
438
+ role: 'value.humidity.relative',
428
439
  unit: '%',
429
440
  },
430
441
  },
@@ -473,6 +484,50 @@ class assignhandlerClass {
473
484
  },
474
485
  },
475
486
  },
487
+ SoilNitrogen: {
488
+ approvedFolders: {
489
+ 'uplink.decoded': {
490
+ assignfunction: this.commonAssign,
491
+ common: {
492
+ role: 'value',
493
+ unit: 'mg/kg',
494
+ },
495
+ },
496
+ },
497
+ },
498
+ SoilPhosphorus: {
499
+ approvedFolders: {
500
+ 'uplink.decoded': {
501
+ assignfunction: this.commonAssign,
502
+ common: {
503
+ role: 'value',
504
+ unit: 'mg/kg',
505
+ },
506
+ },
507
+ },
508
+ },
509
+ SoilPH: {
510
+ approvedFolders: {
511
+ 'uplink.decoded': {
512
+ assignfunction: this.commonAssign,
513
+ common: {
514
+ role: 'value',
515
+ unit: 'pH',
516
+ },
517
+ },
518
+ },
519
+ },
520
+ SoilPotassium: {
521
+ approvedFolders: {
522
+ 'uplink.decoded': {
523
+ assignfunction: this.commonAssign,
524
+ common: {
525
+ role: 'value',
526
+ unit: 'mg/kg',
527
+ },
528
+ },
529
+ },
530
+ },
476
531
  Soiltemperature: {
477
532
  approvedFolders: {
478
533
  'uplink.decoded': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.lorawan",
3
- "version": "1.22.27",
3
+ "version": "1.22.29",
4
4
  "description": "converts the desired lora gateway data to a ioBroker structure",
5
5
  "author": {
6
6
  "name": "BenAhrdt",