Skip to content

Commit

Permalink
chore: release v1.10.5
Browse files Browse the repository at this point in the history
- Fix start of calculation if HUB is connected with Ace
  • Loading branch information
nograx committed Jan 16, 2025
1 parent 5519414 commit 6a225a7
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 39 deletions.
43 changes: 21 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,48 +47,47 @@ 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**

- Fix start of calculation if HUB is connected with Ace
## Changelog
### 1.10.5 (2025-01-16)

- Fix start of calculation if HUB is connected with Ace

### 1.10.4 (2025-01-14)

- Fix "Grid Input Power" state if connected with Ace

- Fix "Grid Input Power" state if connected with Ace

### 1.10.2 (2025-01-14)

- Fix calculation of grid input power on ace
- Correct standby usage of battery if conncted with ace (add additional 10W)

- Correct standby usage of battery if conncted with ace (add additional 10W)

### 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 @@ -111,4 +110,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.
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.4",
"version": "1.10.5",
"news": {
"1.10.5": {
"en": "Fix start of calculation if HUB is connected with Ace",
"de": "Fix Beginn der Berechnung, wenn HUB mit Ace verbunden ist",
"ru": "Исправить начало расчета, если HUB подключен к Ace",
"pt": "Corrigir o início do cálculo se HUB estiver conectado com Ace",
"nl": "Fix begin van berekening als HUB is verbonden met Ace",
"fr": "Correction du début du calcul si HUB est connecté à Ace",
"it": "Fissare l'inizio del calcolo se HUB è collegato con Ace",
"es": "Arranque el inicio del cálculo si HUB está conectado con Ace",
"pl": "Popraw początek obliczeń, jeśli HUB jest połączony z Asem",
"uk": "Виправлення запуску розрахунку, якщо HUB підключено до Ace",
"zh-cn": "如果 HUB 与 Ace 连接, 则固定开始计算"
},
"1.10.4": {
"en": "Fix \"Grid Input Power\" state if connected with Ace",
"de": "Fix \"Grid Input Power\" Zustand, wenn mit Ace verbunden",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Napraw dla niskiego napięcia Blok nie wyłączony.",
"uk": "Фіксація для низького напруги Блок не деактивований.",
"zh-cn": "低电压修复 屏蔽未关闭 ."
},
"1.9.2": {
"en": "Fix state some definitions",
"de": "Einige Definitionen festlegen",
"ru": "Установить некоторые определения",
"pt": "Corrigir estado algumas definições",
"nl": "Fix geeft enkele definities",
"fr": "Fixer les définitions",
"it": "Fissare lo stato alcune definizioni",
"es": "Determinar el estado algunas definiciones",
"pl": "Popraw niektóre definicje",
"uk": "Виправлення стану деяких визначення",
"zh-cn": "修正一些定义"
}
},
"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.4",
"version": "1.10.5",
"description": "zendure-solarflow",
"author": {
"name": "Peter",
Expand Down

0 comments on commit 6a225a7

Please sign in to comment.