Errors in home-assistant.log - Hassio 0.104.1

Can anyone help me figure out what’s wrong here?
Why so many error messages?

Running Hassio ver. 0.104.1 om RP3

2020-01-17 02:13:09 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for nodered which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2020-01-17 02:13:09 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for smartir which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2020-01-17 02:13:09 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for browser_mod which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2020-01-17 02:13:09 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2020-01-17 02:13:26 WARNING (MainThread) [openzwave] Can't connect to sqlite database : kvals are disabled - database disk image is malformed
2020-01-17 02:13:37 WARNING (MainThread) [homeassistant.setup] Setup of browser_mod is taking over 10 seconds.
2020-01-17 02:13:38 ERROR (SyncWorker_19) [homeassistant.components.google_maps.device_tracker] The cookie file provided does not provide a valid session. Please create another one and try again.
2020-01-17 02:13:39 ERROR (MainThread) [homeassistant.components.device_tracker] Error setting up platform legacy
2020-01-17 02:13:45 WARNING (MainThread) [homeassistant.components.frontend] Overwriting integration hacs
2020-01-17 02:13:46 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 410, in _async_add_entity
    raise HomeAssistantError(msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.hacs. Platform hacs does not generate unique IDs
2020-01-17 02:15:03 ERROR (MainThread) [coap] Exception CancelledError() can not be represented as errno, setting -1.
2020-01-17 02:15:03 WARNING (MainThread) [homeassistant.config_entries] Config entry for tradfri not ready yet. Retrying in 5 seconds.
2020-01-17 02:15:05 ERROR (MainThread) [custom_components.smartir.climate] Unable to update from temperature sensor: could not convert string to float: 'unavailable'
2020-01-17 02:15:05 ERROR (MainThread) [custom_components.smartir.climate] Unable to update from humidity sensor: could not convert string to float: 'unavailable'
2020-01-17 02:15:07 ERROR (MainThread) [hass_nabucasa.google_report_state] Unexpected error
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/hass_nabucasa/iot_base.py", line 108, in connect
    await self._handle_connection()
  File "/usr/local/lib/python3.7/site-packages/hass_nabucasa/iot_base.py", line 147, in _handle_connection
    await self.cloud.auth.async_check_token()
  File "/usr/local/lib/python3.7/site-packages/hass_nabucasa/auth.py", line 145, in async_check_token
    await self.cloud.run_executor(self._check_token)
  File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/local/lib/python3.7/site-packages/hass_nabucasa/auth.py", line 160, in _check_token
    access_token=self.cloud.access_token, refresh_token=self.cloud.refresh_token
  File "/usr/local/lib/python3.7/site-packages/hass_nabucasa/auth.py", line 217, in _cognito
    **kwargs,
  File "/usr/local/lib/python3.7/site-packages/warrant/__init__.py", line 172, in __init__
    self.client = boto3.client('cognito-idp', **boto3_client_kwargs)
  File "/usr/local/lib/python3.7/site-packages/boto3/__init__.py", line 91, in client
    return _get_default_session().client(*args, **kwargs)
  File "/usr/local/lib/python3.7/site-packages/boto3/session.py", line 263, in client
    aws_session_token=aws_session_token, config=config)
  File "/usr/local/lib/python3.7/site-packages/botocore/session.py", line 827, in create_client
    credentials = self.get_credentials()
  File "/usr/local/lib/python3.7/site-packages/botocore/session.py", line 426, in get_credentials
    'credential_provider').load_credentials()
  File "/usr/local/lib/python3.7/site-packages/botocore/session.py", line 907, in get_component
    del self._deferred[name]
KeyError: 'credential_provider'
2020-01-17 02:15:16 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/aiocoap/transports/tinydtls.py", line 157, in _run
    yield from self._connecting
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/aiocoap/transports/tinydtls.py", line 169, in _run
    self.coaptransport.new_error_callback(-1, self)
  File "/usr/local/lib/python3.7/site-packages/aiocoap/protocol.py", line 203, in _dispatch_error
    for key, (monitor, cancellable_timeout) in self._active_exchanges.items():
AttributeError: 'NoneType' object has no attribute 'items'
2020-01-17 02:15:36 WARNING (MainThread) [homeassistant.components.zwave] Z-Wave node 8 not ready after 30 seconds, continuing anyway
2020-01-17 02:15:36 WARNING (MainThread) [homeassistant.components.zwave] Z-Wave node 10 not ready after 30 seconds, continuing anyway
2020-01-17 02:15:36 WARNING (MainThread) [homeassistant.components.zwave] Z-Wave node 14 not ready after 30 seconds, continuing anyway
2020-01-17 02:15:38 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/config/custom_components/hacs/hacsbase/__init__.py", line 195, in startup_tasks
    await self.load_known_repositories()
  File "/config/custom_components/hacs/hacsbase/__init__.py", line 384, in load_known_repositories
    await self.factory.execute()
  File "/config/custom_components/hacs/hacsbase/task_factory.py", line 24, in execute
    await asyncio.gather(*self.tasks)
RuntimeError: cannot reuse already awaited coroutine
2020-01-17 02:15:40 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/config/custom_components/hacs/hacsbase/__init__.py", line 210, in startup_tasks
    await self.recuring_tasks_installed()
  File "/config/custom_components/hacs/hacsbase/__init__.py", line 304, in recuring_tasks_installed
    await self.factory.execute()
  File "/config/custom_components/hacs/hacsbase/task_factory.py", line 24, in execute
    await asyncio.gather(*self.tasks)
RuntimeError: cannot reuse already awaited coroutine

i had similar error, integrations failed to setup, climate etc, complete system reboot all gine

Did you have to reinstall everything ? :fearful:

Same here, upgrade to 0.104.1 srewed up my z-wave network… running docker on ubuntu 16.04. Some is wrong with z-wave using 0.104.1

Did you do the disable modemmanger and configure the dialout user

No. should i do it? If so, how do I do it?

Hmm… im not running NUC and docker… just a plain hassio installation on RP3.

Sorry question answer was for @posixx regarding his zwave

Answer to you no i just rebooted the whole system. Not just a restart of homeassistant

Done it, but does not help. Still the same :fearful:

From the errors look like you have SD data issues
database is malformed

Do you know if there is any way to restore the database / repair it?

@harry13 i’m running docker since 0.88 or so .I upgraded from 0.103.6 and usb devices are owned by dialout group. If not: 0.103.6 shouldn’t have worked aswell?

Only snapshot or delete it

did you do the modemmanger as per the docs it states that it will work and other times it won’t

Reading package lists… Done
Building dependency tree
Reading state information… Done
Package ‘modemmanager’ is not installed, so not removed

Never had in installed; it was removed when setting up hass a year ago.

All working again with 104.1, i have to do some manual fixing for several Z-Wave devices though. The only problem left: My Qubino ZMNHKDx Flush Heat and Cool thermostat is missing it’s control device / entity (former named climate.devicename). So i cannot switch it on anymore or read the status. Temperature is reported as are all other entities.

Anyone know how to solve? I even removed device + entities from core.x files inside .storage folder from home assistant, and all items are recreated again except the most important one; the climate control enitiy…

zwcfg xml form the node: https://pastebin.com/RtN9bJVj

Deleted node from xml and starting home assistant again solved the problem.

I’ve been having unrelated but similar errors in concept as you. Mine seem to be seeming like an inability to handle loading things? The more SNMP entities I have the more errors I get loading things, even some that are saying they can’t connect to internal Wi-Fi controllers but remove some of the SNMP entries and it goes away.