home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.48k stars 30.7k forks source link

Kostal Plenticore Integration #121842

Open doubleus61 opened 3 months ago

doubleus61 commented 3 months ago

The problem

I got an unexpected error

grafik

while trying to connect to my Kostal Plenticore 10 G2

What version of Home Assistant Core has the issue?

core-2024.7.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Kostal Plenticore Solar Inverter

Link to integration documentation on our website

https://www.home-assistant.io/integrations/kostal_plenticore

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

Plenticore Software

SW-Version 02.12.16219 MC-Version 02.12.3831 IOC-Version 02.12.1055

home-assistant[bot] commented 3 months ago

Hey there @stegm, mind taking a look at this issue as it has been labeled with an integration (kostal_plenticore) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `kostal_plenticore` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign kostal_plenticore` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


kostal_plenticore documentation kostal_plenticore source (message by IssueLinks)

ohkaja commented 3 months ago

Has the KOSTAL a static IP, if not set one and use this. You have to Input the owners password.

Have the same device, also Software Version, wich is working on 2024.07.2

doubleus61 commented 3 months ago

Password was the problem. I used the Masterkey. Thanks for the help.

OArndt commented 3 months ago

Hey, I have the same issue as doubleus61, but it my case I'm certain that the password is correct (I've directly copied it from a password manager and it works for logging into the webinterface). It also has a static IP.

Core 2024.7.2 Supervisor 2024.06.2 Operating System 12.4 Frontend 20240710.0

mp80spike commented 3 months ago

Hey, I have the same issue as doubleus61 Oarndt, but it my case I'm certain that the password is correct (I've directly copied it from a password manager and it works for logging into the webinterface). It also has a static IP.

stegm commented 2 months ago

Can you try the pykoplenti library directly? follow the steps in https://github.com/stegm/pykoplenti/blob/master/README.md#getting-started and try to read data from the inverter via command line.

denhil247 commented 4 weeks ago

Had the same issue. But than I realized, that the used IP adress points at the Kostal Smart Meter instead of the Plenticore. Changed the IP adress to Plenticore, than it worked perfectly fine.

Bimmerfriend commented 2 days ago

Hi, I have a Problem with losging in, too.

But I know the cause, just can not fix it... The password for the Kostal unit changed, but how/where do I change the password in Home Assistant ?

Thanks for your help!

stegm commented 40 minutes ago

I think there are two possibilities:

  1. remove the device and add it again
  2. Change the password in config/.storage/core.config_entries. Search for the old password and replace it by the new. Make a backup and ensure HA is not running while changing.

currently there is no support for password change in the UI.