iobroker.al-ko 0.2.9 → 0.2.11
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 +20 -127
- package/io-package.json +28 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -54,6 +54,26 @@ Es handelt sich um ein Community-Projekt, und AL-KO bietet **keinen Support** da
|
|
|
54
54
|
|
|
55
55
|
## Changelog
|
|
56
56
|
|
|
57
|
+
### 0.2.11 (2025-10-28)
|
|
58
|
+
|
|
59
|
+
**Deutsch:**
|
|
60
|
+
* Kleinere Code-Korrekturen und Optimierungen vorgenommen
|
|
61
|
+
* Keine funktionalen Änderungen – Stabilität und Wartbarkeit verbessert
|
|
62
|
+
|
|
63
|
+
**English:**
|
|
64
|
+
* Minor code corrections and optimizations
|
|
65
|
+
* No functional changes – improved stability and maintainability
|
|
66
|
+
|
|
67
|
+
### 0.2.10 (2025-10-28)
|
|
68
|
+
|
|
69
|
+
**Deutsch:**
|
|
70
|
+
- Adapter-Kategorie angepasst: Typ von 'hardware' auf 'garden' geändert.
|
|
71
|
+
- Keine funktionalen Änderungen für Anwender
|
|
72
|
+
|
|
73
|
+
**English:**
|
|
74
|
+
- Changed adapter type from 'hardware' to 'garden' for proper categorization in ioBroker Admin and repositories.
|
|
75
|
+
- No functional changes for end users
|
|
76
|
+
|
|
57
77
|
### 0.2.9 (2025-10-28)
|
|
58
78
|
|
|
59
79
|
**Deutsch:**
|
|
@@ -92,133 +112,6 @@ Es handelt sich um ein Community-Projekt, und AL-KO bietet **keinen Support** da
|
|
|
92
112
|
- Removed unnecessary `publishConfig` from `package.json`
|
|
93
113
|
- No functional changes
|
|
94
114
|
|
|
95
|
-
### 0.2.6 (2025-10-26)
|
|
96
|
-
|
|
97
|
-
**Deutsch:**
|
|
98
|
-
- Korrigierte externe Icon-URL (`extIcon`) – verweist nun auf den korrekten Branch `master` anstelle von `main`
|
|
99
|
-
- Keine funktionalen Änderungen
|
|
100
|
-
|
|
101
|
-
**English:**
|
|
102
|
-
- Fixed external icon URL (`extIcon`) – now points to the correct `master` branch instead of `main`
|
|
103
|
-
- No functional changes
|
|
104
|
-
|
|
105
|
-
### 0.2.5 (2025-10-23)
|
|
106
|
-
|
|
107
|
-
**Deutsch:**
|
|
108
|
-
- Neues kompaktes AL-KO-Logo (`admin/al-ko-128.png`) hinzugefügt
|
|
109
|
-
- Kleinere kosmetische Anpassungen in der Dokumentation
|
|
110
|
-
|
|
111
|
-
**English:**
|
|
112
|
-
- Added new compact AL-KO logo (`admin/al-ko-128.png`)
|
|
113
|
-
- Minor cosmetic improvements in documentation
|
|
114
|
-
|
|
115
|
-
### 0.2.4 (2025-10-23)
|
|
116
|
-
|
|
117
|
-
**Deutsch:**
|
|
118
|
-
- Metadaten-Anpassungen für korrekte Anzeige im ioBroker Admin und auf npm
|
|
119
|
-
- Der Autor wird jetzt korrekt angezeigt, und das Adapter-Icon erscheint im Admin
|
|
120
|
-
- Keine funktionalen Änderungen am Code
|
|
121
|
-
|
|
122
|
-
**English:**
|
|
123
|
-
- Metadata adjustments for correct display in ioBroker Admin and npm
|
|
124
|
-
- Author information and adapter icon are now shown correctly
|
|
125
|
-
- No functional changes to the code
|
|
126
|
-
|
|
127
|
-
### 0.2.3 (2025-10-22)
|
|
128
|
-
|
|
129
|
-
**Deutsch:**
|
|
130
|
-
- WebSocket-Stabilität deutlich verbessert:
|
|
131
|
-
- Heartbeat (Ping/Pong) alle **120 Sekunden** mit **30 Sekunden** Timeout
|
|
132
|
-
- Bei fehlendem Pong oder Fehlern wird die Verbindung **aktiv beendet**, damit ein sauberer **Reconnect** erfolgt
|
|
133
|
-
- Entfernt: „Silence-Watchdog“, damit es in längeren Ruhephasen (z. B. nachts) **keine unnötigen Reconnects** gibt
|
|
134
|
-
|
|
135
|
-
**English:**
|
|
136
|
-
- Improved WebSocket stability:
|
|
137
|
-
- Heartbeat (ping/pong) every **120 seconds** with **30 seconds** timeout
|
|
138
|
-
- If pong is missing or errors occur, the socket is **terminated** to trigger a clean **reconnect**
|
|
139
|
-
- Removed the **silence watchdog** to avoid unnecessary reconnects during long idle periods (e.g., at night)
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
### 0.2.2 (2025-10-20)
|
|
143
|
-
|
|
144
|
-
**Deutsch:**
|
|
145
|
-
* Vorbereitung auf die erste npm-Veröffentlichung
|
|
146
|
-
* Versionsnummern zwischen `io-package.json` und `package.json` synchronisiert
|
|
147
|
-
* npm-Metadaten ergänzt und Veröffentlichungskonfiguration hinzugefügt
|
|
148
|
-
* Kleinere interne Anpassungen für bessere Kompatibilität mit npm-Publishing
|
|
149
|
-
|
|
150
|
-
**English:**
|
|
151
|
-
* Prepared for first npm release
|
|
152
|
-
* Synchronized version numbers between `io-package.json` and `package.json`
|
|
153
|
-
* Added npm metadata and publication configuration
|
|
154
|
-
* Minor internal adjustments for improved npm-publish compatibility
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
### 0.2.1 (2025-10-19)
|
|
158
|
-
|
|
159
|
-
**Deutsch:**
|
|
160
|
-
- Neue Admin-UI-Option zum Aktivieren/Deaktivieren des WebSocket-Nachrichten-Loggings (`wsDebug`)
|
|
161
|
-
- Das Logging eingehender WebSocket-Nachrichten kann nun direkt in der Adapter-Konfiguration gesteuert werden
|
|
162
|
-
- Kleine interne Anpassungen zur Verbesserung der Konfigurierbarkeit und Log-Flexibilität
|
|
163
|
-
|
|
164
|
-
**English:**
|
|
165
|
-
- Added new Admin UI option to enable/disable WebSocket message logging (`wsDebug`)
|
|
166
|
-
- Logging of incoming WebSocket messages can now be toggled directly from the adapter configuration
|
|
167
|
-
- Minor internal improvements for configurability and logging flexibility
|
|
168
|
-
|
|
169
|
-
---
|
|
170
|
-
|
|
171
|
-
### 0.2.0 (2025-10-08)
|
|
172
|
-
|
|
173
|
-
**Deutsch:**
|
|
174
|
-
- 🧹 Migration auf ESLint 9 (Flat-Config)
|
|
175
|
-
- Alte `.eslintrc`-Dateien entfernt und durch `eslint.config.mjs` ersetzt
|
|
176
|
-
- `package.json` angepasst (neue Dev-Dependencies: `@eslint/js`, `typescript-eslint`, `@iobroker/eslint-config`, `prettier`)
|
|
177
|
-
- Lint-Scope auf `main.js` und `lib/` beschränkt
|
|
178
|
-
- Alle bisherigen Lint-Fehler und Warnungen behoben
|
|
179
|
-
- 💡 Vorbereitung auf zukünftige „Produktiv-Lint“-Variante für Releases
|
|
180
|
-
|
|
181
|
-
**English:**
|
|
182
|
-
- 🧹 Migrated to ESLint 9 (Flat Config)
|
|
183
|
-
- Removed old `.eslintrc` files and replaced with `eslint.config.mjs`
|
|
184
|
-
- Updated `package.json` (new devDependencies: `@eslint/js`, `typescript-eslint`, `@iobroker/eslint-config`, `prettier`)
|
|
185
|
-
- Limited lint scope to `main.js` and `lib/`
|
|
186
|
-
- Fixed all existing lint errors and warnings
|
|
187
|
-
- 💡 Preparation for future “production lint” variant for releases
|
|
188
|
-
|
|
189
|
-
---
|
|
190
|
-
|
|
191
|
-
### 0.1.2 (2025-09-30)
|
|
192
|
-
|
|
193
|
-
**Deutsch:**
|
|
194
|
-
- Verbesserte Admin-UI-Konfiguration
|
|
195
|
-
- Fehler bei der Adapterprüfung behoben
|
|
196
|
-
|
|
197
|
-
**English:**
|
|
198
|
-
- Improved Admin UI configuration
|
|
199
|
-
- Fixed adapter-check validation issues
|
|
200
|
-
|
|
201
|
-
---
|
|
202
|
-
|
|
203
|
-
### 0.1.1 (2025-09-29)
|
|
204
|
-
|
|
205
|
-
**Deutsch:**
|
|
206
|
-
- ✨ Erste Veröffentlichung
|
|
207
|
-
- Verbindung mit der AL-KO API
|
|
208
|
-
- Automatisches Anlegen der States
|
|
209
|
-
- Push von Änderungen an AL-KO
|
|
210
|
-
- WebSocket-Integration für Echtzeit-Updates
|
|
211
|
-
|
|
212
|
-
**English:**
|
|
213
|
-
- ✨ Initial release
|
|
214
|
-
- Connection to the AL-KO API
|
|
215
|
-
- Automatic creation of states
|
|
216
|
-
- Push of state changes to AL-KO
|
|
217
|
-
- WebSocket integration for real-time updates
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
---
|
|
221
|
-
|
|
222
115
|
## License
|
|
223
116
|
MIT License
|
|
224
117
|
|
package/io-package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "al-ko",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.11",
|
|
5
5
|
"tier": 3,
|
|
6
6
|
"titleLang": {
|
|
7
7
|
"en": "AL-KO",
|
|
@@ -33,6 +33,32 @@
|
|
|
33
33
|
"Hubert Zechner <hubertiob@posteo.at>"
|
|
34
34
|
],
|
|
35
35
|
"news": {
|
|
36
|
+
"0.2.11": {
|
|
37
|
+
"en": "Minor code corrections and optimizations. No functional changes – improved stability and maintainability.",
|
|
38
|
+
"de": "Kleinere Code-Korrekturen und Optimierungen vorgenommen. Keine funktionalen Änderungen – Stabilität und Wartbarkeit verbessert.",
|
|
39
|
+
"ru": "Небольшие исправления и оптимизация кода. Без функциональных изменений – повышена стабильность и поддерживаемость.",
|
|
40
|
+
"pt": "Pequenas correções e otimizações no código. Sem alterações funcionais – estabilidade e manutenção aprimoradas.",
|
|
41
|
+
"nl": "Kleine codecorrecties en optimalisaties. Geen functionele wijzigingen – verbeterde stabiliteit en onderhoudbaarheid.",
|
|
42
|
+
"fr": "Petites corrections et optimisations du code. Aucune modification fonctionnelle – stabilité et maintenabilité améliorées.",
|
|
43
|
+
"it": "Correzioni e ottimizzazioni minori del codice. Nessuna modifica funzionale – migliorata stabilità e manutenibilità.",
|
|
44
|
+
"es": "Pequeñas correcciones y optimizaciones de código. Sin cambios funcionales – mayor estabilidad y mantenibilidad.",
|
|
45
|
+
"pl": "Drobne poprawki i optymalizacje kodu. Brak zmian funkcjonalnych – poprawiona stabilność i łatwość utrzymania.",
|
|
46
|
+
"uk": "Невеликі виправлення та оптимізації коду. Без функціональних змін – покращено стабільність і підтримуваність.",
|
|
47
|
+
"zh-cn": "进行了小的代码修正和优化。无功能性更改——提高了稳定性和可维护性。"
|
|
48
|
+
},
|
|
49
|
+
"0.2.10": {
|
|
50
|
+
"en": "Adapter category updated: changed type from 'hardware' to 'garden' for correct classification in ioBroker Admin and repositories. No functional changes.",
|
|
51
|
+
"de": "Adapter-Kategorie aktualisiert: Typ von 'hardware' auf 'garden' geändert, um die korrekte Einordnung in ioBroker Admin und den Repositories sicherzustellen. Keine funktionalen Änderungen.",
|
|
52
|
+
"ru": "Обновлена категория адаптера: тип изменён с 'hardware' на 'garden' для правильной классификации в ioBroker Admin и репозиториях. Без функциональных изменений.",
|
|
53
|
+
"pt": "Categoria do adaptador atualizada: tipo alterado de 'hardware' para 'garden' para classificação correta no ioBroker Admin e repositórios. Sem alterações funcionais.",
|
|
54
|
+
"nl": "Adaptercategorie bijgewerkt: type gewijzigd van 'hardware' naar 'garden' voor correcte classificatie in ioBroker Admin en repositories. Geen functionele wijzigingen.",
|
|
55
|
+
"fr": "Catégorie d’adaptateur mise à jour : type modifié de 'hardware' à 'garden' pour une classification correcte dans ioBroker Admin et les dépôts. Aucune modification fonctionnelle.",
|
|
56
|
+
"it": "Categoria dell’adattatore aggiornata: tipo modificato da 'hardware' a 'garden' per una corretta classificazione in ioBroker Admin e nei repository. Nessuna modifica funzionale.",
|
|
57
|
+
"es": "Categoría del adaptador actualizada: tipo cambiado de 'hardware' a 'garden' para una clasificación correcta en ioBroker Admin y los repositorios. Sin cambios funcionales.",
|
|
58
|
+
"pl": "Zaktualizowano kategorię adaptera: zmieniono typ z 'hardware' na 'garden' w celu poprawnej klasyfikacji w ioBroker Admin i repozytoriach. Bez zmian funkcjonalnych.",
|
|
59
|
+
"uk": "Оновлено категорію адаптера: тип змінено з 'hardware' на 'garden' для правильного відображення в ioBroker Admin і репозиторіях. Без функціональних змін.",
|
|
60
|
+
"zh-cn": "更新适配器类别:将类型从“hardware”更改为“garden”,以便在 ioBroker Admin 和存储库中正确分类。无功能更改。"
|
|
61
|
+
},
|
|
36
62
|
"0.2.9": {
|
|
37
63
|
"en": "Maintenance update: resolved npm dependency conflicts (`sinon-chai` vs `chai`), updated ESLint configuration to version 9 with @iobroker/eslint-config v2.2.0 for full compatibility. Improved CI stability on GitHub Actions. No functional changes.",
|
|
38
64
|
"de": "Wartungsupdate: npm-Abhängigkeitskonflikte (`sinon-chai` vs. `chai`) behoben, ESLint-Konfiguration auf Version 9 mit @iobroker/eslint-config v2.2.0 aktualisiert. Verbesserte CI-Stabilität auf GitHub Actions. Keine funktionalen Änderungen.",
|
|
@@ -155,7 +181,7 @@
|
|
|
155
181
|
"link": "https://opensource.org/licenses/MIT"
|
|
156
182
|
},
|
|
157
183
|
"platform": "Javascript/Node.js",
|
|
158
|
-
"type": "
|
|
184
|
+
"type": "garden",
|
|
159
185
|
"loglevel": "info",
|
|
160
186
|
"connectionType": "cloud",
|
|
161
187
|
"dataSource": "push",
|