-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Configuration
Kaco Integration Version: 0.6.1
Home Assistant version: 2025.12.5
PV Inverter: KACO Powador 10.0 TL3 - Software Version: V3.32
Describe the bug
I just found this integration to integrate my Kaco Powador inverter to home assistant.
After setting the inverter up everything worked fine for the moment.
After restarting Home Assistant it added a second entity for every entity and marked the old one as unavailable.
For example, for "pv_inverter_current_power" it adds a "pv_inverter_current_power_2"
It seems that the Entity ID generation is delivering incorrect values on a restart, so HA is not able to map the entities to the original ones.
This may be related to my old Powador not being the fastest on the web interface.
Possible solution
The RASBR fork (https://github.com/RASBR/home-assistant-kaco) seems to have tackled this issue by adding Parameters to the device setup for serial number and mac address. So, it does not need to scrape that info from the device.
Thanks,
Dennis