Lots of entity not available after restore snapshot

Hello all,

I tried to update some addon’s from hacs
1

After this the home assistant did not load anymore (hangs on loading data) after that i did a restore trough command line.

After this Home Assistant loads again buts lots integrations and entity are gone and not working

  • esphome
  • Adguard
  • MQTT sensors

Also when i try to do a Configuration validation it keeps giving a loading circle

2
3

  • I have tried deleting the home-assistant_v2 and restoring it
  • restoring different snapshots all the same

System information

version: core-2021.2.3
installation_type: Home Assistant OS
dev: false
hassio: true
docker: true
virtualenv: false
python_version: 3.8.7
os_name: Linux
os_version: 5.4.99
arch: x86_64
timezone: Europe/Amsterdam

Any help is welcome thanks in advantage :slight_smile:

Addons aren’t available in HACS. HACS has custom integrations and frontend cards. Addons are added via the Supervisor Add-on Store.

It actually looks like you are missing addons. So go to the Supervisor Dashboard and check if they are installed. You may have restored a partial snapshot that did not include addons.

You’re right i have updated the custom integrations and not the addons

The strange thing is that all add-ons are installed and most of entity are available but just not seem to get the updates

i do get some errors when restart HA

2021-03-03 16:23:50 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 835, in async_forward_entry_setup
result = await async_setup_component(self.hass, domain, self._hass_config)
File “/usr/src/homeassistant/homeassistant/setup.py”, line 57, in async_setup_component
return await setup_tasks[domain] # type: ignore
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 835, in async_forward_entry_setup
result = await async_setup_component(self.hass, domain, self._hass_config)
File “/usr/src/homeassistant/homeassistant/setup.py”, line 57, in async_setup_component
return await setup_tasks[domain] # type: ignore
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 835, in async_forward_entry_setup
result = await async_setup_component(self.hass, domain, self._hass_config)
File “/usr/src/homeassistant/homeassistant/setup.py”, line 57, in async_setup_component
return await setup_tasks[domain] # type: ignore


2021-03-03 16:19:14 ERROR (MainThread) [homeassistant.bootstrap] Error setting up integration sensor - received exception
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 835, in async_forward_entry_setup
result = await async_setup_component(self.hass, domain, self._hass_config)
File “/usr/src/homeassistant/homeassistant/setup.py”, line 57, in async_setup_component
return await setup_tasks[domain] # type: ignore
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 835, in async_forward_entry_setup
result = await async_setup_component(self.hass, domain, self._hass_config)
File “/usr/src/homeassistant/homeassistant/setup.py”, line 57, in async_setup_component
return await setup_tasks[domain] # type: ignore
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 835, in async_forward_entry_setup
result = await async_setup_component(self.hass, domain, self._hass_config)
File “/usr/src/homeassistant/homeassistant/setup.py”, line 57, in async_setup_component
return await setup_tasks[domain] # type: ignore
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 835, in async_forward_entry_setup
result = await async_setup_component(self.hass, domain, self._hass_config)
File “/usr/src/homeassistant/homeassistant/setup.py”, line 57, in async_setup_component
return await setup_tasks[domain] # type: ignore
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 835, in async_forward_entry_setup

it is a much longer error if needed i can send it all

Try restarting the addons, if that does not help try reinstalling the addons (you can copy any addon configuration to a temporary text file to paste back in after installing).

I have reinstalled the addons and the interrogations but then then entitys are missing

I have test this with adguard and still missing 4 entity also you can see the corona interrogation does not load the entity

Check your list of entities in Configuration \ Entities. Are there a bunch of duplicate entity ids with _2 on the end?

I have checked and there missing there aswell i have nothing with _2

Today i have restored snapshot once again and it worked almost everything is available again,
Only not mqtt cause its says its already in use but i will change the device from mqtt to esphome

6
I have installed this update once again and everything was broken again i find it every odd when you install this update and it can break alot of things

Atleast now i can just restore and its working again i also think somehow when i restored it yesterday the hacs grocy was still on version 3.01 what gave the problem