#Custom electrolux

1 messages · Page 1 of 1 (latest)

stuck tangle
#

What kind of entities are generating?

hollow belfry
#

Sensors, binary sensors, buttons, selects and switches

stuck tangle
#

Did they provide debug logging?

hollow belfry
#

No they couldn't because of this endless loop : I can't get to understand what create duplicate integrations => from the code I guess that this property uniqueness defines a device ? @property
def device_info(self):
return {
"identifiers": {(DOMAIN, self.get_appliance.name)},
"name": self.get_appliance.name,
"model": self.get_appliance.model,
"manufacturer": self.get_appliance.brand,
}

#

And this seems to be the case

stuck tangle
#

what you could do

#

request their /config/.storage/core.entity_registry file

#

(and maybe their device_registry)

#

as that shows you all the entities that are added to the registry

#

(assuming HA is still writing the state to the file and the issue doesn't block it

hollow belfry
#

Yeah I'll try to get my hand on that. On my side this entry is unique and quite basic

#

thanks