Skip to content
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

Installation #22

Open
martin-porizek opened this issue Jan 20, 2023 · 7 comments
Open

Installation #22

martin-porizek opened this issue Jan 20, 2023 · 7 comments

Comments

@martin-porizek
Copy link

I came across this thread because I also have the Kostal Piko 4.2 and I would love to try it and integrate with Home Assistant.

Unfortunately I’m not such expert; could you please share some hints how to install the integration?

Thank you in advance, Martin

@tomjons24
Copy link

i also have some problem. installation via hacs. but no configuration is available in hacs backend. an there are no entitiys
here ist my configuration.yaml

sensor:

  • platform: kostal
    host: http://192.168.252
    username: !secret kostal_username
    password: !secret kostal_password
    monitored_conditions:
    • solar_generator_power # only available when using a BA sensor
    • consumption_phase_1 # only available when using a BA sensor
    • consumption_phase_2 # only available when using a BA sensor
    • consumption_phase_3 # only available when using a BA sensor
    • current_power
    • total_energy
    • daily_energy
    • string1_voltage
    • string1_current
    • string2_voltage
    • string2_current
    • l1_voltage
    • l1_power
    • l2_voltage
    • l2_power
    • l3_voltage
    • l3_power
    • status

@tomjons24
Copy link

kostal

@rcasula
Copy link
Owner

rcasula commented Feb 24, 2023

Hi @martin-porizek and @tomjons24. Did you try to copy this library in the custom_components folder and restart the server?

@wolframkorth
Copy link

How can i copy this library to the custom_components folder? With the file editor i can only copy simple files, but no complete folders. Also if i search in the HACS for Kostal Piko, only the old version from @gieljnssns is available, but not yours.

@rcasula
Copy link
Owner

rcasula commented Feb 27, 2023

@wolframkorth you download this repo and then you connect to the home assistant network share and copy into the custom_components folder.

@sirtmha
Copy link

sirtmha commented Jul 27, 2023

After installing and restarting the server I get the message :
ERROR (MainThread) [homeassistant.components.sensor] The kostal platform for the sensor integration does not support platform setup. Please remove it from your config.

My configuration.yaml
sensor:

  • platform: kostal
    host: 192.168.10.54
    username: !secret kostal_username
    password: !secret kostal_password
    monitored_conditions:
    • solar_generator_power
    • consumption_phase_1
    • consumption_phase_2
    • consumption_phase_3
    • current_power
    • total_energy
    • daily_energy
    • string1_voltage
    • string1_current
    • string2_voltage
    • string2_current
    • string3_voltage
    • string3_current
    • l1_voltage
    • l1_power
    • l2_voltage
    • l2_power
    • l3_voltage
    • l3_power
    • status

can some one explain where to define the sensors in their config?
What am I missing

@Haschtl
Copy link

Haschtl commented Oct 14, 2023

After installing and restarting the server I get the message : ERROR (MainThread) [homeassistant.components.sensor] The kostal platform for the sensor integration does not support platform setup. Please remove it from your config.

I have the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants