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
71.07k stars 29.73k forks source link

Update of Entity is taking over 10 seconds #93922

Closed VincentClement1 closed 11 months ago

VincentClement1 commented 1 year ago

The problem

Log shows that the update of an entity related to the Levoit Core 200s air cleaner is taking over 10 seconds - this happens multiple times continuously about every 15 to 20 minutes. No issues setting up the integration. I've deleted it and reinstalled, still having the same issue.

What version of Home Assistant Core has the issue?

core-2023.5.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Integration causing the issue

VeSync

Link to integration documentation on our website

https://www.home-assistant.io/integrations/vesync

Diagnostics information

{ "home_assistant": { "installation_type": "Home Assistant Container", "version": "2023.5.4", "dev": false, "hassio": false, "virtualenv": false, "python_version": "3.10.11", "docker": true, "arch": "aarch64", "timezone": "America/New_York", "os_name": "Linux", "os_version": "6.1.21-v8+", "run_as_root": true }, "custom_components": { "alexa_media": { "version": "4.6.4", "requirements": [ "alexapy==1.26.8", "packaging>=20.3", "wrapt>=1.12.1" ] }, "hacs": { "version": "1.32.1", "requirements": [ "aiogithubapi>=22.10.1" ] }, "teamtracker": { "version": "0.1", "requirements": [ "arrow", "aiofiles" ] } }, "integration_manifest": { "domain": "vesync", "name": "VeSync", "codeowners": [ "@markperdue", "@webdjoe", "@thegardenmonkey" ], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/vesync", "iot_class": "cloud_polling", "loggers": [ "pyvesync" ], "requirements": [ "pyvesync==2.1.1" ], "is_built_in": true }, "data": { "vesync": { "bulb_count": 0, "fan_count": 1, "outlets_count": 0, "switch_count": 0, "timezone": "America/New_York" }, "devices": { "bulbs": [], "fans": [ { "manager": "REDACTED", "device_name": "Air Cleaner", "device_image": "https://image.vesync.com/defaultImages/deviceDefaultImages/wifibtonboarding_airpurifier_core200s_us_240.png", "cid": "vsaq5c91a78a4cbb8fdff83205956315", "connection_status": "online", "connection_type": "wifi+BTOnboarding", "device_type": "Core200S", "type": "wifi-air", "uuid": "REDACTED", "config_module": "WiFiBTOnboarding_AirPurifier_Core200S_US", "mac_id": "REDACTED", "mode": "manual", "speed": 2, "extension": { "airQuality": -1, "airQualityLevel": 1, "mode": "manual", "fanSpeedLevel": "2" }, "current_firm_version": null, "sub_device_no": null, "config": { "display": true, "display_forever": false }, "device_status": "off", "enabled": false, "config_dict": { "module": "VeSyncAirBypass", "models": [ "Core200S", "LAP-C201S-AUSR", "LAP-C202S-WUSR" ], "modes": [ "sleep", "off", "manual" ], "features": [], "levels": [ 1, 2, 3 ] }, "features": [], "modes": [ "sleep", "off", "manual" ], "air_quality_feature": false, "details": { "filter_life": 89, "mode": "manual", "level": 0, "display": true, "child_lock": false, "night_light": "off", "display_forever": false } } ], "outlets": [], "switches": [] } } }

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Logger: homeassistant.helpers.entity
Source: helpers/entity.py:749
First occurred: 8:57:36 am (4 occurrences)
Last logged: 9:44:42 am

Update of fan.air_cleaner_levoit_core200s is taking over 10 seconds

2023-06-01 10:03:40.277 DEBUG (SyncWorker_2) [pyvesync.helpers] =======call_api=============================
2023-06-01 10:03:40.277 DEBUG (SyncWorker_2) [pyvesync.helpers] [post] calling '/cloud/v2/deviceManaged/bypassV2' api
2023-06-01 10:03:40.277 DEBUG (SyncWorker_2) [pyvesync.helpers] API call URL: 
  https://smartapi.vesync.com/cloud/v2/deviceManaged/bypassV2
2023-06-01 10:03:40.277 DEBUG (SyncWorker_2) [pyvesync.helpers] API call headers: 
  {"Content-Type": "application/json; charset=UTF-8", "User-Agent": "okhttp/3.12.1"}
2023-06-01 10:03:40.278 DEBUG (SyncWorker_2) [pyvesync.helpers] API call json: 
  {"timeZone": "America/New_York", "acceptLanguage": "en", "accountID": "5582898", "token": "opdA5bJhdDA9M7k-VQg2CGLH-qo9JYyL4jsfuwwwUgbK1LbD4w==", "appVersion": "2.8.6", "phoneBrand": "SM N9005", "phoneOS": "Android", "traceId": "1685628220", "method": "bypassV2", "debugMode": false, "deviceRegion": "US", "cid": "vsaq5c91a78a4cbb8fdff83205956315", "configModule": "WiFiBTOnboarding_AirPurifier_Core200S_US", "payload": {"method": "getPurifierStatus", "source": "APP", "data": {}}}
2023-06-01 10:03:40.741 DEBUG (SyncWorker_2) [pyvesync.helpers] API response: 

  {'traceId': '1685628220', 'code': 0, 'msg': 'request success', 'module': None, 'stacktrace': None, 'result': {'traceId': '1685628220', 'code': 0, 'result': {'enabled': False, 'filter_life': 89, 'mode': 'manual', 'level': 2, 'display': True, 'child_lock': False, 'night_light': 'off', 'configuration': {'display': True, 'display_forever': False}, 'device_error_code': 0}}} 

2023-06-01 10:04:10.280 DEBUG (SyncWorker_12) [pyvesync.helpers] =======call_api=============================
2023-06-01 10:04:10.281 DEBUG (SyncWorker_12) [pyvesync.helpers] [post] calling '/cloud/v2/deviceManaged/bypassV2' api
2023-06-01 10:04:10.281 DEBUG (SyncWorker_12) [pyvesync.helpers] API call URL: 
  https://smartapi.vesync.com/cloud/v2/deviceManaged/bypassV2
2023-06-01 10:04:10.282 DEBUG (SyncWorker_12) [pyvesync.helpers] API call headers: 
  {"Content-Type": "application/json; charset=UTF-8", "User-Agent": "okhttp/3.12.1"}
2023-06-01 10:04:10.282 DEBUG (SyncWorker_12) [pyvesync.helpers] API call json: 
  {"timeZone": "America/New_York", "acceptLanguage": "en", "accountID": "5582898", "token": "opdA5bJhdDA9M7k-VQg2CGLH-qo9JYyL4jsfuwwwUgbK1LbD4w==", "appVersion": "2.8.6", "phoneBrand": "SM N9005", "phoneOS": "Android", "traceId": "1685628250", "method": "bypassV2", "debugMode": false, "deviceRegion": "US", "cid": "vsaq5c91a78a4cbb8fdff83205956315", "configModule": "WiFiBTOnboarding_AirPurifier_Core200S_US", "payload": {"method": "getPurifierStatus", "source": "APP", "data": {}}}
2023-06-01 10:04:10.736 DEBUG (SyncWorker_12) [pyvesync.helpers] API response: 

  {'traceId': '1685628250', 'code': 0, 'msg': 'request success', 'module': None, 'stacktrace': None, 'result': {'traceId': '1685628250', 'code': 0, 'result': {'enabled': False, 'filter_life': 89, 'mode': 'manual', 'level': 2, 'display': True, 'child_lock': False, 'night_light': 'off', 'configuration': {'display': True, 'display_forever': False}, 'device_error_code': 0}}} 

2023-06-01 10:04:40.283 DEBUG (SyncWorker_11) [pyvesync.helpers] =======call_api=============================
2023-06-01 10:04:40.283 DEBUG (SyncWorker_11) [pyvesync.helpers] [post] calling '/cloud/v2/deviceManaged/bypassV2' api
2023-06-01 10:04:40.284 DEBUG (SyncWorker_11) [pyvesync.helpers] API call URL: 
  https://smartapi.vesync.com/cloud/v2/deviceManaged/bypassV2
2023-06-01 10:04:40.284 DEBUG (SyncWorker_11) [pyvesync.helpers] API call headers: 
  {"Content-Type": "application/json; charset=UTF-8", "User-Agent": "okhttp/3.12.1"}
2023-06-01 10:04:40.284 DEBUG (SyncWorker_11) [pyvesync.helpers] API call json: 
  {"timeZone": "America/New_York", "acceptLanguage": "en", "accountID": "5582898", "token": "opdA5bJhdDA9M7k-VQg2CGLH-qo9JYyL4jsfuwwwUgbK1LbD4w==", "appVersion": "2.8.6", "phoneBrand": "SM N9005", "phoneOS": "Android", "traceId": "1685628280", "method": "bypassV2", "debugMode": false, "deviceRegion": "US", "cid": "vsaq5c91a78a4cbb8fdff83205956315", "configModule": "WiFiBTOnboarding_AirPurifier_Core200S_US", "payload": {"method": "getPurifierStatus", "source": "APP", "data": {}}}
2023-06-01 10:04:40.856 DEBUG (SyncWorker_11) [pyvesync.helpers] API response: 

  {'traceId': '1685628280', 'code': 0, 'msg': 'request success', 'module': None, 'stacktrace': None, 'result': {'traceId': '1685628280', 'code': 0, 'result': {'enabled': False, 'filter_life': 89, 'mode': 'manual', 'level': 2, 'display': True, 'child_lock': False, 'night_light': 'off', 'configuration': {'display': True, 'display_forever': False}, 'device_error_code': 0}}} 

2023-06-01 10:05:10.282 DEBUG (SyncWorker_2) [pyvesync.helpers] =======call_api=============================
2023-06-01 10:05:10.282 DEBUG (SyncWorker_2) [pyvesync.helpers] [post] calling '/cloud/v2/deviceManaged/bypassV2' api
2023-06-01 10:05:10.282 DEBUG (SyncWorker_2) [pyvesync.helpers] API call URL: 
  https://smartapi.vesync.com/cloud/v2/deviceManaged/bypassV2
2023-06-01 10:05:10.282 DEBUG (SyncWorker_2) [pyvesync.helpers] API call headers: 
  {"Content-Type": "application/json; charset=UTF-8", "User-Agent": "okhttp/3.12.1"}
2023-06-01 10:05:10.283 DEBUG (SyncWorker_2) [pyvesync.helpers] API call json: 
  {"timeZone": "America/New_York", "acceptLanguage": "en", "accountID": "5582898", "token": "opdA5bJhdDA9M7k-VQg2CGLH-qo9JYyL4jsfuwwwUgbK1LbD4w==", "appVersion": "2.8.6", "phoneBrand": "SM N9005", "phoneOS": "Android", "traceId": "1685628310", "method": "bypassV2", "debugMode": false, "deviceRegion": "US", "cid": "vsaq5c91a78a4cbb8fdff83205956315", "configModule": "WiFiBTOnboarding_AirPurifier_Core200S_US", "payload": {"method": "getPurifierStatus", "source": "APP", "data": {}}}
2023-06-01 10:05:10.755 DEBUG (SyncWorker_2) [pyvesync.helpers] API response: 

  {'traceId': '1685628310', 'code': 0, 'msg': 'request success', 'module': None, 'stacktrace': None, 'result': {'traceId': '1685628310', 'code': 0, 'result': {'enabled': False, 'filter_life': 89, 'mode': 'manual', 'level': 2, 'display': True, 'child_lock': False, 'night_light': 'off', 'configuration': {'display': True, 'display_forever': False}, 'device_error_code': 0}}} 

2023-06-01 10:05:40.277 DEBUG (SyncWorker_11) [pyvesync.helpers] =======call_api=============================
2023-06-01 10:05:40.278 DEBUG (SyncWorker_11) [pyvesync.helpers] [post] calling '/cloud/v2/deviceManaged/bypassV2' api
2023-06-01 10:05:40.278 DEBUG (SyncWorker_11) [pyvesync.helpers] API call URL: 
  https://smartapi.vesync.com/cloud/v2/deviceManaged/bypassV2
2023-06-01 10:05:40.278 DEBUG (SyncWorker_11) [pyvesync.helpers] API call headers: 
  {"Content-Type": "application/json; charset=UTF-8", "User-Agent": "okhttp/3.12.1"}
2023-06-01 10:05:40.278 DEBUG (SyncWorker_11) [pyvesync.helpers] API call json: 
  {"timeZone": "America/New_York", "acceptLanguage": "en", "accountID": "5582898", "token": "opdA5bJhdDA9M7k-VQg2CGLH-qo9JYyL4jsfuwwwUgbK1LbD4w==", "appVersion": "2.8.6", "phoneBrand": "SM N9005", "phoneOS": "Android", "traceId": "1685628340", "method": "bypassV2", "debugMode": false, "deviceRegion": "US", "cid": "vsaq5c91a78a4cbb8fdff83205956315", "configModule": "WiFiBTOnboarding_AirPurifier_Core200S_US", "payload": {"method": "getPurifierStatus", "source": "APP", "data": {}}}
2023-06-01 10:05:40.633 DEBUG (SyncWorker_11) [pyvesync.helpers] API response: 

  {'traceId': '1685628340', 'code': 0, 'msg': 'request success', 'module': None, 'stacktrace': None, 'result': {'traceId': '1685628340', 'code': 0, 'result': {'enabled': False, 'filter_life': 89, 'mode': 'manual', 'level': 2, 'display': True, 'child_lock': False, 'night_light': 'off', 'configuration': {'display': True, 'display_forever': False}, 'device_error_code': 0}}} 

2023-06-01 10:06:10.287 DEBUG (SyncWorker_8) [pyvesync.helpers] =======call_api=============================
2023-06-01 10:06:10.288 DEBUG (SyncWorker_8) [pyvesync.helpers] [post] calling '/cloud/v2/deviceManaged/bypassV2' api
2023-06-01 10:06:10.288 DEBUG (SyncWorker_8) [pyvesync.helpers] API call URL: 
  https://smartapi.vesync.com/cloud/v2/deviceManaged/bypassV2
2023-06-01 10:06:10.288 DEBUG (SyncWorker_8) [pyvesync.helpers] API call headers: 
  {"Content-Type": "application/json; charset=UTF-8", "User-Agent": "okhttp/3.12.1"}
2023-06-01 10:06:10.289 DEBUG (SyncWorker_8) [pyvesync.helpers] API call json: 
  {"timeZone": "America/New_York", "acceptLanguage": "en", "accountID": "5582898", "token": "opdA5bJhdDA9M7k-VQg2CGLH-qo9JYyL4jsfuwwwUgbK1LbD4w==", "appVersion": "2.8.6", "phoneBrand": "SM N9005", "phoneOS": "Android", "traceId": "1685628370", "method": "bypassV2", "debugMode": false, "deviceRegion": "US", "cid": "vsaq5c91a78a4cbb8fdff83205956315", "configModule": "WiFiBTOnboarding_AirPurifier_Core200S_US", "payload": {"method": "getPurifierStatus", "source": "APP", "data": {}}}
2023-06-01 10:06:10.765 DEBUG (SyncWorker_8) [pyvesync.helpers] API response: 

  {'traceId': '1685628370', 'code': 0, 'msg': 'request success', 'module': None, 'stacktrace': None, 'result': {'traceId': '1685628370', 'code': 0, 'result': {'enabled': False, 'filter_life': 89, 'mode': 'manual', 'level': 2, 'display': True, 'child_lock': False, 'night_light': 'off', 'configuration': {'display': True, 'display_forever': False}, 'device_error_code': 0}}} 

2023-06-01 10:06:40.282 DEBUG (SyncWorker_6) [pyvesync.helpers] =======call_api=============================
2023-06-01 10:06:40.282 DEBUG (SyncWorker_6) [pyvesync.helpers] [post] calling '/cloud/v2/deviceManaged/bypassV2' api
2023-06-01 10:06:40.283 DEBUG (SyncWorker_6) [pyvesync.helpers] API call URL: 
  https://smartapi.vesync.com/cloud/v2/deviceManaged/bypassV2
2023-06-01 10:06:40.283 DEBUG (SyncWorker_6) [pyvesync.helpers] API call headers: 
  {"Content-Type": "application/json; charset=UTF-8", "User-Agent": "okhttp/3.12.1"}
2023-06-01 10:06:40.283 DEBUG (SyncWorker_6) [pyvesync.helpers] API call json: 
  {"timeZone": "America/New_York", "acceptLanguage": "en", "accountID": "5582898", "token": "opdA5bJhdDA9M7k-VQg2CGLH-qo9JYyL4jsfuwwwUgbK1LbD4w==", "appVersion": "2.8.6", "phoneBrand": "SM N9005", "phoneOS": "Android", "traceId": "1685628400", "method": "bypassV2", "debugMode": false, "deviceRegion": "US", "cid": "vsaq5c91a78a4cbb8fdff83205956315", "configModule": "WiFiBTOnboarding_AirPurifier_Core200S_US", "payload": {"method": "getPurifierStatus", "source": "APP", "data": {}}}
2023-06-01 10:06:40.652 DEBUG (SyncWorker_6) [pyvesync.helpers] API response: 

  {'traceId': '1685628400', 'code': 0, 'msg': 'request success', 'module': None, 'stacktrace': None, 'result': {'traceId': '1685628400', 'code': 0, 'result': {'enabled': False, 'filter_life': 89, 'mode': 'manual', 'level': 2, 'display': True, 'child_lock': False, 'night_light': 'off', 'configuration': {'display': True, 'display_forever': False}, 'device_error_code': 0}}} 

2023-06-01 10:07:10.289 DEBUG (SyncWorker_9) [pyvesync.helpers] =======call_api=============================
2023-06-01 10:07:10.289 DEBUG (SyncWorker_9) [pyvesync.helpers] [post] calling '/cloud/v2/deviceManaged/bypassV2' api
2023-06-01 10:07:10.290 DEBUG (SyncWorker_9) [pyvesync.helpers] API call URL: 
  https://smartapi.vesync.com/cloud/v2/deviceManaged/bypassV2
2023-06-01 10:07:10.290 DEBUG (SyncWorker_9) [pyvesync.helpers] API call headers: 
  {"Content-Type": "application/json; charset=UTF-8", "User-Agent": "okhttp/3.12.1"}
2023-06-01 10:07:10.290 DEBUG (SyncWorker_9) [pyvesync.helpers] API call json: 
  {"timeZone": "America/New_York", "acceptLanguage": "en", "accountID": "5582898", "token": "opdA5bJhdDA9M7k-VQg2CGLH-qo9JYyL4jsfuwwwUgbK1LbD4w==", "appVersion": "2.8.6", "phoneBrand": "SM N9005", "phoneOS": "Android", "traceId": "1685628430", "method": "bypassV2", "debugMode": false, "deviceRegion": "US", "cid": "vsaq5c91a78a4cbb8fdff83205956315", "configModule": "WiFiBTOnboarding_AirPurifier_Core200S_US", "payload": {"method": "getPurifierStatus", "source": "APP", "data": {}}}
2023-06-01 10:07:11.151 DEBUG (SyncWorker_9) [pyvesync.helpers] API response: 

  {'traceId': '1685628430', 'code': 0, 'msg': 'request success', 'module': None, 'stacktrace': None, 'result': {'traceId': '1685628430', 'code': 0, 'result': {'enabled': False, 'filter_life': 89, 'mode': 'manual', 'level': 2, 'display': True, 'child_lock': False, 'night_light': 'off', 'configuration': {'display': True, 'display_forever': False}, 'device_error_code': 0}}} 

2023-06-01 10:07:40.287 DEBUG (SyncWorker_11) [pyvesync.helpers] =======call_api=============================
2023-06-01 10:07:40.287 DEBUG (SyncWorker_11) [pyvesync.helpers] [post] calling '/cloud/v2/deviceManaged/bypassV2' api
2023-06-01 10:07:40.287 DEBUG (SyncWorker_11) [pyvesync.helpers] API call URL: 
  https://smartapi.vesync.com/cloud/v2/deviceManaged/bypassV2
2023-06-01 10:07:40.287 DEBUG (SyncWorker_11) [pyvesync.helpers] API call headers: 
  {"Content-Type": "application/json; charset=UTF-8", "User-Agent": "okhttp/3.12.1"}
2023-06-01 10:07:40.288 DEBUG (SyncWorker_11) [pyvesync.helpers] API call json: 
  {"timeZone": "America/New_York", "acceptLanguage": "en", "accountID": "5582898", "token": "opdA5bJhdDA9M7k-VQg2CGLH-qo9JYyL4jsfuwwwUgbK1LbD4w==", "appVersion": "2.8.6", "phoneBrand": "SM N9005", "phoneOS": "Android", "traceId": "1685628460", "method": "bypassV2", "debugMode": false, "deviceRegion": "US", "cid": "vsaq5c91a78a4cbb8fdff83205956315", "configModule": "WiFiBTOnboarding_AirPurifier_Core200S_US", "payload": {"method": "getPurifierStatus", "source": "APP", "data": {}}}
2023-06-01 10:07:40.659 DEBUG (SyncWorker_11) [pyvesync.helpers] API response: 

  {'traceId': '1685628460', 'code': 0, 'msg': 'request success', 'module': None, 'stacktrace': None, 'result': {'traceId': '1685628460', 'code': 0, 'result': {'enabled': False, 'filter_life': 89, 'mode': 'manual', 'level': 2, 'display': True, 'child_lock': False, 'night_light': 'off', 'configuration': {'display': True, 'display_forever': False}, 'device_error_code': 0}}} 

2023-06-01 10:08:10.297 DEBUG (SyncWorker_6) [pyvesync.helpers] =======call_api=============================
2023-06-01 10:08:10.297 DEBUG (SyncWorker_6) [pyvesync.helpers] [post] calling '/cloud/v2/deviceManaged/bypassV2' api
2023-06-01 10:08:10.297 DEBUG (SyncWorker_6) [pyvesync.helpers] API call URL: 
  https://smartapi.vesync.com/cloud/v2/deviceManaged/bypassV2
2023-06-01 10:08:10.298 DEBUG (SyncWorker_6) [pyvesync.helpers] API call headers: 
  {"Content-Type": "application/json; charset=UTF-8", "User-Agent": "okhttp/3.12.1"}
2023-06-01 10:08:10.298 DEBUG (SyncWorker_6) [pyvesync.helpers] API call json: 
  {"timeZone": "America/New_York", "acceptLanguage": "en", "accountID": "5582898", "token": "opdA5bJhdDA9M7k-VQg2CGLH-qo9JYyL4jsfuwwwUgbK1LbD4w==", "appVersion": "2.8.6", "phoneBrand": "SM N9005", "phoneOS": "Android", "traceId": "1685628490", "method": "bypassV2", "debugMode": false, "deviceRegion": "US", "cid": "vsaq5c91a78a4cbb8fdff83205956315", "configModule": "WiFiBTOnboarding_AirPurifier_Core200S_US", "payload": {"method": "getPurifierStatus", "source": "APP", "data": {}}}
2023-06-01 10:08:10.767 DEBUG (SyncWorker_6) [pyvesync.helpers] API response: 

  {'traceId': '1685628490', 'code': 0, 'msg': 'request success', 'module': None, 'stacktrace': None, 'result': {'traceId': '1685628490', 'code': 0, 'result': {'enabled': False, 'filter_life': 89, 'mode': 'manua

Additional information

Getting the same error with two entities related to the ecobee integration.

home-assistant[bot] commented 1 year ago

Hey there @markperdue, @webdjoe, @thegardenmonkey, mind taking a look at this issue as it has been labeled with an integration (vesync) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `vesync` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign vesync` Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


vesync documentation vesync source (message by IssueLinks)

VincentClement1 commented 1 year ago

Further Information:

When ever I encounter the above error, I get the following error immediately after:

Logger: aioasuswrt.connection Source: components/asuswrt/router.py:317 First occurred: 0:55:48 pm (5 occurrences) Last logged: 2:14:05 pm

Host timeout.

I've disabled the ASUSWRT integration and the host timeout error does not show up in the log. I do continue to get the "taking over 10 seconds" errors.

VincentClement1 commented 1 year ago

This error is still occurring in HA 2023.6.2

It appears to be happening every 15 to 25 minutes. A few times this also happens with the following sensors:

Update of weather.my_ecobee is taking over 10 seconds Update of climate.my_ecobee is taking over 10 seconds Update of binary_sensor.occupancy_ecobee_basement is taking over 10 seconds

I recently added a new ecobee sensor in my basement. Before that, I would get an update error for a different ecobee sensor.

The overwhelming number of errors of this type are for the fan.air_cleaner_levoit_core200s entity.

issue-triage-workflows[bot] commented 11 months ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.