Hello,
I am getting an error for the SMA integration for my inverter.
Logger: homeassistant.config_entries
Source: helpers/entity_registry.py:445
First occurred: 11:35:17 (1 occurrences)
Last logged: 11:35:17Error setting up entry 192.168.178.249 for sma
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 269, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File “/usr/src/homeassistant/homeassistant/components/sma/init.py”, line 135, in async_setup_entry
_migrate_old_unique_ids(hass, entry, sensor_def, config_sensors)
File “/usr/src/homeassistant/homeassistant/components/sma/init.py”, line 125, in _migrate_old_unique_ids
entity_registry.async_update_entity(entity_id, new_unique_id=new_unique_id)
File “/usr/src/homeassistant/homeassistant/helpers/entity_registry.py”, line 372, in async_update_entity
return self._async_update_entity(
File “/usr/src/homeassistant/homeassistant/helpers/entity_registry.py”, line 445, in _async_update_entity
raise ValueError(
ValueError: Unique id ‘3008407441-6380_40251E00_0’ is already in use by ‘sensor.pv_power’
How can I solve this?
1 post - 1 participant