iobroker.ebus 3.3.2 → 3.3.4
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 -0
- package/io-package.json +27 -27
- package/main.js +5 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -69,6 +69,12 @@ Attention: command in datapoint ebus.0.cmd is deleted after executing of command
|
|
|
69
69
|
Placeholder for the next version (at the beginning of the line):
|
|
70
70
|
### **WORK IN PROGRESS**
|
|
71
71
|
-->
|
|
72
|
+
### 3.3.4 (2024-07-12)
|
|
73
|
+
* (René) bug fix after 3.3.2 update
|
|
74
|
+
|
|
75
|
+
### 3.3.3 (2024-07-12)
|
|
76
|
+
* (René) downgrade of "promise-socket" to 7.0.0
|
|
77
|
+
|
|
72
78
|
### 3.3.2 (2024-07-11)
|
|
73
79
|
* (René) see issue #338: due to error in ebusd json no data are parsed
|
|
74
80
|
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "ebus",
|
|
4
|
-
"version": "3.3.
|
|
4
|
+
"version": "3.3.4",
|
|
5
5
|
"news": {
|
|
6
|
+
"3.3.4": {
|
|
7
|
+
"en": "bug fix after 3.3.2 update",
|
|
8
|
+
"de": "fehlerbehebung nach 3.3.2 update",
|
|
9
|
+
"ru": "исправление ошибок после обновления 3.3.2",
|
|
10
|
+
"pt": "correção de bugs após 3.3.2 atualização",
|
|
11
|
+
"nl": "foutherstel na 3.3.2 update",
|
|
12
|
+
"fr": "correction du bug après la mise à jour 3.3.2",
|
|
13
|
+
"it": "correzione bug dopo l'aggiornamento 3.3.2",
|
|
14
|
+
"es": "corrección de errores después de la actualización 3.3.2",
|
|
15
|
+
"pl": "naprawianie błędów po aktualizacji 3.3.2",
|
|
16
|
+
"uk": "виправлення помилок після 3.3.2 оновлення",
|
|
17
|
+
"zh-cn": "3.3.2 更新后修复错误"
|
|
18
|
+
},
|
|
19
|
+
"3.3.3": {
|
|
20
|
+
"en": "downgrade of \"promise-socket\" to 7.0.0",
|
|
21
|
+
"de": "downgrade von \"promise-socket\" bis 7.0.0",
|
|
22
|
+
"ru": "понижение «промиза-сокет» до 7.0.0",
|
|
23
|
+
"pt": "downgrade de \"promise-socket\" para 7.0.0",
|
|
24
|
+
"nl": "downgrade van \"belofte-zak\" naar 7.0.0",
|
|
25
|
+
"fr": "downgrade de \"promise-socket\" à 7.0.0",
|
|
26
|
+
"it": "downgrade di \"promise-socket\" a 7.0.0",
|
|
27
|
+
"es": "bajada de \"promise-socket\" a 7.0.0",
|
|
28
|
+
"pl": "obniżenie wartości \"socket-socket\" do 7.0.0",
|
|
29
|
+
"uk": "до 7.0.0",
|
|
30
|
+
"zh-cn": "将\"承诺-口袋\"降级为7.0.0"
|
|
31
|
+
},
|
|
6
32
|
"3.3.2": {
|
|
7
33
|
"en": "(René) see issue #338: due to error in ebusd json no data are parsed",
|
|
8
34
|
"de": "(René) siehe Ausgabe #338: Durch Fehler in ebusd json werden keine Daten pariert",
|
|
@@ -67,32 +93,6 @@
|
|
|
67
93
|
"pl": "Aktualizacja zależności (René)",
|
|
68
94
|
"uk": "(René) залежностей оновлено",
|
|
69
95
|
"zh-cn": "(René) 更新的依赖关系"
|
|
70
|
-
},
|
|
71
|
-
"3.2.4": {
|
|
72
|
-
"en": "revert 'flat' back to 5.x",
|
|
73
|
-
"de": "„flat“ auf 5.x zurückgesetzt",
|
|
74
|
-
"ru": "вернуть «плоскую» версию обратно в 5.x",
|
|
75
|
-
"pt": "reverter 'plano' de volta para 5.x",
|
|
76
|
-
"nl": "zet 'plat' terug naar 5.x",
|
|
77
|
-
"fr": "revenir \"à plat\" à 5.x",
|
|
78
|
-
"it": "ripristinare 'flat' alla versione 5.x",
|
|
79
|
-
"es": "revertir 'plano' a 5.x",
|
|
80
|
-
"pl": "przywróć „płaskie” z powrotem do wersji 5.x",
|
|
81
|
-
"uk": "повернутися до версії 5.x",
|
|
82
|
-
"zh-cn": "将“扁平”恢复至 5.x"
|
|
83
|
-
},
|
|
84
|
-
"3.2.3": {
|
|
85
|
-
"en": "dependencies updated",
|
|
86
|
-
"de": "Abhängigkeiten aktualisiert",
|
|
87
|
-
"ru": "зависимости обновлены",
|
|
88
|
-
"pt": "dependências atualizadas",
|
|
89
|
-
"nl": "afhankelijkheden bijgewerkt",
|
|
90
|
-
"fr": "dépendances mises à jour",
|
|
91
|
-
"it": "dipendenze aggiornate",
|
|
92
|
-
"es": "dependencias actualizadas",
|
|
93
|
-
"pl": "zaktualizowane zależności",
|
|
94
|
-
"uk": "залежності оновлено",
|
|
95
|
-
"zh-cn": "依赖更新"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
package/main.js
CHANGED
|
@@ -624,7 +624,11 @@ async function ebusd_ReceiveData() {
|
|
|
624
624
|
|
|
625
625
|
//workaround issue #338
|
|
626
626
|
//const oData = buffer.data;
|
|
627
|
-
|
|
627
|
+
|
|
628
|
+
//erst nach string
|
|
629
|
+
const sData = JSON.stringify(buffer.data);
|
|
630
|
+
|
|
631
|
+
const oData = JSON.parse(sData.replace('\"updatecheck\": \"\n', '\"updatecheck\": \"'));
|
|
628
632
|
|
|
629
633
|
//adapter.log.debug("000 " + typeof oData + JSON.stringify(oData));
|
|
630
634
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.ebus",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.4",
|
|
4
4
|
"description": "ioBroker ebus Adapter",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "René G.",
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@iobroker/adapter-core": "^3.1.6",
|
|
27
|
+
"axios": "^1.7.2",
|
|
27
28
|
"flat": "5.0.2",
|
|
28
29
|
"net": "^1.0.2",
|
|
29
|
-
"promise-socket": "
|
|
30
|
-
"axios": "^1.7.2"
|
|
30
|
+
"promise-socket": "7.0.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@alcalzone/release-script": "^3.7.
|
|
33
|
+
"@alcalzone/release-script": "^3.7.3",
|
|
34
34
|
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
|
|
35
35
|
"@alcalzone/release-script-plugin-license": "^3.7.0",
|
|
36
36
|
"@iobroker/adapter-dev": "^1.3.0",
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"@types/sinon-chai": "^3.2.12",
|
|
47
47
|
"axios": "^1.7.2",
|
|
48
48
|
"chai": "^4.4.1",
|
|
49
|
-
"chai-as-promised": "^
|
|
49
|
+
"chai-as-promised": "^8.0.0",
|
|
50
50
|
"eslint": "^9.6.0",
|
|
51
51
|
"gulp": "^5.0.0",
|
|
52
|
-
"mocha": "^10.
|
|
52
|
+
"mocha": "^10.6.0",
|
|
53
53
|
"proxyquire": "^2.1.3",
|
|
54
54
|
"sinon": "^18.0.0",
|
|
55
55
|
"sinon-chai": "^3.7.0"
|