These are marked as WARNING in my HA log, not ERROR, but there are lots of them, over 100 in the last day.
Most of these sensors are mixed, MQTT, API calls, meteoalarm etc.
Is it worth setting my logger to ignore these warnings if they are not a problem?
Here’s a part of my big log file:
2019-06-13 13:04:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of binary_sensor.meteoalarm is taking over 10 seconds
2019-06-13 13:06:31 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.alexa_media_player is taking over 10 seconds
2019-06-13 13:08:35 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.status_smart_sdc is taking over 10 seconds
2019-06-13 14:25:59 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.temperature_sda is taking over 10 seconds
2019-06-13 14:56:53 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.memory_usage_real is taking over 10 seconds
2019-06-13 15:02:34 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_assistant is taking over 10 seconds
2019-06-13 15:07:17 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sonoff_tasmota is taking over 10 seconds
2019-06-13 15:27:20 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_assistant is taking over 10 seconds
2019-06-13 15:27:49 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.temperature_sda is taking over 10 seconds
2019-06-13 15:47:16 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sonoff_tasmota is taking over 10 seconds
Here’s my system info:
arch: armv7
boot: true
custom: false
image: homeassistant/raspberrypi3-homeassistant
ip_address: 172.30.32.1
last_version: 0.94.3
machine: raspberrypi3
port: 8123
ssl: false
version: 0.94.3
wait_boot: 600
watchdog: true
I’m running an External MariaDB 10 mySQL database for HA, the size is around 200Mb, my history and logbook is fast.