From 44697403a15d5de84555069a5027a87af0a76347 Mon Sep 17 00:00:00 2001 From: Moritz Heusinger Date: Thu, 2 Feb 2023 11:31:29 +0100 Subject: [PATCH] chore: release v1.16.0 * (foxriver76) added state `battery.balanceChargeRequest` (closes #258) --- README.md | 3 +-- io-package.json | 28 ++++++++++++++-------------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 27f9c78..396fcd0 100644 --- a/README.md +++ b/README.md @@ -326,8 +326,7 @@ The channel provides battery specific information like the number of cycle count Placeholder for the next version (at the beginning of the line): ### __WORK IN PROGRESS__ --> - -### __WORK IN PROGRESS__ +### 1.16.0 (2023-02-02) * (foxriver76) added state `battery.balanceChargeRequest` (closes #258) ### 1.15.6 (2022-12-18) diff --git a/io-package.json b/io-package.json index 8898a04..03b9c7d 100755 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "sonnen", - "version": "1.15.6", + "version": "1.16.0", "news": { + "1.16.0": { + "en": "added state `battery.balanceChargeRequest` (closes #258)", + "de": "add state Battery.balanceChargeRequest (schließt #258)", + "ru": "добавлена государственная батарея.balanceChargeRequest (closes #258)", + "pt": "adicionado estado battery.balanceChargeRequest (closes #258)", + "nl": "voegde staatsbatterij toe.balanceChargeRequest (closes #258)", + "fr": "batterie d'état.balanceChargeRequest (ferme #258)", + "it": "aggiunto stato batteria.balanceChargeRequest (chiudi #258)", + "es": "agregado de la batería estatal.balanceChargeRequest (cerca #258)", + "pl": "dodawane są baterie równowagi ChargeRequest (zamknięte #258)", + "uk": "додано державний акумулятор.balanceChargeRequest (закривається #258)", + "zh-cn": "增加国家电池:平衡采掘(第258号)" + }, "1.15.6": { "en": "added two GPIOs for CHP status", "de": "zwei GPIOs für CHP-Status hinzugefügt", @@ -80,19 +93,6 @@ "pl": "dodawany do baterii stan (okrążeń #194)", "uk": "додано акумулятор.cyclecount state (закривається #194)", "zh-cn": "新增电池:循环国(第194号)" - }, - "1.15.0": { - "en": "full port to v2 API (Software Version >= 1.8.7)\nbrings back `ios` and `inverter` endpoints\nconfiguration request is now handled by a single call instead of one for each attribute\nwe fixed a lot of state roles", - "de": "vollport zu v2 API (Software Version >= 1.8.7)\nios und wechselrichter endpunkte zurückbringen\nkonfigurationsanfrage wird nun von einem einzigen anruf statt einem für jedes attribut bearbeitet\nwir haben eine menge staatlicher rollen fixiert", - "ru": "полный порт для v2 API (версия программного обеспечения >= 1.8.7)\nвозвращает ios и инвертор endpoints\nзапрос конфигурации теперь обрабатывается одним звонком вместо одного для каждого атрибута\nмы исправили много государственных ролей", - "pt": "port to v2 API (Software Version >= 1.8.7)\ntraz de volta ios e endpoints do inversor\npedido de configuração agora é tratado por uma única chamada em vez de uma para cada atributo\nnós fixamos um monte de papéis do estado", - "nl": "volle haven tot v2 API (Software Version 1.8.7)\nbrengt io's en inverter eindpunten terug\nverzoek van vertrouwen wordt nu afgehandeld door één telefoontje in plaats van één voor elke bijdrage\nwe hebben veel staatsrollen gemaakt", - "fr": "port complet à l'API v2 (Version logicielle ACIA= 1.8.7)\nrapporte les points d'extrémité ios et inverter\nla demande de configuration est maintenant traitée par un seul appel au lieu d'un pour chaque attribut\nnous avons fixé beaucoup de rôles d'etat", - "it": "porta completa a v2 API (versione software >= 1.8.7)\nporta indietro ios e endpoint inverter\nla richiesta di configurazione è ora gestita da una singola chiamata invece di una per ogni attributo\nabbiamo fissato un sacco di ruoli statali", - "es": "puerto completo a v2 API (Versión de software = 1.8.7)\ntrae ios y puntos finales inverter\nla solicitud de configuración ahora es manejada por una sola llamada en lugar de una para cada atributo\nfijamos muchos papeles estatales", - "pl": "pełny port do API (Software Version >= 1.8.7)\nprzynoszą os i odwrócone punkty końcowe\nnakaz konfiguracyjny jest obecnie obsługiwany przez pojedyncze wezwanie zamiast każdej atrybuty\nstało się wiele ról państwowych", - "uk": "повний порт для v2 API (версія програмного забезпечення >= 1.8.7)\nприносить назад ios і інвертор кінцеві точки\nзапит на налаштування тепер керуються одним викликом замість одного для кожного атрибуту\nми зафіксували багато державних ролей", - "zh-cn": "正式港口诉2API(Software Version >=1.8.7)\n后盾和点\n组合请求现在由单一的呼吁而不是每个属性处理。\n我们确定了大量国家作用" } }, "title": "sonnen", diff --git a/package-lock.json b/package-lock.json index 1daae0b..7e15486 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.sonnen", - "version": "1.15.6", + "version": "1.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.sonnen", - "version": "1.15.6", + "version": "1.16.0", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.7", diff --git a/package.json b/package.json index f133ef4..8bc3a06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.sonnen", - "version": "1.15.6", + "version": "1.16.0", "engines": { "node": ">=12.0.0" },