Hi all,
I’ve added the Homewizard integration an added some devices to it. Somehow I’ve seem to manage to confuse HASS; by duplicating entities.
Logger: homeassistant.components.recorder.entity_registry
Source: components/recorder/entity_registry.py:76
integration: Recorder (documentation, issues)
First occurred: 10:44:56 (45 occurrences)
Last logged: 10:55:05
Cannot migrate history for entity_id sensor.energy_socket_oven_power
to sensor.es_oven_power
because the new entity_id is already in use
Cannot migrate history for entity_id sensor.energy_socket_oven_power_phase_1
to sensor.es_oven_power_phase_1
because the new entity_id is already in use
Cannot migrate history for entity_id number.energy_socket_oven_status_light_brightness
to number.es_oven_status_light_brightness
because the new entity_id is already in use
Cannot migrate history for entity_id switch.energy_socket_oven_switch_lock
to switch.es_oven_switch_lock
because the new entity_id is already in use
Cannot migrate history for entity_id sensor.energy_socket_oven_wi_fi_ssid
to sensor.es_oven_wi_fi_ssid
because the new entity_id is already in use
How do I fix this? I prefer not to remove the integration, as I probably will loose the energy data…