Hi,
versuche per HACS die Kostal Plenticore Integration einzubinden.
Daher habe ich es in HACS runter geladen. Finde die Dateien auch in dem Ordner homeassistant/config/custom_components/kostal_plenticore/
Nun beim einbinden der Integration erhalte ich den Fehler:
Du kannst diese Integration hinzufügen, indem du sie zu deiner „configuration.yaml“ hinzufügst. Weitere Informationen findest du in der Dokumentation.
Daher habe in wie in der Doku angegeben in der homeassistant/config/configuration.yaml
folgendes mit aufgenommen
sensor:
- platform: kostal_plenticore
host: 192.168.178.xx
password: 'SecretPW'
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
Leider zeigt es mir aber keine Sensor Daten an.
Jemand nen Tipp?
Danke