diff --git a/README.md b/README.md index e130817..052e09d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ For more information on the data points, see their description or click [here](h Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 2.0.0 (2024-08-13) - (o0shojo0o) changes for new websocket structure ([#129](https://github.com/o0shojo0o/ioBroker.opendtu/issues/129)) - (o0shojo0o) `Efficiency`, `YieldTotal`, `YieldDay` and `DC Power` moved from the AC section to the INV (old data points must be removed manually) diff --git a/io-package.json b/io-package.json index 3374783..ce511d7 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "opendtu", - "version": "1.0.1", + "version": "2.0.0", "news": { + "2.0.0": { + "en": "changes for new websocket structure ([#129](https://github.com/o0shojo0o/ioBroker.opendtu/issues/129))\n`Efficiency`, `YieldTotal`, `YieldDay` and `DC Power` moved from the AC section to the INV (old data points must be removed manually)", + "de": "änderungen für neue Websocket-Struktur ([#129](https://github.com/o0shojo0o/ioBroker.opendtu/issues/129))\n`Efficiency`, `YieldTotal`, `YieldDay` und `DC Power` von der AC-Sektion zum INV bewegt (alte Datenpunkte müssen manuell entfernt werden)", + "ru": "изменения для новой структуры веб-сокета ([#129] (https://github.com/o0shojo0o/ioBroker.opendtu/issues/129)\n`Efficiency \" , `YieldTotal \" , `YieldDay \" и `DC Power \" перенесены из раздела AC в ИНВ (старые точки данных должны быть удалены вручную)", + "pt": "alterações para nova estrutura websocket ([#129](https://github.com/o0shojo0o/ioBroker.opendtu/issues/129))\n`Eficiência`, `YieldTotal`, `YieldDay` e `DC Power` movido da seção AC para a INV (velhos pontos de dados devem ser removidos manualmente)", + "nl": "wijzigingen voor nieuwe websocketstructuur ([#129](https://github.com/o0shojo0o/ioBroker.opendtu/issues/129))\n`Efficiency`, `YieldTotal`, `YieldDay` and `DC Power` moved from the AC section to the INV (old data points must be removed manually)", + "fr": "changements pour la nouvelle structure de la poche web ([#129](https://github.com/o0shojo0o/ioBroker.opendtu/issues/129))\n`Efficacité`, `YieldTotal`, `YieldDay` et `DC Power` déplacés de la section AC à l'INV (les anciens points de données doivent être supprimés manuellement)", + "it": "modifiche per la nuova struttura websocket ([#129](https://github.com/o0shojo0o/ioBroker.opendtu/issues/129))\n`Efficienza`, `YieldTotal`, `YieldDay` e `DC Power` spostati dalla sezione AC al INV (i vecchi punti di dati devono essere rimossi manualmente)", + "es": "(https://github.com/o0shojo0o/ioBroker.opendtu/issues/129))\n\" Eficiencia \" , `YieldTotal ' , `YieldDay ' y `DC Power ' se trasladaron de la sección AC al INV (los antiguos puntos de datos deben eliminarse manualmente)", + "pl": "zmiany w strukturze nowego gniazda sieciowego ([# 129] (https: / / github.com / o0shojo0o / ioBroker.opendtu / issues / 129)\n\"Efektywność\", \"YieldTotal\", \"YieldDay\" i \"DC Power\" przeniesione z sekcji AC do INV (stare punkty danych muszą być usunięte ręcznie)", + "uk": "[#129](https://github.com/o0shojo0o/ioBroker.opendtu/languages/129))\n`Efficiency`, `YieldTotal`, `YieldDay` і `DC Power` перемістили з розділу змінного струму до INV (старі дані повинні бути видалені вручну)", + "zh-cn": "新的websocket结构的变化([#129](https://github.com/o0shojo0o/ioBroker.opendtu/issues/129))\n\" 效率 \" 、 \" YieldTotal \" 、 \" YieldDay \" 和 \" DC Power \" 从AC区移至INV区(旧数据点必须手工删除)" + }, "1.0.1": { "en": "fixed `power_control.current_limit_absolute\" has value \"-1\" less than min \"0\"`", "de": "`power_control.current_limit_absolute\" hat wert -1 kleiner als min 0", @@ -80,19 +93,6 @@ "pl": "optymalizacja kodu", "uk": "оптимізація коду", "zh-cn": "准则的优化" - }, - "0.1.4": { - "en": "fix power control `on`, `off`, `restart`\nsupport for password protected liveview\nother small fixes", - "de": "festlegen der leistungssteuerung an, aus, neustart\nunterstützung für passwortgeschützte liveview\nandere kleine fixes", - "ru": "зафиксируйте контроль мощности, выключите, перезапустите\nподдержка паролей защищено liveview\nдругие небольшие исправления", - "pt": "corrigir o controle de energia em, off, reiniciar\nsuporte para visualização ao vivo protegida por senha\noutras pequenas correções", - "nl": "controle aan, uit, herstart\nquality over quantity (qoq) releases vertaling:\nandere kleine fixes", - "fr": "régler le contrôle de puissance sur, off, restart\nsupport pour mot de passe protégé\nautres petites corrections", - "it": "fissare il controllo di potenza su, off, riavviare\nsupporto per password protetta liveview\naltre piccole correzioni", - "es": "fijar el control de potencia en, apagado, reiniciar\nsoporte para contraseña protegida\notras pequeñas correcciones", - "pl": "po naprawie kontroli mocy, odwraca się, restartuje\nwsparcie dla hasła chronionego liveview\ninne drobne rozwiązanie", - "uk": "фіксувати контроль потужності, вимкнено, перезавантажити\nпідтримка захищеного пароля\nінші маленькі кріплення", - "zh-cn": "f 剩余电力控制\n支持受保护的密码\n其他小型配件" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index 76631fc..7023cb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.opendtu", - "version": "1.0.1", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.opendtu", - "version": "1.0.1", + "version": "2.0.0", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.1.6", diff --git a/package.json b/package.json index 8354f58..8e9d143 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.opendtu", - "version": "1.0.1", + "version": "2.0.0", "description": "Adapter for the OpenDTU project", "author": { "name": "Dennis Rathjen",