Closed chihirox closed 1 year ago
Please test https://github.com/esphome/esphome/pull/4669 and let me know if it fixes the issue for you.
Add this to your config to give it a try:
external_components:
- source: github://pr#4669
components: [ spi ]
The problem
Both SPI busses works, but the ADC128S102 doesn't respect spi_id, only working with the last spi bus entry.
Seems to be same problem as: https://github.com/esphome/issues/issues/3817
https://github.com/esphome/issues/issues/1708
Which version of ESPHome has the issue?
2022.9.4
What type of installation are you using?
pip
Which version of Home Assistant has the issue?
No response
What platform are you using?
ESP32
Board
az-delivery-devkit-v4
Component causing the issue
Spi
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response