ITTV-tools / homeassistant-kostalplenticore

Home Assistant Component for Kostal Plenticore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homeassistant-kostalplenticore

Home Assistant Component for Kostal Plenticore *** NOT LONGER MAINTAINED ***

Buy Me A Coffee

hacs_badge

Installation

Copy this folder to <config_dir>/custom_components/kostal_plenticore/.

HACS

Search for Kostal Plenticore

Configuration

Add the following to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
    - platform: kostal_plenticore
      host: <IP>
      password: <Password>
      dc_inputs: 2 # Optional, default: 2, valid values: 1, 2, 3
      scan_interval: 30 # Optional, default: 30
      monitored_conditions:
        - BatteryPercent
        - BatteryCycles
        - BatteryPower
        - HomeGridPower
        - HomeOwnPower
        - HomePVPower
        - HomeBatteryPower
        - GridPower
        - DCPower
        - PVPower
        - AutarkyDay
        - AutarkyMonth
        - AutarkyTotal
        - AutarkyYear
        - CO2SavingDay
        - CO2SavingMonth
        - CO2SavingTotal
        - CO2SavingYear
        - PV1Power
        - PV1Voltage
        - PV1Current
        - PV2Power
        - PV2Voltage
        - PV2Current
        - PV3Power
        - PV3Voltage
        - PV3Current
        - ACFrequency
        - ACL1Current
        - ACL1Power
        - ACL1Voltage
        - ACL2Current
        - ACL2Power
        - ACL2Voltage
        - ACL3Current
        - ACL3Power
        - ACL3Voltage
        - HomeConsumptionDay
        - HomeConsumptionMonth
        - HomeConsumptionTotal
        - HomeConsumptionYear
        - HomeConsumptionFromBatDay
        - HomeConsumptionFromBatMonth
        - HomeConsumptionFromBatTotal
        - HomeConsumptionFromBatYear
        - HomeConsumptionFromGridDay
        - HomeConsumptionFromGridMonth
        - HomeConsumptionFromGridTotal
        - HomeConsumptionFromGridYear
        - HomeConsumptionFromPVDay
        - HomeConsumptionFromPVMonth
        - HomeConsumptionFromPVTotal
        - HomeConsumptionFromPVYear
        - HomeConsumptionYieldDay
        - HomeConsumptionYieldMonth
        - HomeConsumptionYieldTotal
        - HomeConsumptionYieldYear
        - OwnConsumptionRateDay
        - OwnConsumptionRateMonth
        - OwnConsumptionRateTotal
        - OwnConsumptionRateYear
        - MinSoC
        - SmartBatteryControl
        - InverterState
        - LimitEvuAbs
        - SerialNumber
        - ArticleNumber
        - ProductName

Note:

  • PV2* sensors will be ignored if dc_inputs < 2
  • PV3* sensors will be ignored if dc_inputs < 3

About

Home Assistant Component for Kostal Plenticore

License:MIT License


Languages

Language:Python 100.0%