iobroker.lorawan 1.19.27 → 1.19.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
@@ -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.19.29 (2026-01-16)
27
+ * (BenAhrdt) bugfix tilt min & max
28
+
29
+ ### 1.19.28 (2026-01-16)
30
+ * (BenAhrdt) add logging possibility info, debug, warn, error to internal logging
31
+
26
32
  ### 1.19.27 (2026-01-15)
27
33
  * (BenAhrdt) setting internal logging to debug path in bridge and query the json entries
28
34
 
package/io-package.json CHANGED
@@ -1,8 +1,34 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "lorawan",
4
- "version": "1.19.27",
4
+ "version": "1.19.29",
5
5
  "news": {
6
+ "1.19.29": {
7
+ "en": "bugfix tilt min & max",
8
+ "de": "bugfix neigung min & max",
9
+ "ru": "багфикс tilt min & max",
10
+ "pt": "min & max da inclinação do erro de correção",
11
+ "nl": "bugfix tilt min & max",
12
+ "fr": "bugfix inclinaison min & max",
13
+ "it": "bugfix tilt min & max",
14
+ "es": "bugfix tilt min < max",
15
+ "pl": "przechył bugfix min & max",
16
+ "uk": "виправлення tilt min & макс",
17
+ "zh-cn": "最大时长( u)"
18
+ },
19
+ "1.19.28": {
20
+ "en": "add logging possibility info, debug, warn, error to internal logging",
21
+ "de": "hinzufügen von logging-möglichkeiten info, debug, warnen, fehler in der internen protokollierung",
22
+ "ru": "добавьте информацию о возможности регистрации, отладку, предупреждение, ошибку к внутренней регистрации",
23
+ "pt": "adicionar informações de possibilidade de registro, depurar, alertar, erro ao registro interno",
24
+ "nl": "log mogelijkheid info toevoegen, debug, waarschuwen, fout bij interne logging",
25
+ "fr": "ajouter des informations de possibilité de log, debug, avertissement, erreur à la log interne",
26
+ "it": "aggiungere informazioni possibilità di registrazione, debug, avvertire, errore di registrazione interna",
27
+ "es": "añadir información de la posibilidad de registro, depuración, aviso, error al registro interno",
28
+ "pl": "dodaj informacje o możliwości logowania, debugowanie, ostrzeganie, błąd logowania wewnętrznego",
29
+ "uk": "додайте інформацію про можливість входу, відхилити, попереджати, похибка до внутрішнього входу",
30
+ "zh-cn": "将记录可能性信息、调试、警告、错误添加到内部记录"
31
+ },
6
32
  "1.19.27": {
7
33
  "en": "setting internal logging to debug path in bridge and query the json entries",
8
34
  "de": "interne protokollierung zum debug-pfad in der brücke einstellen und die json-einträge abfragen",
@@ -67,32 +93,6 @@
67
93
  "pl": "więcej debuglogging w zagranicznych Odkryj",
68
94
  "uk": "більш детальна інформація Про нас",
69
95
  "zh-cn": "更多外国调试日志 发现"
70
- },
71
- "1.19.22": {
72
- "en": "change Check getForeigenObjectAsync to foreignObjectExists (chek config objects)",
73
- "de": "änderung Anreise nach Foreigen ObjectAsync zu fremd ObjectExists (chek config Objekte)",
74
- "ru": "изменение Проверить GetForeigen ObjectAsync для иностранных ObjectExists (объекты чек-конфигурирования)",
75
- "pt": "alteração Verificar getForeigen ObjetoAsync para estrangeiro O objeto existe (objetos de configuração do 'chek')",
76
- "nl": "verandering Check getForeigen ObjectAsync naar vreemd ObjectExists (chek config objecten)",
77
- "fr": "changement Vérifiez getForeigen ObjetAsync à étranger ObjetExists (chèquer les objets de configuration)",
78
- "it": "cambiamento Controllare il prezzo ObjectAsync per stranieri ObjectExists (chek oggetti di configurazione)",
79
- "es": "cambio Comprobación de Foreigen ObjectAsync to foreign ObjectExists (chek config objects)",
80
- "pl": "zmiana Sprawdź getForeigen ObjectAsync do zagranicy ObjectExists (obiekty konfiguracyjne chek)",
81
- "uk": "увійти Перевірити getForeigen Об'єкт Об'єктExists (пристрої налаштування)",
82
- "zh-cn": "变动 检查是否获取 Foreigen 对象同步到外国 对象Exists (切克配置对象)"
83
- },
84
- "1.19.21": {
85
- "en": "add color Termperature mode to foreign light config",
86
- "de": "farbe hinzufügen Termperatur-Modus zu ausländischen Licht config",
87
- "ru": "добавить цветовой режим термометрии в конфигурацию иностранного света",
88
- "pt": "adicionar o modo de termos de cores à configuração de luz estrangeira",
89
- "nl": "kleur Termperatuurmodus toevoegen aan vreemde lichtconfiguratie",
90
- "fr": "ajouter le mode couleur Termperature à la configuration de la lumière étrangère",
91
- "it": "aggiungere la modalità Termperature colore alla configurazione della luce straniera",
92
- "es": "añadir el modo Termperature color a la luz extranjera",
93
- "pl": "dodaj kolor Tryb termperature do konfigu światła obcego",
94
- "uk": "додати кольоровий режим Termperature до зовнішньої конфігурації світла",
95
- "zh-cn": "在外光配置中添加颜色"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -1209,11 +1209,9 @@ class bridgeClass {
1209
1209
  }
1210
1210
  }
1211
1211
  // Check for logging
1212
- if (this.adapter.logtypes.assign) {
1213
- this.adapter.log.warn(
1214
- `Assign IdStructure for id: ${indexId}. Object: ${JSON.stringify(assignObject[indexId])}`,
1215
- );
1216
- }
1212
+ this.adapter.log[this.adapter.logtypes.assign]?.(
1213
+ `Assign IdStructure for id: ${indexId}. Object: ${JSON.stringify(assignObject[indexId])}`,
1214
+ );
1217
1215
  }
1218
1216
 
1219
1217
  /*********************************************************************
@@ -1244,11 +1242,9 @@ class bridgeClass {
1244
1242
  }
1245
1243
  }
1246
1244
  // Check for logging
1247
- if (this.adapter.logtypes.assign) {
1248
- this.adapter.log.warn(
1249
- `Assign TopicStructure for Topic: ${indexTopic}. Object: ${JSON.stringify(assignObject[indexTopic])}`,
1250
- );
1251
- }
1245
+ this.adapter.log[this.adapter.logtypes.assign]?.(
1246
+ `Assign TopicStructure for Topic: ${indexTopic}. Object: ${JSON.stringify(assignObject[indexTopic])}`,
1247
+ );
1252
1248
  }
1253
1249
 
1254
1250
  /*********************************************************************
@@ -1361,11 +1357,9 @@ class bridgeClass {
1361
1357
  // in case of delete entity => setting paylod = ''
1362
1358
  // check for new device discovered, or new Id discovered
1363
1359
  if (typeof DiscoveryObject.payload !== 'string') {
1364
- if (this.adapter.logtypes.discovery) {
1365
- this.adapter.log.warn(
1366
- `Discover id: ${id} with Discoveryobject: ${JSON.stringify(DiscoveryObject)}`,
1367
- );
1368
- }
1360
+ this.adapter.log[this.adapter.logtypes.discovery]?.(
1361
+ `Discover id: ${id} with Discoveryobject: ${JSON.stringify(DiscoveryObject)}`,
1362
+ );
1369
1363
  // Payload is not empty => discover
1370
1364
  const normalizedDeficeIdentifier = DiscoveryObject.payload.device.identifiers[0];
1371
1365
 
@@ -1402,9 +1396,7 @@ class bridgeClass {
1402
1396
  returnValue.newId = DiscoveryObject;
1403
1397
  }
1404
1398
  } else {
1405
- if (this.adapter.logtypes.discovery) {
1406
- this.adapter.log.warn(`Delete discover for id: ${id}`);
1407
- }
1399
+ this.adapter.log[this.adapter.logtypes.discovery]?.(`Delete discover for id: ${id}`);
1408
1400
  }
1409
1401
  /******************************************************
1410
1402
  * ****************************************************
@@ -3079,12 +3071,12 @@ class bridgeClass {
3079
3071
  if (tiltObject.common.max) {
3080
3072
  DiscoveryPayload.tilt_max = tiltObject.common.max;
3081
3073
  } else {
3082
- DiscoveryPayload.brightness_scale = 100;
3074
+ DiscoveryPayload.tilt_max = 100;
3083
3075
  }
3084
3076
  if (tiltObject.common.min) {
3085
- DiscoveryPayload.tilt_max = tiltObject.common.min;
3077
+ DiscoveryPayload.tilt_min = tiltObject.common.min;
3086
3078
  } else {
3087
- DiscoveryPayload.brightness_scale = 0;
3079
+ DiscoveryPayload.tilt_min = 0;
3088
3080
  }
3089
3081
  }
3090
3082
  if (config.CoverIds.numberSignal || config.CoverIds.openSignal || config.CoverIds.closedSignal) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.lorawan",
3
- "version": "1.19.27",
3
+ "version": "1.19.29",
4
4
  "description": "converts the desired lora gateway data to a ioBroker structure",
5
5
  "author": {
6
6
  "name": "BenAhrdt",