All Projects → ITTV-tools → homeassistant-kostalplenticore

ITTV-tools / homeassistant-kostalplenticore

Licence: MIT License
Home Assistant Component for Kostal Plenticore

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to homeassistant-kostalplenticore

ioBroker.plenticore
ioBroker Adapter for the KOSTAL Plenticore
Stars: ✭ 15 (+0%)
Mutual labels:  kostal, plenticore
denonavr
Automation Library for Denon AVR receivers.
Stars: ✭ 126 (+740%)
Mutual labels:  home-assistant
air-visual-card
A Lovelace card showing air quality data from airvisual.com. Requires the AirVisual component.
Stars: ✭ 70 (+366.67%)
Mutual labels:  home-assistant
M5Stack-Air-Quality-ESPHome
ESPHome configuration for M5Stack's PM2.5 Air Quality Kit with the PMSA003 particulate matter sensor and the SHT20 temperature and humidity sensor
Stars: ✭ 19 (+26.67%)
Mutual labels:  home-assistant
addon-traccar
Traccar - Home Assistant Community Add-ons
Stars: ✭ 65 (+333.33%)
Mutual labels:  home-assistant
wyzesense2mqtt
Configurable WyzeSense to MQTT Gateway intended for use with Home Assistant or other platforms that use MQTT discovery mechanisms.
Stars: ✭ 55 (+266.67%)
Mutual labels:  home-assistant
decluttering-card
🧹 Declutter your lovelace configuration with the help of this card
Stars: ✭ 186 (+1140%)
Mutual labels:  home-assistant
home
Monorepo for all home automation related development, including integrated firmware, PCBs, configuration, and bridges
Stars: ✭ 104 (+593.33%)
Mutual labels:  home-assistant
Home-Assistant-Lovelace-Local-Conditional-card
This card can show and hide a specific card on current device while not affecting other windows. It does not require any integration to run.
Stars: ✭ 30 (+100%)
Mutual labels:  home-assistant
addon-example
Example - Home Assistant Community Add-ons
Stars: ✭ 73 (+386.67%)
Mutual labels:  home-assistant
openrgb ha
OpenRGB integration for Home Assistant
Stars: ✭ 40 (+166.67%)
Mutual labels:  home-assistant
light-card
Lovelace light-card for home assistant
Stars: ✭ 18 (+20%)
Mutual labels:  home-assistant
VisonicAlarm-for-Hassio
Visonic/Bentel/Tyco Alarm System integrtation for Home Assistant
Stars: ✭ 14 (-6.67%)
Mutual labels:  home-assistant
HA-Build
Home-Assisant in Docker with support service containers
Stars: ✭ 16 (+6.67%)
Mutual labels:  home-assistant
hassio
ESPHome Hass.io addon files
Stars: ✭ 175 (+1066.67%)
Mutual labels:  home-assistant
home-assistant-notebooks
📓 Sample Jupyter Notebooks to explore Home Assistant data
Stars: ✭ 49 (+226.67%)
Mutual labels:  home-assistant
amshan-homeassistant
Home Assistant integrasjon for strømmålere (AMS/HAN/P1). Integrasjonen støter både streaming (serieport/TCP-IP) og MQTT (Tibber Pulse, energyintelligence.se etc)
Stars: ✭ 39 (+160%)
Mutual labels:  home-assistant
Tuya-v2-Supported-Devices
A collection of all of the known working Tuya v2 Devices
Stars: ✭ 30 (+100%)
Mutual labels:  home-assistant
home-assistant-sun-card
Home assistant sun card based on Google weather design
Stars: ✭ 279 (+1760%)
Mutual labels:  home-assistant
hass-shutter-card
Shutter card for Home Assistant Lovelace UI
Stars: ✭ 151 (+906.67%)
Mutual labels:  home-assistant

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].