I'm trying to use the platform radon_eye_rd200 and even trimming the yaml down to complete basics (no wifi, no captive_portal, no api, etc.), the ESP32 modules will just boot loop. I've tried 3 different ESP devices and have others I could try. I'm currently using an early ESPHome hack to connect to the rd200 with so I know it's possible and works.
I took the hacked working ESP32 device, flashed it with the small yaml file which only uses the radon_eye_rd200 platform. I saw it boot looping, I flashed it back to the hacked ESPHome and it works again. I would like to stop using the hack version because I've found that it no longer compiles correctly on ESPHome and therefore I can no longer update this device with the latest ESPHome.
I've included a simple YAML that causes boot loop below.
I've included a boot loop log snippet from flashing an ESP32 device with it. It was captured through USB
This is the device I was using:
Which version of ESPHome has the issue?
2022.12.8 (but it's been there since the start of this platform)
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2023.2.0 (but as above, started when platform was included in ESPHome)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The problem
I'm trying to use the platform radon_eye_rd200 and even trimming the yaml down to complete basics (no wifi, no captive_portal, no api, etc.), the ESP32 modules will just boot loop. I've tried 3 different ESP devices and have others I could try. I'm currently using an early ESPHome hack to connect to the rd200 with so I know it's possible and works.
For reference, here's the hack: https://community.home-assistant.io/t/radoneye-ble-interface/94962/50
I took the hacked working ESP32 device, flashed it with the small yaml file which only uses the radon_eye_rd200 platform. I saw it boot looping, I flashed it back to the hacked ESPHome and it works again. I would like to stop using the hack version because I've found that it no longer compiles correctly on ESPHome and therefore I can no longer update this device with the latest ESPHome.
I've included a simple YAML that causes boot loop below.
I've included a boot loop log snippet from flashing an ESP32 device with it. It was captured through USB
This is the device I was using:
Which version of ESPHome has the issue?
2022.12.8 (but it's been there since the start of this platform)
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2023.2.0 (but as above, started when platform was included in ESPHome)
What platform are you using?
ESP32
Board
nodemcu-32s
Component causing the issue
radon_eye_rd200
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response