-
Notifications
You must be signed in to change notification settings - Fork 15
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
Problem with multiple Pico converters #8
Comments
Hi, this is interesting. I will definitely look into it, but as I don't have multiple inverters this could be very difficult. |
Hi there, it seems I have stumbled over the same problem. I've also two Piko converters in my system. The 1st one seems to work fine and delivers data. Well, as I told you, I'm new to HA but I'm willing to help. Please let me know if you need debug information, logs, tests,... Best regards, |
I digged a little bit in the configuration files and it seems that in config/.storage/core.entity_registry identical entity_ids are assigned for the two devices. Unfortunately I can't provide screenshots or debug data, because since I changed the entitiy_ids, I can't reproduce the issue even if I remove the entities and the Piko integration. As far as I remember, the entity_Id was for both devices sensor.wechselrichter1_current_power. Probably it's enough to just re-change the name of one of the devices? The GUI asks then if it should also change the entity IDs... Best regards, |
The issue comes from the signal "kostal_init_sensors" When there are multiply entries, it tries to register this service multiple times and entities are going to be registered to a random device. I'm currently rewriting this integration, will create a PR later today |
Hi, I have two Piko converters. When I try to add the second one, the values get mixed up. So the second Piko is added to the first one, the second integration shows a device without any entities...
The text was updated successfully, but these errors were encountered: