Skip to content

Commit

Permalink
chore: release v1.10.1
Browse files Browse the repository at this point in the history
- Fix input limit when hub is bundled with ace
- Fix calculation when low voltage block is activated
  • Loading branch information
Nograx committed Jan 6, 2025
1 parent e4248cf commit 9c40c9e
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 38 deletions.
31 changes: 15 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,35 +47,34 @@ If you find the adapter useful for you and want to support my work, feel free to

[![Donate](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://www.paypal.com/paypalme/PeterFrommert)

## Changelog

### **WORK IN PROGRESS**
## Changelog
### 1.10.1 (2025-01-06)

- Fix input limit when hub is bundled with ace
- Fix calculation when low voltage block is activated

- Fix calculation when low voltage block is activated

### 1.10.0 (2024-12-02)

- Add setting to perform a full charge if SOC from Zendure is greater than 50% when on low voltage
- Bugfixes

- Bugfixes

### 1.9.3 (2024-11-22)

- Fix for Low Voltage Block not deactivated

- Fix for Low Voltage Block not deactivated

### 1.9.2 (2024-11-21)

- Fix some state definitions

- Fix some state definitions

### 1.9.1 (2024-11-21)

- Improvement for 'Low Voltage Block'.
- Changed the state "hubState" a an option value.

- Changed the state "hubState" a an option value.

### 1.9.0 (2024-11-20)

- New option to force Solarflow device to go offline when "Low Voltage Block"-option is used.

- New option to force Solarflow device to go offline when "Low Voltage Block"-option is used.

## License

MIT License
Expand All @@ -98,4 +97,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
3 changes: 0 additions & 3 deletions build/services/mqttService.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/services/mqttService.js.map

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "zendure-solarflow",
"version": "1.10.0",
"version": "1.10.1",
"news": {
"1.10.1": {
"en": "Fix input limit when hub is bundled with ace\nFix calculation when low voltage block is activated",
"de": "Fix Eingabegrenze, wenn Nabe mit Spitze gebündelt wird\nFixberechnung bei aktiviertem Niederspannungsblock",
"ru": "Исправление лимита ввода, когда хаб соединен с тузом\nИсчисление ix при активации блока низкого напряжения",
"pt": "Corrigir limite de entrada quando o hub é empacotado com ace\nCorrigir cálculo quando o bloco de baixa tensão é ativado",
"nl": "Fix ingang limiet wanneer hub is gebundeld met aas\nFix berekening wanneer laagspanningsblok wordt geactiveerd",
"fr": "Fixer la limite d'entrée lorsque le hub est livré avec as\nCorrection du calcul lorsque le bloc basse tension est activé",
"it": "Fissare il limite di ingresso quando il mozzo è in bundle con ace\nFissare il calcolo quando si attiva il blocco a bassa tensione",
"es": "Fijar el límite de entrada cuando el hub está empaquetado con as\nCálculo de fijación cuando se activa el bloque de baja tensión",
"pl": "Popraw limit wejścia, gdy piasta jest połączona z asem\nObliczenie fix po uruchomieniu bloku niskiego napięcia",
"uk": "Фіксований ліміт вводу при введенні хаба\nФіксований розрахунок при активації блоку низької напруги",
"zh-cn": "与 A 捆绑时固定输入限制\n启动低压块时固定计算"
},
"1.10.0": {
"en": "Add setting to perform a full charge if SOC from Zendure is greater than 50% when on low voltage\nBugfixes",
"de": "Hinzufügen der Einstellung, um eine volle Ladung, wenn SOC aus Zendure ist größer als 50% bei niedriger Spannung\nBugfixes",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Ulepszenie retry połączenia, rozszerzenie czasu z każdej próby retry.\nUruchom \"ponowne uruchomienie pracy adaptera\" niezależnie od połączenia.\nFix Hyper settInputLimit z krokiem",
"uk": "Покращити з'єднання птиця, розширити час при кожній спробі птиця.\nПочати роботу адаптера, незалежно від підключення.\nФіксація Hyper setInputLimit з кроком",
"zh-cn": "改进连接重试, 每次重试都会延长时间 .\n开始\"重新启动适配器任务\",无论连接与否.\n以步骤修正超程序设置"
},
"1.8.7": {
"en": "Fix missing control states for AIO",
"de": "Fehlende Kontrollzustände für AIO behoben",
"ru": "Исправление недостающих состояний управления для AIO",
"pt": "Corrigir estados de controle ausentes para AIO",
"nl": "Fix ontbrekende controlestaten voor AIO",
"fr": "Correction des états de contrôle manquants pour AIO",
"it": "Fissare gli stati di controllo mancanti per AIO",
"es": "Fijar estados de control perdidos para AIO",
"pl": "Napraw brakujące stany kontroli dla AIO",
"uk": "Виправлення відсутніх контрольних станів для AIO",
"zh-cn": "为 AIO 修复缺失的控制状态"
}
},
"titleLang": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.zendure-solarflow",
"version": "1.10.0",
"version": "1.10.1",
"description": "zendure-solarflow",
"author": {
"name": "Peter",
Expand Down

0 comments on commit 9c40c9e

Please sign in to comment.