TillFleisch / ESPHome-HLK-LD2450

ESPHome support for the HI-Link HLK-LD2450 millimeter wave sensor (external component) with support for custom zones using convex polygons.
MIT License
105 stars 19 forks source link

Is there a possibility for delayed initialization and startup of the LD2450? #21

Closed egoleos closed 5 months ago

egoleos commented 5 months ago

Is it possible to delay the initialization and startup of the LD2450?

Currently, the initialization of the LD2450 conflicts with the initialization of 4 I2C sensors.

If I disable the LD2450, everything works fine, but when everything is together, the sensors are scanned but marked as FAILED. I suspect that the ESP32 is trying to handle everything at once, which it can't manage.