Skip to content

Commit

Permalink
chore: release v1.10.3
Browse files Browse the repository at this point in the history
- Fix "Grid Input Power" state if connected with Ace
  • Loading branch information
Nograx committed Jan 14, 2025
1 parent 2714c23 commit 26145ab
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 37 deletions.
39 changes: 19 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,44 +47,43 @@ 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 "Grid Input Power" state if connected with Ace
## Changelog
### 1.10.3 (2025-01-14)

- 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 @@ -107,4 +106,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.2",
"version": "1.10.3",
"news": {
"1.10.3": {
"en": "Fix \"Grid Input Power\" state if connected with Ace",
"de": "Fix \"Grid Input Power\" Zustand, wenn mit Ace verbunden",
"ru": "Fix \"Grid Input Power\" в случае подключения к Ace",
"pt": "Fix \"Grid Input Power\" estado se conectado com Ace",
"nl": "Fix \"Grid Input Power\" status indien verbonden met Ace",
"fr": "Correction de l'état \"Grid Input Power\" si connecté avec Ace",
"it": "Fissare lo stato \"Grid Input Power\" se collegato con Ace",
"es": "Fijar el estado de \"Grid Input Power\" si está conectado con Ace",
"pl": "Napraw stan \"Grid Input Power\" w przypadku połączenia z Asem",
"uk": "Фіксація \"Грідка вхідна потужність\" при підключенні з Ace",
"zh-cn": "如果与 Ace 连接, 则修正“ Grid 输入功率” 状态"
},
"1.10.2": {
"en": "Fix calculation of grid input power on ace\nCorrect standby usage of battery if conncted with ace (add additional 10W)",
"de": "Fixe Berechnung der Netzeingangsleistung auf Ace\nRichtige Standby-Nutzung der Batterie, wenn mit ace konncted (add zusätzliche 10W)",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Poprawa dla \"bloku niskiego napięcia\".\nZmieniła wartość opcji państwa \"hubState\".",
"uk": "Удосконалення для блоку напруги \"Low\".\nЗмінено стан \"hubState\" варіант значення.",
"zh-cn": "改进\"低伏特格\".\n更改州\"hubstate\"为选项值."
},
"1.9.0": {
"en": "New option to force Solarflow device to go offline when \"Low Voltage Block\"-option is used.",
"de": "Neue Option, Solarflow-Gerät zu zwingen, offline zu gehen, wenn \"Low Voltage Block\"-Option verwendet wird.",
"ru": "Новая опция заставить устройство Solarflow выйти в автономном режиме, когда используется опция «Low Voltage Block».",
"pt": "Nova opção para forçar o dispositivo Solarflow a ficar offline quando a opção \"Low Voltage Block\" é usada.",
"nl": "Nieuwe optie om Solarflow apparaat te dwingen offline te gaan wanneer \"Low Voltage Blok\"-optie wordt gebruikt.",
"fr": "Nouvelle option pour forcer le périphérique Solarflow à déconnecter lorsque l'option \"Block basse tension\" est utilisée.",
"it": "Nuova opzione per forza dispositivo Solarflow per andare offline quando \"Low Tensione Block\"-opzione è utilizzato.",
"es": "Nueva opción para forzar el dispositivo Solarflow a salir fuera de línea cuando se utiliza la opción \"Low Voltage Block\".",
"pl": "Nowa opcja zmuszenia urządzenia Solarflow do offline przy użyciu opcji \"Block niskiego napięcia\".",
"uk": "Використовується новий варіант для відключення пристроїв Solarflow при \"Low Блок напруги\"-опція.",
"zh-cn": "使用“ Low Voltage Block”- 选项时, 强制 Solarflow 设备下线的新选项 ."
}
},
"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.2",
"version": "1.10.3",
"description": "zendure-solarflow",
"author": {
"name": "Peter",
Expand Down

0 comments on commit 26145ab

Please sign in to comment.