home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.67k stars 30.81k forks source link

ZWave error after updating to 2024.9.0b0 #124818

Open def1149 opened 2 months ago

def1149 commented 2 months ago

The problem

Zooz ZEN34 automation all report REPAIR error

image

What version of Home Assistant Core has the issue?

2024.9.0b0

What was the last working version of Home Assistant Core?

2024.8.3

What type of installation are you running?

Home Assistant OS

Integration causing the issue

No response

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

N/A

Anything in the logs that might be useful for us?

Logger: homeassistant.components.recorder.entity_registry
Source: components/recorder/entity_registry.py:76
integration: Recorder (documentation, issues)
First occurred: 2:25:48 PM (7 occurrences)
Last logged: 2:25:49 PM

Cannot migrate history for entity_id `button.z_wave_plus_700_series_remote_switch_identify` to `button.kitchen_overhead_remote_identify` because the new entity_id is already in use
Cannot migrate history for entity_id `number.z_wave_plus_700_series_remote_switch_indicator_value` to `number.kitchen_overhead_remote_indicator_value` because the new entity_id is already in use
Cannot migrate history for entity_id `binary_sensor.z_wave_plus_700_series_remote_switch_low_battery_level` to `binary_sensor.kitchen_overhead_remote_low_battery_level` because the new entity_id is already in use
Cannot migrate history for entity_id `event.z_wave_plus_700_series_remote_switch_scene_001` to `event.kitchen_overhead_remote_scene_001` because the new entity_id is already in use
Cannot migrate history for entity_id `event.z_wave_plus_700_series_remote_switch_scene_002` to `event.kitchen_overhead_remote_scene_002` because the new entity_id is already in use

Additional information

Hard factory reset of ZEN34 Readded ZEN34 Fixed device references in automations Working again

NB: I have two ZEN34 one worked fine, one didn't

home-assistant[bot] commented 2 months ago

Hey there @home-assistant/z-wave, mind taking a look at this issue as it has been labeled with an integration (zwave_js) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `zwave_js` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign zwave_js` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


zwave_js documentation zwave_js source (message by IssueLinks)