npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

iobroker.plenticore-g3

v0.5.1

Published

Adapter to communicate with a KOSTAL Plenticore Plus via local network (non-modbus)

Readme

ioBroker.plenticore-g3

NPM version Downloads Number of Installations Current version in stable repository

NPM

Tests: Test and Release

plenticore-g3 adapter for ioBroker

Adapter to communicate with a KOSTAL Plenticore (various models, see section below) via REST API. This API ist much more powerful than modbus. It gives access to approximately 200 read-only data points referred to as 'processdata' and about 250 writable settings. This API is documented on this URL:

http://<plenticore host>/api/v1

This adapter uses 'Process Data' and 'Settings' of the REST API. Because no user needs all the data available, the adapter has only a very small number of preset processdata and settings but gives the user the option to select additional data points from a list of all availabe process data and settings, respectively.

You can also add your own descriptions to optional data points that will show up as descriptions in iobroker's object tree. In most cases the purpose of a data point can be derived by its name. For example 'devices:local/HomeBat_P' represents the power home uses from the battery.

Naming

Native objects are comprised of a module ID and a data ID, for example 'scb:statistic:EnergyFlow/Statistic:Yield:Day'. The part before the slash is the module ID. In this case 'scb:statistic:EnergyFlow'. In iobroker's object tree a folder structure will be created for the modules ID: scb   statistics     EnergyFlow

Colons in the data ID are replaced by an underscore: 'Statistic:Yield:Day' will become 'Statistic_Yield_Day'

Supported / tested Plenticore models

Despite what the name of the adapter may suggest (that only G3 models are supported), other models are supported too. The API seems to be equal, only the available datapoints may differ. Below is a list of models that were successfully tested by users.

  • Plenticore G3
  • Plenticore plus 10 (G1) - FW Version 01.30.12092
  • Plenticore BI 10/26 (G2) - FW Version 02.15.19562

Changelog

0.5.1 (2025-11-20)

  • bump some packages
  • split react bundle
  • fix unhandled exception when polling inverter state
  • fix missing description of preselected values (former optionals)

0.5.0 (2025-10-29)

  • make API-Call timeout configurable
  • update translations

0.4.1 (2025-10-17)

  • move to npm trusted publishing

0.4.0 (2025-10-07)

  • improve init process: do preinit, if inverter is not in state FeedIn; trigger init as soon as inverter goes to FeedIn

0.3.0 (2025-10-06)

  • update documentation with soction of tested models
  • enhance port selection related to http/https for base settings
  • do not poll data points related to battery, if no battery is present
  • update dependencies

0.2.1 (2025-08-29)

  • update dependencies

0.2.0 (2025-07-22)

  • check Inverter_State for FeedIn before init
  • suspend error logging on too many errors
  • add timeout to API calls
  • update translations

0.1.4 (2025-06-17)

  • fix logging for preset and optional data

0.1.3 (2025-06-15)

  • add some logging for debugging
  • fix log warnings

0.1.2 (2025-06-01)

  • add node 24 to tests
  • chores

0.1.1 (2025-04-07)

  • fix object hierarchy
  • fix missing translations, adjust translations based on system language
  • fix state roles

0.1.0 (2025-03-29)

  • add notification on available updates
  • make sure init completes without errors

0.0.8 (2025-03-28)

  • fix writing of settings after 0.0.7
  • fix crash after failed API requests

0.0.7 (2025-03-26)

  • replace ':' by '_' in object IDs
  • delete unused objects and channels

0.0.6 (2025-03-14)

  • fix repo url in package.json

0.0.5 (2025-03-14)

  • avoid potential issues: js-controller >= 7.0.6

0.0.4 (2025-03-14) 0.0.4

  • prepare for iobroker repo

0.0.4-beta.1 (2025-03-14) beta 1 with translations

  • update translations

0.0.4-beta.0 (2025-03-13) beta 1

  • exclude react from test:js
  • terminate on authentication issue (fix)
  • add read and write for settings

0.0.3-alpha.1 (2025-03-10)

  • eslint
  • remove node 18.x from github workflow

0.0.3-alpha.0 (2025-03-10)

  • Did some changes
  • Did some more changes

v0.0.1 (2025-03-10)

Initial release

License

MIT License

Copyright (c) 2025 fernetmenta [email protected]

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.