feature-requests icon indicating copy to clipboard operation
feature-requests copied to clipboard

Delayed initialization I2C bus

Open tiimsvk opened this issue 6 months ago • 4 comments

Describe the problem you have/What new integration you would like Is it possible to integrate in the code an option where the time delay of initialization of the i2c bus would be set?

i2c:
  sda: "$i2c_sda_pin"
  scl: "$i2c_scl_pin"
  scan: True
  delay: 300ms # delay after boot

Please describe your use case for this integration and alternatives you've tried:

Additional context

tiimsvk avatar Dec 21 '23 08:12 tiimsvk

SOLUTION: https://community.home-assistant.io/t/delayed-initialization-i2c-bus/659101/5

tiimsvk avatar Dec 31 '23 05:12 tiimsvk

Correct link: https://community.home-assistant.io/t/delayed-initialization-i2c-bus/659101/5

nagyrobi avatar Dec 31 '23 06:12 nagyrobi

That's not a solution, that's a workaround. And it would be nice if priorities aren't hardcoded since there is a feature called: "on_boot"

zagi988 avatar Mar 14 '24 15:03 zagi988