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.45k stars 30.69k forks source link

Something is blocking Home Assistant from wrapping up the start up #50155

Closed wihmawari closed 3 years ago

wihmawari commented 3 years ago

The problem

Since 2021-04 update, I am not able to get HASS fully started. Something is slowing the system, Automations won't start. I have been using 2021-03 as the last usable version. After update (for both .04 and .05), I can access the UI from the cloud, whereas the local connection fails to load at all.
The logs have multiple CORE-originating error messages that do not mean much (to me), for example, there are tens of WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 21) in a row, as well as other types of warning that something is taking a long time to connect: WARNING (MainThread) [homeassistant.helpers.entity] Update of weather.dark_sky is taking over 10 seconds

I have a couple of custom integrations, tried disabling those before updating (2021.04 update), but this did not help.

What is version of Home Assistant Core has the issue?

core-2021.5.0

What was the last working version of Home Assistant Core?

No response

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

Example YAML snippet

No response

Anything in the logs that might be useful for us?

2021-05-06 11:46:31 WARNING (MainThread) [homeassistant.core] Something is blocking Home Assistant from wrapping up the start up phase. We're going to continue anyway. Please report the following info at https://github.com/home-assistant/core/issues: zha, history, my, cast, input_number, updater, fan.zha, vacuum, influxdb, tasmota, zone, notify.ios, persistent_notification, ozw, remote.harmony, discovery, zeroconf, ipp, ssdp, number.mqtt, input_datetime, songpal, climate.ozw, stream, light.ozw, light.zha, calendar, frontend, sensor.ozw, tag, analytics, input_text, lovelace, lock.zha, media_source, cover.ozw, scene, system_log, sensor, sonos, number, cover.shelly, fan.tasmota, script, esphome, light.shelly, media_player.sonos, openmediavault, template, switch.shelly, device_automation, sun, shelly, device_tracker, sensor.zha, homeassistant, cover.template, sensor.garbage_collection, binary_sensor.updater, binary_sensor.openmediavault, tts.cloud, scene.homeassistant, websocket_api, fan, sensor.template, vacuum.xiaomi_miio, binary_sensor.mqtt, calendar.garbage_collection, notify.pushbullet, input_boolean, kodi, sensor.hacs, tts, garbage_collection, onboarding, device_tracker.zha, fan.mqtt, hacs, sensor.mqtt, media_player, switch.harmony, binary_sensor.esphome, sensor.shelly, device_tracker.unifi, number.zha, climate, blueprint, sensor.esphome, fan.esphome, binary_sensor.cloud, dhcp, person, sensor.sonos, search, fan.ozw, weather, sensor.openmediavault, map, harmony, image, ios, sensor.hassio, config, alexa, remote, tts.google_translate, cover, cloud, alert, http, switch.ozw, stt, cover.zha, lock, notify, sensor.darksky, hassio, weather.darksky, sensor.tasmota, climate.zha, binary_sensor.hassio, binary_sensor.tasmota, switch.zha, auth, panel_iframe, counter, light.esphome, google_assistant, mobile_app, sensor.history_stats, binary_sensor.mobile_app, sensor.unifi, light, binary_sensor.shelly, notify.mobile_app, alarm_control_panel.zha, switch, mqtt, default_config, lock.ozw, switch.esphome, sensor.mobile_app, logbook, switch.tasmota, conversation, switch.command_line, sensor.ios, binary_sensor.ozw, device_tracker.mobile_app, timer, sonos_alarm, trace, binary_sensor.sonos, sensor.modbus, automation, binary_sensor.zha, switch.unifi, api, media_player.cast, alarm_control_panel, switch.sonos_alarm, system_health, switch.mqtt, recorder, webhook, binary_sensor, cover.mqtt, media_player.kodi, modbus, cover.tasmota, input_select, light.mqtt, sensor.filesize, light.tasmota, xiaomi_miio, unifi

Additional information

No response

frenck commented 3 years ago

Could you provide the full logs leading up to that log message you have shared?

Please make sure there isn't any personal information in those logs 👍

wihmawari commented 3 years ago
2021-05-06 12:45:07 WARNING (MainThread) [homeassistant.loader] You are using a custom integration garbage_collection which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-05-06 12:45:07 WARNING (MainThread) [homeassistant.loader] You are using a custom integration sonos_alarm which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-05-06 12:45:07 WARNING (MainThread) [homeassistant.loader] You are using a custom integration openmediavault which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-05-06 12:45:07 WARNING (MainThread) [homeassistant.loader] You are using a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-05-06 12:45:07 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
2021-05-06 12:45:07 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=13 from 2021-05-06 09:32:12.533650)
2021-05-06 12:45:08 WARNING (MainThread) [homeassistant.components.modbus.sensor] Sensor configuration is deprecated, will be removed in a future release
2021-05-06 12:45:12 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry shelly for shelly
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/shelly/__init__.py", line 61, in async_setup_entry
    entry.data[CONF_HOST],
KeyError: 'host'
2021-05-06 12:45:14 WARNING (MainThread) [homeassistant.components.songpal.media_player] [STR-DN1080 FCB632(http://192.168.2.224:10000/sony)] Unable to connect
2021-05-06 12:45:14 WARNING (MainThread) [homeassistant.components.media_player] Platform songpal not ready yet: Unable to do POST request: Cannot connect to host 192.168.2.224:10000 ssl:default [Connect call failed ('192.168.2.224', 10000)]: None; Retrying in background in 30 seconds
2021-05-06 12:45:14 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform esphome does not generate unique IDs. ID teelesensor2binary_sensorteelesensor2_motion already exists - ignoring binary_sensor.teelesensor2_motion
2021-05-06 12:45:14 ERROR (MainThread) [homeassistant.components.light] Platform esphome does not generate unique IDs. ID teelesensor2lightteelesensor2_led already exists - ignoring light.teelesensor2_led
2021-05-06 12:45:14 ERROR (MainThread) [homeassistant.components.sensor] Platform esphome does not generate unique IDs. ID teelesensor2sensorteelesensor2_bh1750_illuminance already exists - ignoring sensor.teelesensor2_bh1750_illuminance
2021-05-06 12:45:14 ERROR (MainThread) [homeassistant.components.sensor] Platform esphome does not generate unique IDs. ID teelesensor2sensorteelesensor2_bme280_temperature already exists - ignoring sensor.teelesensor2_bme280_temperature
2021-05-06 12:45:14 ERROR (MainThread) [homeassistant.components.sensor] Platform esphome does not generate unique IDs. ID teelesensor2sensorteelesensor2_bme280_pressure already exists - ignoring sensor.teelesensor2_bme280_pressure
2021-05-06 12:45:14 ERROR (MainThread) [homeassistant.components.sensor] Platform esphome does not generate unique IDs. ID teelesensor2sensorteelesensor2_bme280_humidity already exists - ignoring sensor.teelesensor2_bme280_humidity
2021-05-06 12:45:14 WARNING (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for None (192.168.2.221): Error connecting to ('192.168.2.221', 6053): [Errno 111] Connect call failed ('192.168.2.221', 6053)
2021-05-06 12:45:14 ERROR (MainThread) [homeassistant.components.device_tracker] Platform mobile_app does not generate unique IDs. ID 6bdee1aacde447829c6fe29103dbacaf already exists - ignoring device_tracker.kaidos_ipad
2021-05-06 12:45:14 WARNING (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for garaaz_testsensor (192.168.2.151): Error connecting to ('192.168.2.151', 6053): [Errno 111] Connect call failed ('192.168.2.151', 6053)
2021-05-06 12:45:15 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Canon72e8c3' for ipp integration not ready yet: Invalid response from API: Error occurred while communicating with IPP server.; Retrying in background
2021-05-06 12:45:16 ERROR (MainThread) [custom_components.hacs] <Integration hacs/integration> Could not read manifest.json [encoding without a string argument]
2021-05-06 12:45:16 WARNING (MainThread) [homeassistant.loader] You are using a custom integration reolink_dev which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-05-06 12:45:16 WARNING (MainThread) [homeassistant.loader] You are using a custom integration alexa_media which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-05-06 12:45:16 WARNING (MainThread) [homeassistant.loader] You are using a custom integration alarmo which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-05-06 12:45:17 WARNING (MainThread) [homeassistant.components.songpal.media_player] [STR-DN1080 FCB632(http://192.168.2.63:10000/sony)] Unable to connect
2021-05-06 12:45:17 WARNING (MainThread) [homeassistant.components.media_player] Platform songpal not ready yet: Unable to do POST request: Cannot connect to host 192.168.2.63:10000 ssl:default [Connect call failed ('192.168.2.63', 10000)]: None; Retrying in background in 30 seconds
2021-05-06 12:45:17 WARNING (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for None (teelesensor2.local): Error resolving IP address: [Errno -2] Name does not resolve
2021-05-06 12:45:17 WARNING (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for wc_valgus_shelly_25 (192.168.2.176): Error connecting to ('192.168.2.176', 6053): [Errno 113] Connect call failed ('192.168.2.176', 6053)
2021-05-06 12:45:17 WARNING (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for teelesensor2 (192.168.2.85): Error connecting to ('192.168.2.85', 6053): [Errno 113] Connect call failed ('192.168.2.85', 6053)
2021-05-06 12:45:18 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry OMV for openmediavault
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 "/config/custom_components/openmediavault/__init__.py", line 38, in async_setup_entry
    device_registry.async_get_or_create(
  File "/usr/src/homeassistant/homeassistant/helpers/device_registry.py", line 266, in async_get_or_create
    raise RequiredParameterMissing(["identifiers", "connections"])
homeassistant.exceptions.RequiredParameterMissing: (RequiredParameterMissing(...), 'Call must include at least one of the following parameters: identifiers, connections')
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 1)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 2)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 3)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 4)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 5)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 6)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 7)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 8)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 9)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 10)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 11)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 12)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 13)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 14)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 15)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 16)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 17)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 18)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 19)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 20)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 21)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 22)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 23)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 24)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 25)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 26)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 27)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 28)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 29)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 30)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 31)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 32)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 33)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 34)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 35)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 36)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 37)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 38)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 39)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 40)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 41)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 42)
2021-05-06 12:45:27 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 43)
2021-05-06 12:45:29 WARNING (MainThread) [homeassistant.components.mqtt.cover] Payload is not supported (e.g. open, closed, opening, closing, stopped): OFF
2021-05-06 12:45:29 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/config/custom_components/hacs/hacsbase/hacs.py", line 140, in startup_tasks
    await self.handle_critical_repositories()
  File "/config/custom_components/hacs/hacsbase/hacs.py", line 195, in handle_critical_repositories
    critical = json.loads(critical.content)
AttributeError: 'list' object has no attribute 'content'
2021-05-06 12:45:31 ERROR (MainThread) [homeassistant.util.logging] Exception in discovery_message_received when handling msg on 'tasmota/discovery/D8BFC019BB35/config': '{"ip":"192.168.2.193","dn":"MaarikaLaeValgus","fn":["MaarikaLaeValgus",null,null,null,null,null,null,null],"hn":"light/maarika/lagi-6965","mac":"D8BFC019BB35","md":"Shelly 1PM","ofln":"Offline","onln":"Online","state":["OFF","ON","TOGGLE","HOLD"],"sw":"8.5.1","t":"light/maarika/lagi","ft":"%prefix%/%topic%/","tp":["cmnd","stat","tele"],"rl":[1,0,0,0,0,0,0,0],"swc":[-1,-1,-1,-1,-1,-1,-1,-1],"btn":[0,0,0,0],"so":{"11":0,"13":0,"17":0,"20":0,"30":0,"68":0,"73":0,"80":0},"lk":1,"lt_st":0,"ver":1}'
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/hatasmota/discovery.py", line 188, in discovery_message_received
    payload = TasmotaDiscoveryMsg(json.loads(payload))
  File "/usr/local/lib/python3.8/site-packages/hatasmota/discovery.py", line 147, in __init__
    config = TASMOTA_DISCOVERY_SCHEMA(config)
  File "/usr/local/lib/python3.8/site-packages/voluptuous/schema_builder.py", line 272, in __call__
    return self._compiled([], data)
  File "/usr/local/lib/python3.8/site-packages/voluptuous/schema_builder.py", line 594, in validate_dict
    return base_validate(path, iteritems(data), out)
  File "/usr/local/lib/python3.8/site-packages/voluptuous/schema_builder.py", line 432, in validate_mapping
    raise er.MultipleInvalid(errors)
voluptuous.error.MultipleInvalid: required key not provided @ data['so']['82']

2021-05-06 12:45:31 ERROR (MainThread) [homeassistant.util.logging] Exception in discovery_message_received when handling msg on 'tasmota/discovery/807D3A73391E/config': '{"ip":"192.168.2.194","dn":"Kauri lagi","fn":["Kauri lagi 1","Kauri lagi 2",null,null,null,null,null,null],"hn":"kaurilaevalgus-6430","mac":"807D3A73391E","md":"Shelly 2.5","ofln":"Offline","onln":"Online","state":["OFF","ON","TOGGLE","HOLD"],"sw":"8.5.1","t":"kaurilaevalgus","ft":"%prefix%/%topic%/","tp":["cmnd","stat","tele"],"rl":[1,1,0,0,0,0,0,0],"swc":[-1,-1,-1,-1,-1,-1,-1,-1],"btn":[0,0,0,0],"so":{"11":0,"13":0,"17":0,"20":0,"30":0,"68":0,"73":0,"80":0},"lk":1,"lt_st":0,"ver":1}'
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/hatasmota/discovery.py", line 188, in discovery_message_received
    payload = TasmotaDiscoveryMsg(json.loads(payload))
  File "/usr/local/lib/python3.8/site-packages/hatasmota/discovery.py", line 147, in __init__
    config = TASMOTA_DISCOVERY_SCHEMA(config)
  File "/usr/local/lib/python3.8/site-packages/voluptuous/schema_builder.py", line 272, in __call__
    return self._compiled([], data)
  File "/usr/local/lib/python3.8/site-packages/voluptuous/schema_builder.py", line 594, in validate_dict
    return base_validate(path, iteritems(data), out)
  File "/usr/local/lib/python3.8/site-packages/voluptuous/schema_builder.py", line 432, in validate_mapping
    raise er.MultipleInvalid(errors)
voluptuous.error.MultipleInvalid: required key not provided @ data['so']['82']

2021-05-06 12:46:22 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:46:22 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:46:22 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:46:22 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:46:22 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:46:22 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:46:22 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:46:22 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:46:22 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:46:22 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:46:22 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:46:22 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:46:22 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:46:22 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:46:22 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:46:22 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:46:22 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:46:22 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:46:22 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:46:22 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:46:22 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:46:22 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:46:22 WARNING (MainThread) [homeassistant.helpers.entity] Update of weather.dark_sky is taking over 10 seconds
2021-05-06 12:46:24 WARNING (MainThread) [homeassistant.helpers.entity] Update of vacuum.valge_prugikutsa is taking over 10 seconds
2021-05-06 12:46:24 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.sonos_alarm_1_2 is taking over 10 seconds
2021-05-06 12:46:24 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.sonos_alarm_2_2 is taking over 10 seconds
2021-05-06 12:46:44 WARNING (MainThread) [homeassistant.helpers.entity] Update of vacuum.valge_prugikutsa is taking over 10 seconds
2021-05-06 12:46:48 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.harmony_on_today is taking over 10 seconds
2021-05-06 12:46:48 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.kaido_at_work_today is taking over 10 seconds
2021-05-06 12:46:48 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_assistant_v2_db is taking over 10 seconds
2021-05-06 12:46:52 WARNING (MainThread) [homeassistant.helpers.entity] Update of weather.dark_sky is taking over 10 seconds
2021-05-06 12:46:54 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:46:54 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.sonos_alarm_1_2 is taking over 10 seconds
2021-05-06 12:46:54 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.sonos_alarm_2_2 is taking over 10 seconds
2021-05-06 12:46:55 ERROR (MainThread) [custom_components.hacs] HACS is disabled - HacsDisabledReason.REMOVED
2021-05-06 12:47:06 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140289568332720] Error handling message: Unknown error
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 21, in _handle_async_response
    await func(hass, connection, msg)
  File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 323, in config_entry_disable
    result = await hass.config_entries.async_set_disabled_by(
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 937, in async_set_disabled_by
    reload_result = await self.async_reload(entry_id)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 903, in async_reload
    unload_result = await self.async_unload(entry_id)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 891, in async_unload
    return await entry.async_unload(self.hass)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 383, in async_unload
    component = integration.get_component()
  File "/usr/src/homeassistant/homeassistant/loader.py", line 485, in get_component
    cache[self.domain] = importlib.import_module(self.pkg_path)
  File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/config/custom_components/reolink_dev/__init__.py", line 21, in <module>
    from .base import ReolinkBase, ReolinkPush
  File "/config/custom_components/reolink_dev/base.py", line 20, in <module>
    from reolink.camera_api import Api
ModuleNotFoundError: No module named 'reolink'
2021-05-06 12:47:07 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140289568332720] Error handling message: Unknown error
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 21, in _handle_async_response
    await func(hass, connection, msg)
  File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 323, in config_entry_disable
    result = await hass.config_entries.async_set_disabled_by(
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 937, in async_set_disabled_by
    reload_result = await self.async_reload(entry_id)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 903, in async_reload
    unload_result = await self.async_unload(entry_id)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 891, in async_unload
    return await entry.async_unload(self.hass)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 383, in async_unload
    component = integration.get_component()
  File "/usr/src/homeassistant/homeassistant/loader.py", line 485, in get_component
    cache[self.domain] = importlib.import_module(self.pkg_path)
  File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/config/custom_components/alexa_media/__init__.py", line 16, in <module>
    from alexapy import (
ModuleNotFoundError: No module named 'alexapy'
2021-05-06 12:47:12 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 12:47:14 WARNING (MainThread) [homeassistant.components.switch] Updating sonos_alarm switch took longer than the scheduled update interval 0:00:30
2021-05-06 12:47:18 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.harmony_on_today is taking over 10 seconds
2021-05-06 12:47:18 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.kaido_at_work_today is taking over 10 seconds
2021-05-06 12:47:18 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_assistant_v2_db is taking over 10 seconds
2021-05-06 12:47:24 WARNING (MainThread) [homeassistant.helpers.entity] Update of vacuum.valge_prugikutsa is taking over 10 seconds
2021-05-06 12:47:34 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:47:38 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:47:38 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:47:52 WARNING (MainThread) [homeassistant.helpers.entity] Update of weather.dark_sky is taking over 10 seconds
2021-05-06 12:47:54 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:47:54 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.sonos_alarm_1_2 is taking over 10 seconds
2021-05-06 12:47:54 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.sonos_alarm_2_2 is taking over 10 seconds
2021-05-06 12:48:08 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:48:08 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:48:12 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 12:48:14 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:48:14 WARNING (MainThread) [homeassistant.components.switch] Updating sonos_alarm switch took longer than the scheduled update interval 0:00:30
2021-05-06 12:48:20 WARNING (MainThread) [homeassistant.components.switch] Setup of switch platform tuya is taking over 10 seconds.
2021-05-06 12:48:34 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:48:42 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 12:48:43 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Alarmo for alarmo
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 "/config/custom_components/alarmo/__init__.py", line 77, in async_setup_entry
    await async_register_card(hass)
  File "/config/custom_components/alarmo/card.py", line 37, in async_register_card
    hass.data[DATA_EXTRA_MODULE_URL].update(url_set)
AttributeError: 'UrlManager' object has no attribute 'update'
2021-05-06 12:48:44 WARNING (MainThread) [homeassistant.components.switch] Updating sonos_alarm switch took longer than the scheduled update interval 0:00:30
2021-05-06 12:48:48 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.harmony_on_today is taking over 10 seconds
2021-05-06 12:48:48 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.kaido_at_work_today is taking over 10 seconds
2021-05-06 12:48:48 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_assistant_v2_db is taking over 10 seconds
2021-05-06 12:49:04 WARNING (MainThread) [homeassistant.helpers.entity] Update of vacuum.valge_prugikutsa is taking over 10 seconds
2021-05-06 12:49:08 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:49:08 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:49:10 ERROR (MainThread) [homeassistant.components.switch] Setup of platform tuya is taking longer than 60 seconds. Startup will proceed without waiting any longer.
2021-05-06 12:49:12 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 12:49:14 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:49:14 WARNING (MainThread) [homeassistant.components.switch] Updating sonos_alarm switch took longer than the scheduled update interval 0:00:30
2021-05-06 12:49:29 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:49:34 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:49:38 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:49:38 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:49:40 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:49:40 WARNING (MainThread) [homeassistant.components.cloud.alexa_config] Timeout trying to sync entities to Alexa
2021-05-06 12:49:42 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 12:49:44 WARNING (MainThread) [homeassistant.components.switch] Updating sonos_alarm switch took longer than the scheduled update interval 0:00:30
2021-05-06 12:49:54 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:50:08 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:50:08 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:50:14 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:50:19 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.dark_sky_summary is taking over 10 seconds
2021-05-06 12:50:22 WARNING (MainThread) [homeassistant.helpers.entity] Update of weather.dark_sky is taking over 10 seconds
2021-05-06 12:50:29 WARNING (MainThread) [homeassistant.bootstrap] Setup timed out for bootstrap - moving forward
2021-05-06 12:50:31 WARNING (MainThread) [homeassistant.components.cloud.google_config] Error reporting state - 5: Requested entity was not found.
2021-05-06 12:50:34 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:50:38 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:50:38 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:40 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:50:42 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 12:50:44 WARNING (MainThread) [homeassistant.core] Something is blocking Home Assistant from wrapping up the start up phase. We're going to continue anyway. Please report the following info at https://github.com/home-assistant/core/issues: map, climate.zha, auth, songpal, stream, light.ozw, persistent_notification, alarm_control_panel.zha, sonos, modbus, input_text, sensor.garbage_collection, number, sensor.history_stats, person, input_number, stt, binary_sensor.updater, mobile_app, logbook, fan.ozw, lock, template, zha, dhcp, sensor, sensor.tasmota, shelly, unifi, api, binary_sensor.esphome, analytics, system_health, sensor.hacs, image, device_automation, switch.mqtt, switch.tasmota, google_assistant, sonos_alarm, sensor.template, light.zha, switch.unifi, websocket_api, calendar, recorder, zone, binary_sensor.mqtt, fan.mqtt, sensor.shelly, remote, tuya, light, lovelace, switch.zha, trace, scene, binary_sensor, alarm_control_panel, cover.mqtt, influxdb, media_player, my, ssdp, sensor.mqtt, esphome, binary_sensor.tasmota, homeassistant, tts.google_translate, binary_sensor.mobile_app, conversation, sensor.zha, sensor.sonos, media_player.sonos, notify, cover.shelly, notify.mobile_app, sensor.darksky, cover, sensor.modbus, media_source, switch.esphome, onboarding, number.zha, mqtt, switch.shelly, binary_sensor.hassio, sun, panel_custom, tts, switch.command_line, cloud, discovery, weather, media_player.kodi, device_tracker.mobile_app, fan.tasmota, number.mqtt, input_boolean, alarmo, tag, device_tracker.zha, sensor.filesize, blueprint, webhook, ios, device_tracker, search, remote.harmony, sensor.hassio, light.mqtt, vacuum, calendar.garbage_collection, frontend, switch.sonos_alarm, light.esphome, http, ozw, switch.harmony, notify.ios, light.shelly, lock.zha, media_player.cast, binary_sensor.cloud, sensor.esphome, fan.esphome, panel_iframe, kodi, sensor.unifi, fan.zha, binary_sensor.zha, openmediavault, updater, alert, hacs, binary_sensor.sonos, scene.homeassistant, tasmota, script, ipp, history, garbage_collection, climate.ozw, alarm_control_panel.alarmo, switch.ozw, config, tts.cloud, zeroconf, sensor.mobile_app, lock.ozw, weather.darksky, switch, automation, hassio, notify.pushbullet, harmony, xiaomi_miio, default_config, cover.zha, input_select, cover.template, device_tracker.unifi, vacuum.xiaomi_miio, timer, cast, input_datetime, cover.tasmota, sensor.ios, sensor.openmediavault, cover.ozw, fan, light.tasmota, system_log, alexa, counter, climate, binary_sensor.openmediavault, binary_sensor.shelly, sensor.ozw, binary_sensor.ozw
2021-05-06 12:50:44 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'Washer State - Start' trigger: In 'numeric_state' condition: unknown entity sensor.washer_watts
2021-05-06 12:50:44 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'Washer State - Idle' trigger: In 'numeric_state' condition: unknown entity sensor.washer_watts
2021-05-06 12:50:44 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'pesukuivati State - Start' trigger: In 'numeric_state' condition: unknown entity sensor.pesukuivati_watts
2021-05-06 12:50:44 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'pesukuivati State - Idle' trigger: In 'numeric_state' condition: unknown entity sensor.pesukuivati_watts
2021-05-06 12:50:44 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'garaazkylmik State - jahutab' trigger: In 'numeric_state' condition: unknown entity sensor.garaazkylmik_watts
2021-05-06 12:50:44 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'garaazkylmik State - Idle' trigger: In 'numeric_state' condition: unknown entity sensor.garaazkylmik_watts
2021-05-06 12:50:44 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'kylmik State - jahutab' trigger: In 'numeric_state' condition: unknown entity sensor.kylmik_watts
2021-05-06 12:50:44 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'kylmik State - Idle' trigger: In 'numeric_state' condition: unknown entity sensor.kylmik_watts
2021-05-06 12:50:44 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'GaraazSygavKylm State - jahutab' trigger: In 'numeric_state' condition: unknown entity sensor.garaazsygavkylm_watts
2021-05-06 12:50:44 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'GaraazSygavKylm State - Idle' trigger: In 'numeric_state' condition: unknown entity sensor.garaazsygavkylm_watts
2021-05-06 12:50:44 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'noudepesumasin State - peseb' trigger: In 'numeric_state' condition: unknown entity sensor.noudepesumasin_watts
2021-05-06 12:50:44 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'TV State - TV OFF' trigger: In 'numeric_state' condition: unknown entity sensor.tv_watts
2021-05-06 12:50:44 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'rgbpowerplug2 State - Start' trigger: In 'numeric_state' condition: unknown entity sensor.rgbpowerplug2_watts
2021-05-06 12:50:44 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'rgbpowerplug2 State - Idle' trigger: In 'numeric_state' condition: unknown entity sensor.rgbpowerplug2_watts
2021-05-06 12:50:44 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'nuc State - Start' trigger: In 'numeric_state' condition: unknown entity sensor.nuc_watts
2021-05-06 12:50:44 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'nuc State - Idle' trigger: In 'numeric_state' condition: unknown entity sensor.nuc_watts
2021-05-06 12:50:44 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'TV State - TV ON' trigger: In 'numeric_state' condition: unknown entity sensor.tv_watts
2021-05-06 12:50:44 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'noudepesumasin State - Idle' trigger: In 'numeric_state' condition: unknown entity sensor.noudepesumasin_watts
2021-05-06 12:50:45 WARNING (MainThread) [homeassistant.components.songpal.media_player] [STR-DN1080 FCB632(http://192.168.2.224:10000/sony)] Unable to connect
2021-05-06 12:50:48 WARNING (MainThread) [homeassistant.components.songpal.media_player] [STR-DN1080 FCB632(http://192.168.2.63:10000/sony)] Unable to connect
2021-05-06 12:50:54 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:51:01 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/tuya/switch.py", line 40, in async_setup_entry
    await async_discover_sensor(devices_ids)
  File "/usr/src/homeassistant/homeassistant/components/tuya/switch.py", line 27, in async_discover_sensor
    entities = await hass.async_add_executor_job(
  File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/components/tuya/switch.py", line 45, in _setup_entities
    tuya = hass.data[DOMAIN][TUYA_DATA]
KeyError: 'tuya'
2021-05-06 12:51:08 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:51:08 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:51:12 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 12:51:14 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:51:27 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 12:51:34 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:51:42 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 12:51:45 WARNING (MainThread) [homeassistant.components.songpal.media_player] [STR-DN1080 FCB632(http://192.168.2.224:10000/sony)] Unable to connect
2021-05-06 12:51:48 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.harmony_on_today is taking over 10 seconds
2021-05-06 12:51:48 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.kaido_at_work_today is taking over 10 seconds
2021-05-06 12:51:48 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_assistant_v2_db is taking over 10 seconds
2021-05-06 12:51:51 WARNING (MainThread) [homeassistant.components.songpal.media_player] [STR-DN1080 FCB632(http://192.168.2.63:10000/sony)] Unable to connect
2021-05-06 12:51:54 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:52:08 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:52:08 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:52:10 ERROR (MainThread) [custom_components.hacs] 
2021-05-06 12:52:10 CRITICAL (MainThread) [custom_components.hacs] Your GitHub token is not valid
2021-05-06 12:52:10 ERROR (MainThread) [custom_components.hacs] HACS is disabled - HacsDisabledReason.INVALID_TOKEN
2021-05-06 12:52:10 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/config/custom_components/hacs/operational/reload.py", line 10, in async_reload_entry
    await async_setup_entry(hass, config_entry)
  File "/config/custom_components/hacs/operational/setup.py", line 68, in async_setup_entry
    return await async_startup_wrapper_for_config_entry()
  File "/config/custom_components/hacs/operational/setup.py", line 97, in async_startup_wrapper_for_config_entry
    raise ConfigEntryNotReady
homeassistant.exceptions.ConfigEntryNotReady: None
2021-05-06 12:52:12 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 12:52:14 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:52:34 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:52:38 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:52:38 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:52:42 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 12:53:04 WARNING (MainThread) [homeassistant.helpers.entity] Update of vacuum.valge_prugikutsa is taking over 10 seconds
2021-05-06 12:53:08 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:53:08 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:53:12 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 12:53:14 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:53:15 WARNING (MainThread) [homeassistant.components.songpal.media_player] [STR-DN1080 FCB632(http://192.168.2.224:10000/sony)] Unable to connect
2021-05-06 12:53:24 WARNING (MainThread) [homeassistant.components.songpal.media_player] [STR-DN1080 FCB632(http://192.168.2.63:10000/sony)] Unable to connect
2021-05-06 12:53:34 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:53:38 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:53:38 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:53:42 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 12:53:54 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:54:08 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:54:08 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:54:12 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 12:54:14 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:54:34 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:54:38 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:54:38 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:54:42 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 12:54:54 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:55:08 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:55:08 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:55:09 WARNING (MainThread) [homeassistant.components.sensor] Updating darksky sensor took longer than the scheduled update interval 0:05:00
2021-05-06 12:55:12 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 12:55:14 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:55:15 WARNING (MainThread) [homeassistant.components.songpal.media_player] [STR-DN1080 FCB632(http://192.168.2.224:10000/sony)] Unable to connect
2021-05-06 12:55:27 WARNING (MainThread) [homeassistant.components.songpal.media_player] [STR-DN1080 FCB632(http://192.168.2.63:10000/sony)] Unable to connect
2021-05-06 12:55:34 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:55:38 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:55:38 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:55:45 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 114, in sync_google
    await self.async_sync_entities_all()
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 214, in async_sync_entities_all
    res = await gather(
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 207, in async_sync_entities
    status = await self._async_request_sync_devices(agent_user_id)
  File "/usr/src/homeassistant/homeassistant/components/cloud/google_config.py", line 167, in _async_request_sync_devices
    resp = await cloud_api.async_google_actions_request_sync(self._cloud)
  File "/usr/local/lib/python3.8/site-packages/hass_nabucasa/cloud_api.py", line 17, in check_token
    return await func(cloud, *args)
  File "/usr/local/lib/python3.8/site-packages/hass_nabucasa/cloud_api.py", line 28, in log_response
    resp = await func(*args)
  File "/usr/local/lib/python3.8/site-packages/hass_nabucasa/cloud_api.py", line 106, in async_google_actions_request_sync
    return await cloud.websession.post(
  File "/usr/local/lib/python3.8/site-packages/aiohttp/client.py", line 619, in _request
    break
  File "/usr/local/lib/python3.8/site-packages/aiohttp/helpers.py", line 656, in __exit__
    raise asyncio.TimeoutError from None
asyncio.exceptions.TimeoutError
2021-05-06 12:55:50 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.dark_sky_summary_0d is taking over 10 seconds
2021-05-06 12:55:52 WARNING (MainThread) [homeassistant.helpers.entity] Update of weather.dark_sky is taking over 10 seconds
2021-05-06 12:55:54 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:56:08 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:56:08 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:56:12 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 12:56:14 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:56:34 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:56:38 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:56:38 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:56:42 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 12:56:54 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 12:57:08 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:57:08 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
2021-05-06 12:57:12 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 12:57:14 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
frenck commented 3 years ago

Could you please try again, but without any custom components?

wihmawari commented 3 years ago

Thanks, I uninstalled HACS and all the custom components. The problem still persists.

Maybe I should note that when I mentioned that the automations fail to start at startup, actually only the automations that have MQTT components do not start. Similarly, the UI MQTT commands do not register (switching an MQTT-based light wont't toggle the light, but ESPHome-based light is working fine). At the same time, MQTT server is running, clients are connected and the states (i.e. lights) are showing correctly in the UI. But this may of course not be the cause of the problem, just an accompanying symptom. File Editor, Hass-to-GDrive-Backup, Node Red will not start (they are grayed out in the System Dashboard), unless I manually start these (they are set to start at startup). Again, this is probably just a symptom, not the cause of the problem.

Here's the log:

2021-05-06 17:01:41 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
2021-05-06 17:01:41 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=18 from 2021-05-06 13:56:05.194884)
2021-05-06 17:01:42 WARNING (MainThread) [homeassistant.components.modbus.sensor] Sensor configuration is deprecated, will be removed in a future release
2021-05-06 17:01:47 WARNING (MainThread) [homeassistant.components.songpal.media_player] [STR-DN1080 FCB632(http://192.168.2.224:10000/sony)] Unable to connect
2021-05-06 17:01:47 WARNING (MainThread) [homeassistant.components.media_player] Platform songpal not ready yet: Unable to do POST request: Cannot connect to host 192.168.2.224:10000 ssl:default [Connect call failed ('192.168.2.224', 10000)]: None; Retrying in background in 30 seconds
2021-05-06 17:01:48 ERROR (MainThread) [homeassistant.components.sensor] Platform esphome does not generate unique IDs. ID teelesensor2sensorteelesensor2_bh1750_illuminance already exists - ignoring sensor.teelesensor2_bh1750_illuminance
2021-05-06 17:01:48 ERROR (MainThread) [homeassistant.components.sensor] Platform esphome does not generate unique IDs. ID teelesensor2sensorteelesensor2_bme280_temperature already exists - ignoring sensor.teelesensor2_bme280_temperature
2021-05-06 17:01:48 ERROR (MainThread) [homeassistant.components.sensor] Platform esphome does not generate unique IDs. ID teelesensor2sensorteelesensor2_bme280_pressure already exists - ignoring sensor.teelesensor2_bme280_pressure
2021-05-06 17:01:48 ERROR (MainThread) [homeassistant.components.sensor] Platform esphome does not generate unique IDs. ID teelesensor2sensorteelesensor2_bme280_humidity already exists - ignoring sensor.teelesensor2_bme280_humidity
2021-05-06 17:01:48 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform esphome does not generate unique IDs. ID teelesensor2binary_sensorteelesensor2_motion already exists - ignoring binary_sensor.teelesensor2_motion
2021-05-06 17:01:48 ERROR (MainThread) [homeassistant.components.light] Platform esphome does not generate unique IDs. ID teelesensor2lightteelesensor2_led already exists - ignoring light.teelesensor2_led
2021-05-06 17:01:48 WARNING (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for None (192.168.2.221): Error connecting to ('192.168.2.221', 6053): [Errno 111] Connect call failed ('192.168.2.221', 6053)
2021-05-06 17:01:48 ERROR (MainThread) [homeassistant.components.device_tracker] Platform mobile_app does not generate unique IDs. ID 6bdee1aacde447829c6fe29103dbacaf already exists - ignoring device_tracker.kaidos_ipad
2021-05-06 17:01:48 WARNING (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for garaaz_testsensor (192.168.2.151): Error connecting to ('192.168.2.151', 6053): [Errno 111] Connect call failed ('192.168.2.151', 6053)
2021-05-06 17:01:50 WARNING (MainThread) [homeassistant.components.songpal.media_player] [STR-DN1080 FCB632(http://192.168.2.63:10000/sony)] Unable to connect
2021-05-06 17:01:50 WARNING (MainThread) [homeassistant.components.media_player] Platform songpal not ready yet: Unable to do POST request: Cannot connect to host 192.168.2.63:10000 ssl:default [Connect call failed ('192.168.2.63', 10000)]: None; Retrying in background in 30 seconds
2021-05-06 17:01:51 WARNING (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for None (teelesensor2.local): Error resolving IP address: [Errno -2] Name does not resolve
2021-05-06 17:01:51 WARNING (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for wc_valgus_shelly_25 (192.168.2.176): Error connecting to ('192.168.2.176', 6053): [Errno 113] Connect call failed ('192.168.2.176', 6053)
2021-05-06 17:01:51 WARNING (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for teelesensor2 (192.168.2.85): Error connecting to ('192.168.2.85', 6053): [Errno 113] Connect call failed ('192.168.2.85', 6053)
2021-05-06 17:01:52 WARNING (MainThread) [homeassistant.loader] You are using a custom integration reolink_dev which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-05-06 17:01:52 WARNING (MainThread) [homeassistant.loader] You are using a custom integration alarmo which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-05-06 17:01:52 WARNING (MainThread) [homeassistant.loader] You are using a custom integration openmediavault which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-05-06 17:01:52 WARNING (MainThread) [homeassistant.loader] You are using a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-05-06 17:01:52 WARNING (MainThread) [homeassistant.loader] You are using a custom integration sonos_alarm which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-05-06 17:01:52 WARNING (MainThread) [homeassistant.loader] You are using a custom integration alexa_media which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-05-06 17:01:52 WARNING (MainThread) [homeassistant.loader] You are using a custom integration garbage_collection which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 1)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 2)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 3)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 4)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 5)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 6)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 7)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 8)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 9)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 10)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 11)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 12)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 13)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 14)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 15)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 16)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 17)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 18)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 19)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 20)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 21)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 22)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 23)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 24)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 25)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 26)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 27)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 28)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 29)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 30)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 31)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 32)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 33)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 34)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 35)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 36)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 37)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 38)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 39)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 40)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 41)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 42)
2021-05-06 17:02:02 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 43)
2021-05-06 17:02:04 WARNING (MainThread) [homeassistant.components.mqtt.cover] Payload is not supported (e.g. open, closed, opening, closing, stopped): OFF
2021-05-06 17:02:06 ERROR (MainThread) [homeassistant.util.logging] Exception in discovery_message_received when handling msg on 'tasmota/discovery/D8BFC019BB35/config': '{"ip":"192.168.2.193","dn":"MaarikaLaeValgus","fn":["MaarikaLaeValgus",null,null,null,null,null,null,null],"hn":"light/maarika/lagi-6965","mac":"D8BFC019BB35","md":"Shelly 1PM","ofln":"Offline","onln":"Online","state":["OFF","ON","TOGGLE","HOLD"],"sw":"8.5.1","t":"light/maarika/lagi","ft":"%prefix%/%topic%/","tp":["cmnd","stat","tele"],"rl":[1,0,0,0,0,0,0,0],"swc":[-1,-1,-1,-1,-1,-1,-1,-1],"btn":[0,0,0,0],"so":{"11":0,"13":0,"17":0,"20":0,"30":0,"68":0,"73":0,"80":0},"lk":1,"lt_st":0,"ver":1}'
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/hatasmota/discovery.py", line 188, in discovery_message_received
    payload = TasmotaDiscoveryMsg(json.loads(payload))
  File "/usr/local/lib/python3.8/site-packages/hatasmota/discovery.py", line 147, in __init__
    config = TASMOTA_DISCOVERY_SCHEMA(config)
  File "/usr/local/lib/python3.8/site-packages/voluptuous/schema_builder.py", line 272, in __call__
    return self._compiled([], data)
  File "/usr/local/lib/python3.8/site-packages/voluptuous/schema_builder.py", line 594, in validate_dict
    return base_validate(path, iteritems(data), out)
  File "/usr/local/lib/python3.8/site-packages/voluptuous/schema_builder.py", line 432, in validate_mapping
    raise er.MultipleInvalid(errors)
voluptuous.error.MultipleInvalid: required key not provided @ data['so']['82']

2021-05-06 17:02:06 ERROR (MainThread) [homeassistant.util.logging] Exception in discovery_message_received when handling msg on 'tasmota/discovery/807D3A73391E/config': '{"ip":"192.168.2.194","dn":"Kauri lagi","fn":["Kauri lagi 1","Kauri lagi 2",null,null,null,null,null,null],"hn":"kaurilaevalgus-6430","mac":"807D3A73391E","md":"Shelly 2.5","ofln":"Offline","onln":"Online","state":["OFF","ON","TOGGLE","HOLD"],"sw":"8.5.1","t":"kaurilaevalgus","ft":"%prefix%/%topic%/","tp":["cmnd","stat","tele"],"rl":[1,1,0,0,0,0,0,0],"swc":[-1,-1,-1,-1,-1,-1,-1,-1],"btn":[0,0,0,0],"so":{"11":0,"13":0,"17":0,"20":0,"30":0,"68":0,"73":0,"80":0},"lk":1,"lt_st":0,"ver":1}'
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/hatasmota/discovery.py", line 188, in discovery_message_received
    payload = TasmotaDiscoveryMsg(json.loads(payload))
  File "/usr/local/lib/python3.8/site-packages/hatasmota/discovery.py", line 147, in __init__
    config = TASMOTA_DISCOVERY_SCHEMA(config)
  File "/usr/local/lib/python3.8/site-packages/voluptuous/schema_builder.py", line 272, in __call__
    return self._compiled([], data)
  File "/usr/local/lib/python3.8/site-packages/voluptuous/schema_builder.py", line 594, in validate_dict
    return base_validate(path, iteritems(data), out)
  File "/usr/local/lib/python3.8/site-packages/voluptuous/schema_builder.py", line 432, in validate_mapping
    raise er.MultipleInvalid(errors)
voluptuous.error.MultipleInvalid: required key not provided @ data['so']['82']

2021-05-06 17:02:57 WARNING (MainThread) [homeassistant.helpers.entity] Update of weather.dark_sky is taking over 10 seconds
2021-05-06 17:02:57 WARNING (MainThread) [homeassistant.helpers.entity] Update of vacuum.valge_prugikutsa is taking over 10 seconds
2021-05-06 17:03:17 WARNING (MainThread) [homeassistant.helpers.entity] Update of vacuum.valge_prugikutsa is taking over 10 seconds
2021-05-06 17:03:22 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.harmony_on_today is taking over 10 seconds
2021-05-06 17:03:22 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.kaido_at_work_today is taking over 10 seconds
2021-05-06 17:03:22 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_assistant_v2_db is taking over 10 seconds
2021-05-06 17:03:27 WARNING (MainThread) [homeassistant.helpers.entity] Update of weather.dark_sky is taking over 10 seconds
2021-05-06 17:03:27 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 17:03:38 WARNING (MainThread) [homeassistant.components.mqtt.cover] Payload is not supported (e.g. open, closed, opening, closing, stopped): EEA46A
2021-05-06 17:03:47 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 17:03:52 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.harmony_on_today is taking over 10 seconds
2021-05-06 17:03:52 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.kaido_at_work_today is taking over 10 seconds
2021-05-06 17:03:52 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_assistant_v2_db is taking over 10 seconds
2021-05-06 17:03:57 WARNING (MainThread) [homeassistant.helpers.entity] Update of vacuum.valge_prugikutsa is taking over 10 seconds
2021-05-06 17:04:07 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 17:04:12 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2021-05-06 17:04:12 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
2021-05-06 17:04:27 WARNING (MainThread) [homeassistant.helpers.entity] Update of weather.dark_sky is taking over 10 seconds
2021-05-06 17:04:27 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 17:04:47 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 17:04:47 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 17:04:52 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.harmony_on_today is taking over 10 seconds
2021-05-06 17:04:52 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.kaido_at_work_today is taking over 10 seconds
2021-05-06 17:04:52 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_assistant_v2_db is taking over 10 seconds
2021-05-06 17:05:05 WARNING (MainThread) [homeassistant.components.mqtt.cover] Payload is not supported (e.g. open, closed, opening, closing, stopped): EEA46E
2021-05-06 17:05:07 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 17:05:12 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2021-05-06 17:05:12 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
2021-05-06 17:05:17 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 17:05:37 WARNING (MainThread) [homeassistant.helpers.entity] Update of vacuum.valge_prugikutsa is taking over 10 seconds
2021-05-06 17:05:42 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2021-05-06 17:05:42 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
2021-05-06 17:05:47 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 17:05:47 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 17:06:07 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 17:06:12 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2021-05-06 17:06:12 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
2021-05-06 17:06:17 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 17:06:27 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 17:06:42 WARNING (MainThread) [homeassistant.components.sensor] Updating history_stats sensor took longer than the scheduled update interval 0:00:30
2021-05-06 17:06:42 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
2021-05-06 17:06:47 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 17:06:53 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.dark_sky_summary is taking over 10 seconds
2021-05-06 17:06:57 WARNING (MainThread) [homeassistant.helpers.entity] Update of weather.dark_sky is taking over 10 seconds
2021-05-06 17:07:03 WARNING (MainThread) [homeassistant.bootstrap] Setup timed out for bootstrap - moving forward
2021-05-06 17:07:07 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 17:07:13 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.harmony_on_today is taking over 10 seconds
2021-05-06 17:07:13 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.kaido_at_work_today is taking over 10 seconds
2021-05-06 17:07:13 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 17:07:13 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 17:07:13 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 17:07:13 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 17:07:13 ERROR (MainThread) [homeassistant.components.alexa.state_report] Timeout sending report to Alexa
2021-05-06 17:07:17 WARNING (MainThread) [homeassistant.components.weather] Updating darksky weather took longer than the scheduled update interval 0:00:30
2021-05-06 17:07:18 WARNING (MainThread) [homeassistant.core] Something is blocking Home Assistant from wrapping up the start up phase. We're going to continue anyway. Please report the following info at https://github.com/home-assistant/core/issues: cover.shelly, switch, device_tracker, binary_sensor.updater, tasmota, mobile_app, alexa, media_source, tts.cloud, alert, input_boolean, switch.zha, notify.ios, system_health, switch.tasmota, switch.ozw, weather.darksky, trace, cloud, device_tracker.zha, system_log, input_datetime, api, light.tasmota, sensor.shelly, number.zha, light.zha, device_tracker.mobile_app, default_config, switch.harmony, tts, sensor.zha, sensor.mqtt, ssdp, input_text, binary_sensor.hassio, remote, vacuum.xiaomi_miio, homeassistant, fan.tasmota, fan.ozw, vacuum, binary_sensor.ozw, notify.pushbullet, cover.ozw, remote.harmony, stream, recorder, sensor.history_stats, stt, persistent_notification, auth, light.ozw, binary_sensor.cloud, sensor.ozw, media_player.sonos, switch.shelly, sensor.mobile_app, sensor.ios, cover.tasmota, hassio, template, updater, sensor.hassio, sensor, device_tracker.unifi, mqtt, webhook, history, climate.ozw, kodi, sensor.esphome, lock.ozw, switch.mqtt, binary_sensor.zha, websocket_api, binary_sensor.shelly, counter, sensor.sonos, songpal, light.esphome, switch.unifi, sensor.filesize, sensor.modbus, light.mqtt, cast, lock.zha, media_player.kodi, unifi, device_automation, binary_sensor.tasmota, ios, zha, sensor.template, logbook, input_number, scene.homeassistant, frontend, blueprint, binary_sensor, zeroconf, binary_sensor.sonos, alarm_control_panel, climate.zha, automation, cover, switch.esphome, alarm_control_panel.zha, number, fan.zha, fan.mqtt, climate, binary_sensor.mqtt, fan.esphome, dhcp, input_select, person, cover.template, sensor.darksky, sonos, conversation, xiaomi_miio, light, harmony, zone, fan, discovery, panel_iframe, esphome, my, tts.google_translate, script, cover.zha, modbus, number.mqtt, map, onboarding, analytics, notify, http, light.shelly, google_assistant, binary_sensor.mobile_app, scene, media_player, lock, shelly, sensor.tasmota, binary_sensor.esphome, config, sensor.unifi, search, influxdb, cover.mqtt, image, media_player.cast, weather, tag, notify.mobile_app, lovelace, sun, ozw, timer, switch.command_line
2021-05-06 17:07:18 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'Washer State - Start' trigger: In 'numeric_state' condition: unknown entity sensor.washer_watts
2021-05-06 17:07:18 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'Washer State - Idle' trigger: In 'numeric_state' condition: unknown entity sensor.washer_watts
2021-05-06 17:07:18 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'pesukuivati State - Start' trigger: In 'numeric_state' condition: unknown entity sensor.pesukuivati_watts
2021-05-06 17:07:18 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'pesukuivati State - Idle' trigger: In 'numeric_state' condition: unknown entity sensor.pesukuivati_watts
2021-05-06 17:07:18 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'garaazkylmik State - jahutab' trigger: In 'numeric_state' condition: unknown entity sensor.garaazkylmik_watts
2021-05-06 17:07:18 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'garaazkylmik State - Idle' trigger: In 'numeric_state' condition: unknown entity sensor.garaazkylmik_watts
2021-05-06 17:07:18 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'kylmik State - jahutab' trigger: In 'numeric_state' condition: unknown entity sensor.kylmik_watts
2021-05-06 17:07:18 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'kylmik State - Idle' trigger: In 'numeric_state' condition: unknown entity sensor.kylmik_watts
2021-05-06 17:07:18 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'GaraazSygavKylm State - jahutab' trigger: In 'numeric_state' condition: unknown entity sensor.garaazsygavkylm_watts
2021-05-06 17:07:18 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'GaraazSygavKylm State - Idle' trigger: In 'numeric_state' condition: unknown entity sensor.garaazsygavkylm_watts
2021-05-06 17:07:18 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'noudepesumasin State - peseb' trigger: In 'numeric_state' condition: unknown entity sensor.noudepesumasin_watts
2021-05-06 17:07:18 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'TV State - TV OFF' trigger: In 'numeric_state' condition: unknown entity sensor.tv_watts
2021-05-06 17:07:18 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'rgbpowerplug2 State - Start' trigger: In 'numeric_state' condition: unknown entity sensor.rgbpowerplug2_watts
2021-05-06 17:07:18 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'rgbpowerplug2 State - Idle' trigger: In 'numeric_state' condition: unknown entity sensor.rgbpowerplug2_watts
2021-05-06 17:07:18 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'nuc State - Start' trigger: In 'numeric_state' condition: unknown entity sensor.nuc_watts
2021-05-06 17:07:18 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'nuc State - Idle' trigger: In 'numeric_state' condition: unknown entity sensor.nuc_watts
2021-05-06 17:07:18 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'TV State - TV ON' trigger: In 'numeric_state' condition: unknown entity sensor.tv_watts
2021-05-06 17:07:18 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'noudepesumasin State - Idle' trigger: In 'numeric_state' condition: unknown entity sensor.noudepesumasin_watts
2021-05-06 17:07:18 WARNING (MainThread) [homeassistant.components.songpal.media_player] [STR-DN1080 FCB632(http://192.168.2.224:10000/sony)] Unable to connect
2021-05-06 17:07:21 WARNING (MainThread) [homeassistant.components.songpal.media_player] [STR-DN1080 FCB632(http://192.168.2.63:10000/sony)] Unable to connect
2021-05-06 17:07:22 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_assistant_v2_db is taking over 10 seconds
2021-05-06 17:07:27 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2021-05-06 17:07:42 WARNING (MainThread) [homeassistant.components.sensor] Updating filesize sensor took longer than the scheduled update interval 0:00:30
HarrisonPace commented 3 years ago

Can you test with the modbus component disabled. I believe it's the culprit.

thecode commented 3 years ago

https://github.com/home-assistant/core/issues/49159

janiversen commented 3 years ago

@thecode I cannot see any modbus, so why do you think that applies ?

wihmawari commented 3 years ago

Thanks! Indeed, seems that Modbus was the cause. I removed modbus component and now things are running again. Thanks a lot!

janiversen commented 3 years ago

Funny thing is that your log does not show any modbus errors. PR #49910 with PR #50241 should solve the modbus issue, at least it did for another user.

janiversen commented 3 years ago

PR #49910 with #50241 are scheduled to be included in 2021.5.2

fmobile999 commented 3 years ago

And funny, that old style configs still work, and new configs with sensors only too. Switches & binary_sensors - not work.

janiversen commented 3 years ago

@fmobile999 I believe that to be something not stable, because the code below the 2 configuration styles are the same, in fact in setup() we convert the old style to the new style and then continue in common code.

However a maintainer gave me a new tip, that the problem could be outside the modbus integration, but caused be the modbus integration. I expect to have 2-3 PR very soon, which might help further.

fmobile999 commented 3 years ago

You are right. Configs with switches only works, with sensors - work. With binary_sensors - not work. Old or new style - not matter.

janiversen commented 3 years ago

I am working hard to solve the base problem, which funny enough is caused because we made modbus a lot faster. I hope to have a patch during next week.

fmobile999 commented 3 years ago

Thank you and best regards!!!

terminet85 commented 3 years ago

+1