Open rvalitov opened 1 month ago
Setting scan: false
helps to avoid the crash.
I'm not sure this is related but my muse luxe uses i2c and keeps crashing in 2024.10.1 (works fine in 2024.10.0 or 2024.9.2)
I see logs in esphome crashing when starting the microphone.
2024-10-22 08:11:28.745 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File "aioesphomeapi/connection.py", line 833, in aioesphomeapi.connection.APIConnection.send_messages_await_response_complex
TimeoutError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/esphome/assist_satellite.py", line 183, in _update_satellite_config
config = await self.cli.get_voice_assistant_configuration(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aioesphomeapi/client.py", line 1469, in get_voice_assistant_configuration
resp = await self._get_connection().send_message_await_response(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "aioesphomeapi/connection.py", line 851, in send_message_await_response
File "aioesphomeapi/connection.py", line 837, in send_messages_await_response_complex
aioesphomeapi.core.TimeoutAPIError: Timeout waiting for VoiceAssistantConfigurationResponse after 5s
Perhaps related to #6366
I am getting the same issue on the ESP32-C6-DEVKITC-1 when attempting to connect to a BMP390 sensor
The problem
I'm using ESP32-C6 with bh1750 sensor. It needs I2C. Enabling I2C leads to regular continuous runtime crashes. The watchdog restarts the device, but it crashes again.
Which version of ESPHome has the issue?
2024.10.1
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
No response
What platform are you using?
ESP32-IDF
Board
esp32-c6-devkitc-1
Component causing the issue
i2c
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
https://github.com/esphome/esphome/discussions/6957