iobroker.lorawan 1.22.16 → 1.22.18
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 +6 -8
- package/io-package.json +27 -27
- package/lib/modules/bridge.js +3 -3
- package/lib/modules/bridgeDeviceHandler.js +2 -2
- package/package.json +1 -1
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.18 (2026-06-16)
|
|
28
|
+
- (BenAhrdt) Testversion, ohne info. schreiben
|
|
29
|
+
|
|
30
|
+
### 1.22.17 (2026-06-07)
|
|
31
|
+
- (BenAhrdt) Fixed writing valid zero values from bridged Home Assistant entities to ioBroker states.
|
|
32
|
+
|
|
27
33
|
### 1.22.16 (2026-06-06)
|
|
28
34
|
- (BenAhrdt) Bugfix COver in ToIob
|
|
29
35
|
|
|
@@ -34,14 +40,6 @@ For now there is documentation in English here: https://wiki.hafenmeister.de
|
|
|
34
40
|
- (BenAhrdt) ToIob suports hs mode for color (light)
|
|
35
41
|
- (BenAhrdt) issues from depandabot
|
|
36
42
|
|
|
37
|
-
### 1.22.13 (2026-05-25)
|
|
38
|
-
- (BenAhrdt) Changes in io-package.
|
|
39
|
-
- (BenAhrdt) Changes in package.json
|
|
40
|
-
|
|
41
|
-
### 1.22.12 (2026-05-09)
|
|
42
|
-
- (copilot) Adapter requires node.js >= 22 now
|
|
43
|
-
* (BenAhrdt) Default Bridge all downlink.control and uplink.decoded to bridge
|
|
44
|
-
|
|
45
43
|
[Older changes can be found there](CHANGELOG_OLD.md)
|
|
46
44
|
|
|
47
45
|
## License
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "lorawan",
|
|
4
|
-
"version": "1.22.
|
|
4
|
+
"version": "1.22.18",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.22.18": {
|
|
7
|
+
"en": "Testversion, ohne info. schreiben",
|
|
8
|
+
"de": "Testversion, ohne Info. schreiben",
|
|
9
|
+
"ru": "Тестирование, ohne info. schreiben",
|
|
10
|
+
"pt": "Testversion, ohne info. schreiben",
|
|
11
|
+
"nl": "Testversie, ohne info. schreiben",
|
|
12
|
+
"fr": "Testversion, ohne info. schreiben",
|
|
13
|
+
"it": "Testversion, ohne info. schreiben",
|
|
14
|
+
"es": "Testversion, ohne info. schreiben",
|
|
15
|
+
"pl": "Testversion, ohne info. schreiben",
|
|
16
|
+
"uk": "Тестування, ohne info. schreiben",
|
|
17
|
+
"zh-cn": "Testversion, ohne info. schreiben (英语)"
|
|
18
|
+
},
|
|
19
|
+
"1.22.17": {
|
|
20
|
+
"en": "Fixed writing valid zero values from bridged Home Assistant entities to ioBroker states.",
|
|
21
|
+
"de": "Behobenes Schreiben gültige Nullwerte von überbrückten Home Assistant-Einheiten zu ioBroker-Staaten.",
|
|
22
|
+
"ru": "Фиксированная запись действительных нулевых значений от подключенных объектов Home Assistant до штатов ioBroker.",
|
|
23
|
+
"pt": "Corrigido escrevendo valores zero válidos de entidades bridged Home Assistant para estados ioBroker.",
|
|
24
|
+
"nl": "Vaste schrijven geldig nul waarden van brugd Home Assistent entiteiten naar ioBroker staten.",
|
|
25
|
+
"fr": "Correction de l'écriture de valeurs nulles valides des entités d'aide à la maison pontées aux états ioBroker.",
|
|
26
|
+
"it": "Scrittura fissa valori zero validi da entità di Home Assistant colate a stati ioBroker.",
|
|
27
|
+
"es": "Escribir valores nulos válidos de las entidades auxiliares de casa puenteadas a los estados de yoBroker.",
|
|
28
|
+
"pl": "Naprawiono pisanie poprawnych wartości zerowych z zaokrąglonych jednostek Home Assistant do stanów jOBroker.",
|
|
29
|
+
"uk": "Фіксоване написання дійсних нульових значень з містованих домашніх помічників для ioBroker штатів.",
|
|
30
|
+
"zh-cn": "固定写入有效的零值,从桥接的家用助理实体到ioBroker状态."
|
|
31
|
+
},
|
|
6
32
|
"1.22.16": {
|
|
7
33
|
"en": "Bugfix COver in ToIob",
|
|
8
34
|
"de": "Bugfix COver in ToIob",
|
|
@@ -67,32 +93,6 @@
|
|
|
67
93
|
"pl": "Adapter wymaga node.js > = 22\nDomyślny most wszystko downlink.control i uplin.decoded most",
|
|
68
94
|
"uk": "Адаптер вимагає node.js >= 22 тепер\nJavaScript licenses API Веб-сайт Go1.13.8",
|
|
69
95
|
"zh-cn": "适配器需要节点.js 现在22\n默认桥全部下行链路. control and uplin.decoded to bridge"
|
|
70
|
-
},
|
|
71
|
-
"1.22.11": {
|
|
72
|
-
"en": "correct default value for pause (worx)",
|
|
73
|
-
"de": "korrekter standardwert für pause (worx)",
|
|
74
|
-
"ru": "правильное значение по умолчанию для паузы (worx)",
|
|
75
|
-
"pt": "valor padrão correto para pausa (worx)",
|
|
76
|
-
"nl": "correcte standaard waarde voor pauze (worx)",
|
|
77
|
-
"fr": "corriger la valeur par défaut pour la pause (worx)",
|
|
78
|
-
"it": "corretto valore predefinito per pausa (worx)",
|
|
79
|
-
"es": "valor predeterminado correcto para la pausa (worx)",
|
|
80
|
-
"pl": "poprawna wartość domyślna dla pauzy (worx)",
|
|
81
|
-
"uk": "виправлено значення за замовчуванням для паузи (worx)",
|
|
82
|
-
"zh-cn": "校正暂停( worx) 的默认值"
|
|
83
|
-
},
|
|
84
|
-
"1.22.10": {
|
|
85
|
-
"en": "implements button in card",
|
|
86
|
-
"de": "implementiert knopf in der karte",
|
|
87
|
-
"ru": "реализует кнопку в карточке",
|
|
88
|
-
"pt": "implementa o botão no cartão",
|
|
89
|
-
"nl": "implementeert knop in kaart",
|
|
90
|
-
"fr": "implémente bouton dans la carte",
|
|
91
|
-
"it": "implementa il pulsante nella scheda",
|
|
92
|
-
"es": "implementa el botón en la tarjeta",
|
|
93
|
-
"pl": "implementuje przycisk w karcie",
|
|
94
|
-
"uk": "реалізується кнопка в картці",
|
|
95
|
-
"zh-cn": "执行卡中的按钮"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
package/lib/modules/bridge.js
CHANGED
|
@@ -380,11 +380,11 @@ class bridgeClass extends EventEmiter {
|
|
|
380
380
|
* Write Subscribed Topics
|
|
381
381
|
*/
|
|
382
382
|
async writeSubscribedTopics() {
|
|
383
|
-
await this.adapter.setState(
|
|
383
|
+
/*await this.adapter.setState(
|
|
384
384
|
'info.subscribedTopics',
|
|
385
385
|
{ val: JSON.stringify(this.SubscribedTopics), c: 'from bridge' },
|
|
386
386
|
true,
|
|
387
|
-
);
|
|
387
|
+
);vorerst Test*/
|
|
388
388
|
}
|
|
389
389
|
/**
|
|
390
390
|
* @param {string} hex value of the color
|
|
@@ -1097,7 +1097,7 @@ class bridgeClass extends EventEmiter {
|
|
|
1097
1097
|
options.retain = true;
|
|
1098
1098
|
}
|
|
1099
1099
|
await this.bridgeMqttClient.publish(topic, value, options);
|
|
1100
|
-
await this.adapter.setState('info.publishedIds', JSON.stringify(this.PublishedIds), true);
|
|
1100
|
+
/*await this.adapter.setState('info.publishedIds', JSON.stringify(this.PublishedIds), true); vorerst Test*/
|
|
1101
1101
|
}
|
|
1102
1102
|
|
|
1103
1103
|
/* alt 26.11.2025
|
|
@@ -210,8 +210,8 @@ class bridgeDeviceHandlerClass {
|
|
|
210
210
|
}
|
|
211
211
|
if (
|
|
212
212
|
this.adapter.objectExists(state.id) &&
|
|
213
|
-
|
|
214
|
-
stateValue
|
|
213
|
+
state.val != null &&
|
|
214
|
+
!Number.isNaN(stateValue) &&
|
|
215
215
|
stateValue != '#000000'
|
|
216
216
|
) {
|
|
217
217
|
await this.adapter.setState(state.id, stateValue, true);
|