Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Integration des KACO Solarinverters in Homeassistant

NotificationsYou must be signed in to change notification settings

kcinnaySte/kaco

 
 

Repository files navigation

Adds a sensor to Home Assistant that displays several information of a Kaco / Schueco SGI-9k or similar

This component will set up the following platforms.

PlatformDescription
sensorShow date and remaining days to event

Example

Features

  • Shows all values from the webinterface
  • Status is parsed and shown as text
  • Tracks maximal seen power
  • Configurable update interval

Installation

HACS

The easiest way to add this to your Homeassistant installation is using [HACS].

It's recommended to restart Homeassistent directly after the installation without any change to the Configuration.Homeassistent will install the dependencies during the next reboot. After that you can add and check the configuration without error messages.This is nothing special to this Integration but the same for all custom components.

Manual

  1. Using the tool of choice open the directory (folder) for your HA configuration (where you findconfiguration.yaml).
  2. If you do not have acustom_components directory (folder) there, you need to create it.
  3. In thecustom_components directory (folder) create a new folder calledkaco.
  4. Downloadall the files from thecustom_components/kaco/ directory (folder) in this repository.
  5. Place the files you downloaded in the new directory (folder) you created.
  6. Follow the instructions underConfiguration below.

Using your HA configuration directory (folder) as a starting point you should now also have this:

custom_components/kaco/translations/en.jsoncustom_components/kaco/__init__.pycustom_components/kaco/manifest.jsoncustom_components/kaco/sensor.pycustom_components/kaco/config_flow.pycustom_components/kaco/const.py

Setup

All you need to have the ip adress of the inverter. This is show on the actual device display.

Configuration options

KeyTypeRequiredDefaultDescription
urlstringtrueNoneThe IP of the inverter, e.g. 192.168.2.194
namestringfalsekacoThe friendly name of the sensor
kwh_intervalintfalse120The interval of the kwh update
intervalintfalse20The interval of all other updates (my inverter crashes if I set it below 5 for more than a day)
generator_voltageboolfalsefalseImport generator voltage as entity
generator_currentboolfalsefalseImport generator current as entity
grid_voltageboolfalsefalseImport grid voltage as entity
grid_currentboolfalsefalseImport grid current as entity

GUI configuration (recommended)

Config flow is supported and is the prefered way to setup the integration. (No need to restart Home-Assistant)

Manual configuration

To enable the sensor, add the following lines to yourconfiguration.yaml file and replace the link accordingly:

# Example entry for configuration.yamlsensor:  -platform:kaconame:Solar Powerurl:192.168.2.194

However grouping via devices are not supported if you using configuration via yaml

About

Integration des KACO Solarinverters in Homeassistant

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python100.0%

[8]ページ先頭

©2009-2025 Movatter.jp