Skip to content

Add Documentation for Manual Charge Switch for Kostal Plenticore #39573

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 deletions source/_integrations/kostal_plenticore.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ The integration supports installer-level access using a Master key and Service C

Using installer credentials:

- Should only be done if you fully understand the implications
- May void your warranty
- Could potentially damage your device if settings are incorrectly configured
- Should be done with extreme caution
- Should only be done if you fully understand the implications
- May void your warranty
- Could potentially damage your device if settings are incorrectly configured
- Should be done with extreme caution

{% endwarning %}
{% endwarning %}

To enable installer access, set your Master Key as the password and fill in the Service Code in the configuration when adding the integration.
To enable installer access, set your Master Key as the password and fill in the Service Code in the configuration when adding the integration.

For information about obtaining installer credentials, please consult your device documentation or contact a certified installer.

Expand Down Expand Up @@ -170,6 +170,12 @@ The following sensors are available in the library:
| Battery Strategy | | RW | Battery strategy. |
| Shadow Management | | RW | PV string shadow management. |

If you use installer access to connect, you also have access to the following sensors:

| Name | Unit | RW | Description |
|-------------------------|------|----|:--------------|
| Battery Manual Charge | | RW | Force the battery to charge. |

{% note %}
Setting values change less often, therefore these sensors are only polled every 5 minutes.
{% endnote %}
Expand All @@ -188,6 +194,12 @@ The Battery Smart Control sensor appears as a select field labeled "Battery Char
- **Battery:SmartBatteryControl:Enable**: the battery loading optimizes grid feed-in and battery loading. This setting is recommended when the grid feed-in is limited to, for example, 70% of the Plenticore Plus peak power.
- **Battery:TimeControl:Enable**: battery charging/discharging can be configured flexibly at different times (tariff periods). Detailed settings must be done on the web frontend of the Kostal Plenticore Plus inverter. This option activates the time-controlled battery usage mode.

#### Battery Manual Charge

The Battery Manual Charge sensor allows you to force charge the battery to 100%, regardless of PV generation or home usage.
This setting is available when using installer access and should therefore only be used with the same caution as using installer access.
More on [Installer Access](#installer-access)

## Number

The following Number entities are available. The values could also be change from Home Assistant.
Expand Down