iobroker.kostal-piko-ba
Version:
Adapter for reading Kostal Piko BA data
114 lines (78 loc) • 5.99 kB
Markdown

# ioBroker.kostal-piko-ba
[](https://www.npmjs.com/package/iobroker.kostal-piko-ba)
[](https://www.npmjs.com/package/iobroker.kostal-piko-ba)








[](https://github.com/hombach/ioBroker.kostal-piko-ba/actions/workflows/codeql-analysis.yml)
[](https://ci.appveyor.com/project/hombach/iobroker-kostal-piko-ba)
## Versions



[](https://nodei.co/npm/iobroker.kostal-piko-ba/)
## Adapter for Reading Kostal Piko & Piko BA Data for iOBroker
This adapter allows for reading data from Kostal Piko, Piko BA, and PIKO MP plus inverters.
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.
We appreciate any feedback on functionality with other inverters. Please send us a note if you test it with additional models.
## Configuration
Ensure that your Piko or Piko BA inverter is updated to Kostal UI version 6.11 or higher.
To connect to the Kostal Piko (BA / MP plus) inverter, you must configure its IP address in the settings.
Optionally, you can adjust the update frequencies for live data, daily statistics, and lifetime statistics.
If your hardware supports it, you can also enable the read-out of the four analog values.
## Sentry
**This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.** For more details and for information on how to disable error reporting, see <a href="https://github.com/ioBroker/plugin-sentry#plugin-sentry">Sentry-Plugin Documentation</a>!
## Donate
<a href="https://www.paypal.com/donate/?hosted_button_id=XFFBB332R4RCQ"><img src="https://raw.githubusercontent.com/Hombach/ioBroker.tibberlink/main/docu/bluePayPal.svg" height="40"></a>
If you enjoyed this project — or just feeling generous, consider buying me a beer. Cheers! :beers:
## Changelog
<!--
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 7.0.6 (2026-07-27)
- (HombachC) fixed misleading HTTP error 200 log message caused by network interruption during response body reading
- (HombachC) improved connection error handling: added ECONNRESET + ECONNABORTED cases and default fallback for unknown error codes
- (HombachC) updated dependencies
### 7.0.5 (2026-07-05)
- (ioBroker-Bot) Adapter requires admin >= 7.8.23 now
- (HombachC) removed chai-based unit test dependencies; modernized test harness to Node.js assert
- (HombachC) updated dependencies
### 7.0.4 (2026-06-19)
- (HombachC) fixed adapterchecker warnings
- (HombachC) updated dependencies
### 7.0.3 (2026-06-03)
- (HombachC) fixed instanceObject roles
- (HombachC) fixed warnings of adapter checker
- (HombachC) updated dependencies
### 7.0.2 (2026-05-17)
- (HombachC) fix tsconfig
### Old Changes see [CHANGELOG OLD](CHANGELOG_OLD.md)
## License
MIT License
Copyright (c) 2020-2026 C.Hombach <Kostal-Piko-BA@homba.ch>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
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.