Skip to content

Commit

Permalink
chore: release v1.1.8
Browse files Browse the repository at this point in the history
- Fix calculation error
  • Loading branch information
Nograx committed Feb 29, 2024
1 parent 925630d commit 6dc3267
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 54 deletions.
70 changes: 35 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,79 +37,79 @@ If you find the adapter useful for you and want to support my work, feel free to

[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/paypalme/PeterFrommert)

## Changelog
### **WORK IN PROGRESS**

- Fix calculation error
## Changelog
### 1.1.8 (2024-02-29)

- Fix calculation error

### 1.1.7 (2024-02-29)

- Add energy calculations for 'today'
- Fix minutes display bug for remaining charge and discharge time

- Fix minutes display bug for remaining charge and discharge time

### 1.1.4 (2024-02-28)

- Fix timeout issues

- Fix timeout issues

### 1.1.0 (2024-02-27)

- Switched solar input 1 und 2 to adjust the behavior like the offical app
- Added Calculations folder, remaining charge and discharge time is now available as formatted time
- Added a note in the settings that this adapter only works with the global server

- Added a note in the settings that this adapter only works with the global server

### 1.0.7 (2024-01-16)

- Add control for charge and discharge limit
- Update Readme Screenshot

- Update Readme Screenshot

### 1.0.6 (2024-01-16)

- Update Readme

- Update Readme

### 1.0.5 (2024-01-15)

- Added state for both Solarflow PV inputs

- Added state for both Solarflow PV inputs

### 1.0.4 (2023-12-16)

- Added Timeout for axios

- Added Timeout for axios

### 1.0.3 (2023-12-12)

- Password is now encrypted. NOTE: You have to re-enter the password after adapter update!

- Password is now encrypted. NOTE: You have to re-enter the password after adapter update!

### 1.0.2 (2023-12-12)

- Adapter improvements suggested by iobroker team
- Fixed battery pack temperature (data is in kelvin, so now converting to celcius)

- Fixed battery pack temperature (data is in kelvin, so now converting to celcius)

### 1.0.1 (2023-11-03)

- Fix translations
- Use 'extendObjectAsync' instead of 'setObjectNotExistsAsync'
- First official release version

- First official release version

### 0.1.0-alpha.2 (2023-10-27)

- Don't stop the adapter when no login information is provided!

- Don't stop the adapter when no login information is provided!

### 0.1.0-alpha.1 (2023-10-27)

- Fix Typescript typos

- Fix Typescript typos

### 0.1.0-alpha.0 (2023-10-26)

- Get battery information
- Reset states if no new data comes in (e.g. when Hub goes offline). Currently the last value still persist when Hub goes offline, so you may have 'pseudo' data in your states.

- Reset states if no new data comes in (e.g. when Hub goes offline). Currently the last value still persist when Hub goes offline, so you may have 'pseudo' data in your states.

### 0.0.2 (2023-10-25)

- Initital Release, retrieving Hub data, telemetry and setting the output limit works!

- Initital Release, retrieving Hub data, telemetry and setting the output limit works!

### 0.0.1 (2023-10-24)

- First test

- First test

## License

MIT License
Expand All @@ -132,4 +132,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.
2 changes: 1 addition & 1 deletion build/services/adapterService.js

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

2 changes: 1 addition & 1 deletion build/services/adapterService.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.1.7",
"version": "1.1.8",
"news": {
"1.1.8": {
"en": "Fix calculation error",
"de": "Fehler bei der Berechnung",
"ru": "Ошибка расчета",
"pt": "Corrigir erro de cálculo",
"nl": "Fix rekenfout",
"fr": "Correction de l'erreur de calcul",
"it": "Correzione dell'errore di calcolo",
"es": "Error de cálculo fijo",
"pl": "Błąd obliczenia",
"uk": "Виправлення помилки розрахунку",
"zh-cn": "修正计算错误"
},
"1.1.7": {
"en": "Add energy calculations for 'today'\nFix minutes display bug for remaining charge and discharge time",
"de": "Energieberechnungen für heute hinzufügen '\nFehler der Minutenanzeige für die verbleibende Lade- und Entladezeit",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Popraw problemy z czasem",
"uk": "Фіксація термінів",
"zh-cn": "解决超时问题"
},
"1.1.1": {
"en": "Fix timeout issues",
"de": "Timeout Probleme beheben",
"ru": "Вопросы таймаута",
"pt": "Corrigir problemas de tempo limite",
"nl": "Timeout-problemen oplossen",
"fr": "Correction des problèmes de délai",
"it": "Risolvere i problemi di timeout",
"es": "Arreglar los problemas de tiempo",
"pl": "Popraw problemy z czasem",
"uk": "Фіксація термінів",
"zh-cn": "解决超时问题"
}
},
"title": "Zendure Solarflow",
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.1.7",
"version": "1.1.8",
"description": "zendure-solarflow",
"author": {
"name": "Peter",
Expand Down

0 comments on commit 6dc3267

Please sign in to comment.