Recently I had to re-install > my DB blew up and my SD card just gave up.
After that, without reset of my Conbee II, no more duplicate groups. So yeah imho the issue is in the HA DB…
Plan for this weekend is to install on a NUC, to get rid of the SD card dependency. I’m still on my first steps into HA so the number of lights/switches/outlets is still doable (16 lights, 3 outlets, 3 switches)
Thanks for the info, to be honest it has been a while since I visited. After a while you stop playing and just expect these things to work (almost like housemates)
Thing is one of my sensors battery got empty and I had to replace them. Of course after adding it again in deconz I’m stuck with 'entity ID already exists so I got on the forums again and as such I just saw your post
I cannot find it in my services, but like I said it must be 6 months since I updated. So I’m going to give that one a try this weekend… The sensor works since I configured deconz to do the dimming, not HA but the sensor is no longer visible in HA.
I’m hoping by removing orphanded entries, this unused entry would be gone as well but if it does not I’m going to look into the device registry.
I’m hoping the new service will make it a lot easier for people re-adding devices as I see a lot of questions from people when I googled ‘entity id already exists’ It is a similar problem then the groups one as in having same cause.
Thx @kurtj the service call deconz.remove_orphaned_entries saved me. I was also stuck with a deconz device in HA that I had already removed from deconz and this caused my symfonisk controller to be not recognized properly (zigbee pairing failed). Removing the device from HA with the service call deconz.remove_orphaned_entries and re-doing the pairing process in deconz solved my issue. Another great tip that I came across (don’t remember where) is to disable as much as possible zigbee router nodes that are nearby. In my case I have quite some Hue lights close to my Conbee II stick. The first few attempts resulted in my lights flashing in the whole house to signal the wrong kind of zigbee pairing. Switching off those nearby lights resulted in a successful zigbee pairing.
Welcome to the HA forums.
In the developer_tools menu there is a tab called service_calls. Enter deconz.remove_orphaned_entries and click call_service. I added a screenshot to make it even more clear.
are you sure you are on the services tab and not the states tab? by typing deconz on the services tab it should immediately show several deconz services.
After removing 2 Ikea lights from Deconz they were still available in the Integration. Calling the service deconz.remove_orphaned_entries directly from the services tab removed them finally.
Thanks.