iobroker.lorawan 1.17.18 → 1.18.0

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
@@ -23,6 +23,12 @@ For now there is documentation in English here: https://wiki.hafenmeister.de
23
23
  Placeholder for the next version (at the beginning of the line):
24
24
  ### **WORK IN PROGRESS**
25
25
  -->
26
+ ### 1.18.0 (2025-10-19)
27
+ * (BenAhrdt) New NPM Auorisation
28
+
29
+ ### 1.17.19 (2025-10-07)
30
+ * (BenAhrdt) improve Bridge Handling
31
+
26
32
  ### 1.17.18 (2025-10-06)
27
33
  * (BenAhrdt) push NextSend
28
34
 
@@ -1491,7 +1491,7 @@
1491
1491
  "type": "selectSendTo",
1492
1492
  "label": "BridgeEnum",
1493
1493
  "tooltip": "BridgeEnumTooltip",
1494
- "default": "",
1494
+ "default": "*",
1495
1495
  "jsonData": "{}",
1496
1496
  "command": "getEnums",
1497
1497
  "xs": 12,
package/io-package.json CHANGED
@@ -1,8 +1,34 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "lorawan",
4
- "version": "1.17.18",
4
+ "version": "1.18.0",
5
5
  "news": {
6
+ "1.18.0": {
7
+ "en": "New NPM Auorisation",
8
+ "de": "Neue NPM-Versteigerung",
9
+ "ru": "Новый NPM Auorization",
10
+ "pt": "Nova Auorização do NPM",
11
+ "nl": "Nieuwe NPM-aanmelding",
12
+ "fr": "Nouvelle autorisation NPM",
13
+ "it": "Nuova Auorizzazione NPM",
14
+ "es": "Nuevo NPM Auorisation",
15
+ "pl": "Nowa auryzacja NPM",
16
+ "uk": "Нова Ауроляція NPM",
17
+ "zh-cn": "新国家预防机制"
18
+ },
19
+ "1.17.19": {
20
+ "en": "improve Bridge Handling",
21
+ "de": "verbesserung der Bridge Handling",
22
+ "ru": "улучшение Bridge Handling",
23
+ "pt": "melhorar o manuseio da ponte",
24
+ "nl": "verbeteren Bridge Handling",
25
+ "fr": "améliorer la manipulation des ponts",
26
+ "it": "migliorare la gestione del ponte",
27
+ "es": "mejorar el manejo del puente",
28
+ "pl": "poprawić obsługę mostów",
29
+ "uk": "поліпшити мост ручка",
30
+ "zh-cn": "改进桥梁处理"
31
+ },
6
32
  "1.17.18": {
7
33
  "en": "push NextSend",
8
34
  "de": "zurück zur Übersicht",
@@ -67,32 +93,6 @@
67
93
  "pl": "dodać nawilżacz do obcych państw",
68
94
  "uk": "додати зволожувач до іноземних держав",
69
95
  "zh-cn": "向外国添加增湿剂"
70
- },
71
- "1.17.13": {
72
- "en": "Bugfix discover new devices",
73
- "de": "Bugfix neue Geräte entdecken",
74
- "ru": "Bugfix открывает новые устройства",
75
- "pt": "Bugfix descobre novos dispositivos",
76
- "nl": "Bugfix nieuwe apparaten ontdekken",
77
- "fr": "Bugfix découvrez de nouveaux périphériques",
78
- "it": "Bugfix scopri nuovi dispositivi",
79
- "es": "Bugfix descubre nuevos dispositivos",
80
- "pl": "Bugfix odkryj nowe urządzenia",
81
- "uk": "Виправлення помилок",
82
- "zh-cn": "错误fix 发现新设备"
83
- },
84
- "1.17.12": {
85
- "en": "Virtual Mode in default selected for Climate Entities\nimprove hidden attribute for climate entitie in LoRaWAN\nchange discovery delete {} => ''",
86
- "de": "Virtueller Modus in Standardeinstellung für Climate Entities\nverbessern Sie das versteckte Attribut für den Klimaschutz in LoRaWAN\nänderung der entdeckung löschen {} => ' '",
87
- "ru": "Виртуальный режим по умолчанию выбран для климатических объектов\nулучшение скрытого атрибута для климатического объекта в LoRaWAN\nобнаружение изменений удалить {} => \"",
88
- "pt": "Modo Virtual por omissão seleccionado para Entidades Climáticas\nmelhorar o atributo oculto para o clima em LoRaWAN\nalterar a descoberta apagar {} => ' '",
89
- "nl": "Virtuele modus in standaard geselecteerd voor klimaatentiteiten\nverbeteren verborgen attribuut voor klimaat entitie in LoRaWAN\nde ontdekking wijzigen delete {} => ' '",
90
- "fr": "Mode virtuel par défaut sélectionné pour les entités climatiques\naméliorer l'attribut caché pour entitie climatique dans LoRaWAN\nmodifier découverte supprimer {} => ' '",
91
- "it": "Modalità virtuale in default selezionata per le Entità Climatiche\nmigliorare l'attributo nascosto per il clima in LoRaWAN\ncambiamento scoperta eliminare {} = > ' '",
92
- "es": "Modo virtual por defecto seleccionado para Entidades climáticas\nmejorar el atributo oculto para el aislamiento climático en LoRaWAN\ncambio de descubrimiento eliminar {} = confianza ' '",
93
- "pl": "Tryb wirtualny domyślnie wybrany dla podmiotów klimatycznych\npoprawić ukryte atrybuty dla klimatu w LoRaWAN\nzmień odkrycie usuń {} = > ''",
94
- "uk": "Віртуальний режим за замовчуванням, вибраний для кліматичних обов'язків\nпокращуйте прихований атрибут для ентіту клімату в LoRaWAN\nвидалити зміни {} => ' р",
95
- "zh-cn": "为气候实体选择默认的虚拟模式\n改善LoRaWAN中气候内涵的隐藏属性\n更改发现删除 {}} '"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -424,7 +424,7 @@
424
424
  "BridgeType": "off",
425
425
  "EnableRefresh": true,
426
426
  "RefreshDiscoveryCronJob": "0 * * * *",
427
- "BridgeEnum": "",
427
+ "BridgeEnum": "*",
428
428
  "BridgenotificationActivation": "allNotifications, brdigeConnection, newDiscover, deviceState",
429
429
  "DeviceIdentifiers": [
430
430
  {
@@ -1999,7 +1999,7 @@ class bridgeClass {
1999
1999
  this.adapter.log.debug(`Function ${activeFunction} started.`);
2000
2000
  try {
2001
2001
  const idBridgefunction = this.adapter.config.BridgeEnum;
2002
- if (idBridgefunction !== '') {
2002
+ if (idBridgefunction !== '' && idBridgefunction !== '*') {
2003
2003
  await this.adapter.subscribeForeignObjectsAsync(idBridgefunction);
2004
2004
  const bridgeElements = await this.adapter.getForeignObjectAsync(idBridgefunction);
2005
2005
  if (bridgeElements) {
@@ -2105,6 +2105,9 @@ class bridgeClass {
2105
2105
  parentName = parentDevice.common.name.de;
2106
2106
  }
2107
2107
  }
2108
+ if (parentName === '') {
2109
+ this.adapter.log.warn(`The id: ${parentId} has empty Name`);
2110
+ }
2108
2111
  return { parentId: parentId, parentName: parentName };
2109
2112
  } catch (error) {
2110
2113
  this.adapter.log.error(`error at ${activeFunction}: ${error} - id: ${id}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.lorawan",
3
- "version": "1.17.18",
3
+ "version": "1.18.0",
4
4
  "description": "converts the desired lora gateway data to a ioBroker structure",
5
5
  "author": {
6
6
  "name": "BenAhrdt",