Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hombach authored and Hombach committed Dec 7, 2024
1 parent f1371c0 commit 867aada
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 72 deletions.
78 changes: 39 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ This adapter allows for reading data from Kostal Piko, Piko BA, and PIKO MP plus
It creates and sequentially updates several states, ensuring that the latest information is always available.
The adapter is specifically designed for Kostal Piko BA, 6.0BA, 8.0BA, and 10BA inverters, but it also supports a wide range of other models, including:

- Kostal Piko: 3.0, 4.2, 4.6, 5.5, 7.0, 8.5, 10, 12, 15, 17, 20, and 36.
- Kostal PIKO MP: 1.5, 3.0, 3.6.
- Kostal PIKO MP plus: 1.5-1, 2.0-1, 2.5-1, 3.0-1, 3.0-2, 3.6-1, 3.6-2 and 5.0-2.
- Kostal Piko: 3.0, 4.2, 4.6, 5.5, 7.0, 8.5, 10, 12, 15, 17, 20, and 36.
- Kostal PIKO MP: 1.5, 3.0, 3.6.
- Kostal PIKO MP plus: 1.5-1, 2.0-1, 2.5-1, 3.0-1, 3.0-2, 3.6-1, 3.6-2 and 5.0-2.

We appreciate any feedback on functionality with other inverters. Please send us a note if you test it with additional models.

Expand All @@ -55,76 +55,76 @@ If you enjoyed this project — or just feeling generous, consider buying me a b

## Changelog

### 5.0.0 (2024-12-xx)
### 5.0.0 (2024-12-07)

- (HombachC) BREAKING: dropped support for ioBroker.admin < 7.0.0 because of ioBroker Responsive Design Initiative (#699)
- (HombachC) switch to i18n translation (#736)
- (HombachC) optimize responsive design (#699)
- (HombachC) dependency updates
- (HombachC) BREAKING: dropped support for ioBroker.admin < 7.0.0 because of ioBroker Responsive Design Initiative (#699)
- (HombachC) switch to i18n translation (#736)
- (HombachC) optimize responsive design (#699)
- (HombachC) dependency updates

### 4.2.3 (2024-10-20)

- (HombachC) optimize responsive design (#699)
- (HombachC) dependency updates
- (HombachC) optimize responsive design (#699)
- (HombachC) dependency updates

### 4.2.2 (2024-09-30)

- (HombachC) add more Sentry triggered error handling
- (HombachC) code optimization
- (HombachC) update adapter core
- (HombachC) dependency updates
- (HombachC) add more Sentry triggered error handling
- (HombachC) code optimization
- (HombachC) update adapter core
- (HombachC) dependency updates

### 4.2.1 (2024-09-17)

- (HombachC) add node.js 22 to the adapter testing (#666)
- (HombachC) update ioBroker testing
- (HombachC) dependency updates
- (HombachC) add node.js 22 to the adapter testing (#666)
- (HombachC) update ioBroker testing
- (HombachC) dependency updates

### 4.2.0 (2024-08-29)

- (HombachC) convert adapter to TypeScript
- (HombachC) switch to ES2022 code
- (HombachC) migrate eslint to >9.x
- (HombachC) repository cleanup
- (HombachC) dependency updates
- (HombachC) code optimizations
- (HombachC) convert adapter to TypeScript
- (HombachC) switch to ES2022 code
- (HombachC) migrate eslint to >9.x
- (HombachC) repository cleanup
- (HombachC) dependency updates
- (HombachC) code optimizations

### 4.1.3 (2024-08-13)

- (HombachC) fixed vulnerability in dependency
- (HombachC) fixed vulnerability in dependency

### 4.1.2 (2024-08-10)

- (HombachC) optimized translation handling
- (HombachC) hide not used configuration inputs
- (HombachC) optimized translation handling
- (HombachC) hide not used configuration inputs

### 4.1.1 (2024-08-09)

- (HombachC) adapter checker detected optimizations (#643)
- (HombachC) adapter checker detected optimizations (#643)

### 4.1.0 (2024-08-05)

- (HombachC) replaced deprecated ioBroker state calls
- (HombachC) doku cleanup
- (HombachC) replaced deprecated ioBroker state calls
- (HombachC) doku cleanup

### 4.0.2 (2024-08-04)

- (HombachC) added node.js 22 tests
- (HombachC) dependency updates
- (HombachC) added node.js 22 tests
- (HombachC) dependency updates

### 4.0.1 (2024-06-24)

- (HombachC) dependency updates, removed unfunctional snyk tests
- (HombachC) dependency updates, removed unfunctional snyk tests

### 4.0.0 (2024-04-21)

- (HombachC) BREAKING: Dropped support for Node.js 16 (#591)
- (HombachC) BREAKING: Minimum needed js-controller bumped to 5 (#592)
- (HombachC) changed timeout settings for older Kostal inverters (#589)
- (HombachC) dependency updates
- (HombachC) added tests for node.js 21
- (HombachC) raised minimum poll time for daily statistics
- (HombachC) code optimizations
- (HombachC) BREAKING: Dropped support for Node.js 16 (#591)
- (HombachC) BREAKING: Minimum needed js-controller bumped to 5 (#592)
- (HombachC) changed timeout settings for older Kostal inverters (#589)
- (HombachC) dependency updates
- (HombachC) added tests for node.js 21
- (HombachC) raised minimum poll time for daily statistics
- (HombachC) code optimizations

### Old Changes see [CHANGELOG OLD](CHANGELOG_OLD.md)

Expand Down
33 changes: 0 additions & 33 deletions package-lock.json

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

0 comments on commit 867aada

Please sign in to comment.