From bcc4f139e5279c4de6381bfdd783ad267538ee30 Mon Sep 17 00:00:00 2001 From: ChrisHanuta Date: Sat, 26 Oct 2024 17:40:31 +0200 Subject: [PATCH] chore: release v3.3.1 - (PLCHome) Added ac charge for TLXH. Thanx to olli0815! - (PLCHome) Added time slots for TLXH. Thanks to olli0815 for debugging and support. - (PLCHome) Added Inverter On Off for TLX und TLXH. Thanks to olli0815 for debugging and support. --- README.md | 3 +-- io-package.json | 51 ++++++++++++++++++++++++++++++++++++++++------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 48 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index f1f2329..7ed96cf 100644 --- a/README.md +++ b/README.md @@ -367,8 +367,7 @@ Therefore, the description has also been removed. Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> - -### **WORK IN PROGRESS** +### 3.3.1 (2024-10-26) - (PLCHome) Added ac charge for TLXH. Thanx to olli0815! - (PLCHome) Added time slots for TLXH. Thanks to olli0815 for debugging and support. diff --git a/io-package.json b/io-package.json index 8b6a044..395e912 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "growatt", - "version": "3.3.0", + "version": "3.3.1", "news": { + "3.3.1": { + "en": "Added ac charge for TLXH. Thanx to olli0815!\nAdded time slots for TLXH. Thanks to olli0815 for debugging and support.\nAdded Inverter On Off for TLX und TLXH. Thanks to olli0815 for debugging and support.", + "de": "Zuschlag für TLXH. Thanx zu olli0815!\nZeitschlitze für TLXH hinzugefügt. Dank olli0815 für Debugging und Support.\nInverter On Off für TLX und TLXH hinzugefügt. Dank olli0815 für Debugging und Support.", + "ru": "TLXH. Танкс-олли0815!\nДобавлены временные слоты для TLXH. Благодаря olli0815 для отладки и поддержки.\nДобавлено Inverter On Off для TLX und TLXH. Благодаря olli0815 для отладки и поддержки.", + "pt": "Adicionado a carga ac para TLXH. Thanx para olli0815!\nTempo adicionado slots para TLXH. Graças ao olli0815 para depuração e apoio.\nAdicionado Inverter On Off para TLX und TLXH. Graças ao olli0815 para depuração e apoio.", + "nl": "Toegevoegd ac charge voor TLXH. Thanx aan Olli0815!\nToegevoegd tijdslots voor TLXH. Dankzij Olli0815 voor debuggen en ondersteuning.\nToegevoegd Inverter On Off voor TLX und TLXH. Dankzij Olli0815 voor debuggen en ondersteuning.", + "fr": "Ajout de la charge ac pour TLXH. Thanx à olli0815 !\nAjout de créneaux horaires pour TLXH. Merci à olli0815 pour le débogage et le soutien.\nAjouté Inverter On Off pour TLX und TLXH. Merci à olli0815 pour le débogage et le soutien.", + "it": "Aggiunta carica ac per TLXH. Thanx a olli0815!\nAggiunta di slot tempo per TLXH. Grazie a olli0815 per debug e supporto.\nAggiunto Inverter On Off per TLX und TLXH. Grazie a olli0815 per debug e supporto.", + "es": "Se agregó un cargo por TLXH. ¡Tanx a olli0815!\nRanuras de tiempo agregadas para TLXH. Gracias a olli0815 por depurar y apoyar.\nAñadido Inverter on off para TLX und TLXH. Gracias a olli0815 por depurar y apoyar.", + "pl": "Dodano ładunek AC dla TLXH. Thanx do Olli0815!\nDodano szczeliny czasowe dla TLXH. Dzięki olli0815 za debugowanie i wsparcie.\nDodano Inverter On Off dla TLX und TLXH. Dzięki olli0815 za debugowanie i wsparcie.", + "uk": "Додана плата за TLXH. Thanx до olli0815!\nДодано часові слоти для TLXH. Завдяки olli0815 для видалення та підтримки.\nДодано інвертор на вимкнення для TLX und TLXH. Завдяки olli0815 для видалення та підтримки.", + "zh-cn": "增加了TLXH的AC电荷. 丹克斯呼叫奥利0815!\n为 TLXH 添加了时间档 。 感谢olli0815的调试和支持.\n为 TLX und TLXH 添加了反转器 Off. 感谢olli0815的调试和支持." + }, "3.3.0": { "en": "Added time slots for TLXH. Thanks to olli0815 for debugging and support.\nAdded Inverter On Off for TLX und TLXH. Thanks to olli0815 for debugging and support.", "de": "Zeitschlitze für TLXH hinzugefügt. Dank olli0815 für Debugging und Support.\nInverter On Off für TLX und TLXH hinzugefügt. Dank olli0815 für Debugging und Support.", @@ -69,8 +82,20 @@ "uk": "ioBroker Growatt адаптер для комунікації з ShineAPI", "zh-cn": "ioBroker Growatt适配器可与ShineAPI通信" }, - "authors": ["PLCHome"], - "keywords": ["growatt", "shine", "shinephone", "shineapi", "solarenergy", "home automation", "solar power", "solar power plant", "solaranlage"], + "authors": [ + "PLCHome" + ], + "keywords": [ + "growatt", + "shine", + "shinephone", + "shineapi", + "solarenergy", + "home automation", + "solar power", + "solar power plant", + "solaranlage" + ], "licenseInformation": { "license": "MIT", "type": "free" @@ -109,7 +134,10 @@ { "condition": { "operand": "and", - "rules": ["oldVersion<3.2.2", "newVersion>=3.2.3"] + "rules": [ + "oldVersion<3.2.2", + "newVersion>=3.2.3" + ] }, "title": { "en": "Incorrect objects were created in connection with Multiple Backflow.", @@ -152,11 +180,20 @@ "uk": "Документація", "zh-cn": "文件" }, - "buttons": ["agree", "cancel"] + "buttons": [ + "agree", + "cancel" + ] } ], - "encryptedNative": ["password", "shareKey"], - "protectedNative": ["password", "shareKey"], + "encryptedNative": [ + "password", + "shareKey" + ], + "protectedNative": [ + "password", + "shareKey" + ], "native": { "keyLogin": false, "user": "", diff --git a/package-lock.json b/package-lock.json index 879f678..356ac24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.growatt", - "version": "3.3.0", + "version": "3.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.growatt", - "version": "3.3.0", + "version": "3.3.1", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.2.2", diff --git a/package.json b/package.json index 9922541..1a6d9f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.growatt", - "version": "3.3.0", + "version": "3.3.1", "description": "ioBroker Growatt Adapter to communiacte with ShineAPI", "author": { "name": "PLCHome"