Skip to content

ioBroker Adapter to poll Kostal Pico BA inverter data to monitor your PV-system

License

Notifications You must be signed in to change notification settings

hombach/ioBroker.kostal-piko-ba

Repository files navigation

Logo

ioBroker.kostal-piko-ba

NPM version Downloads node-lts Libraries.io dependency status for latest release

GitHub GitHub repo size GitHub commit activity GitHub last commit GitHub issues

GitHub Workflow Status CodeQL Appveyor-CI

Versions

Beta Stable Installed

NPM

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 employs Sentry libraries to automatically report exceptions and code errors to the developers. For more details and information on how to disable error reporting, please consult the Sentry-Plugin Documentation! Sentry reporting is initiated starting with js-controller 3.0.

Donate


If you enjoyed this project — or just feeling generous, consider buying me a beer. Cheers! 🍻

Changelog

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

4.1.3 (2024-08-13)

  • (HombachC) fixed vulnerability in dependency

4.1.2 (2024-08-10)

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

4.1.1 (2024-08-09)

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

4.1.0 (2024-08-05)

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

4.0.2 (2024-08-04)

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

4.0.1 (2024-06-24)

  • (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

Old Changes see CHANGELOG OLD

License

MIT License

Copyright (c) 2020-2024 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.