Hello all,
First of all please be warned - I have no idea what the heck I’m doing
I am trying to make a DIY presence detector with ESP32 and LD2410. I have found many youtube videos on the subject but absolutely none of them are beginner user-friendly. I’m trying to follow along one of those videos but I can’t even start the first step.
I’ve plugged in the ESP32 board and I see it powers up (good news!), but when I try to add it to HomeAssistant I get the following message: “homeassistant can’t connect to esp. please make sure your yaml file contains an ‘api:’ line.”. I understand that ESP now requires an optional encryption key, so that API line requirement is fairly new and the youtube videos I’ve seen don’t consider this.
Furthermore, according to this : Native API Component — ESPHome
The only configuration I need to add in the YAML config file is this (as everything is optional) :
Example configuration entry
api:
So I went ahead and entered this, yet I still have that first error message. Obviously I don’t understand the instructions I’ve seen.
How can I fix this? Please provide step-by-step instructions so that even a 5-year-old could understand For some reason after I get past this hurdle another one will be waiting for me. So you’ll probably hear from me again
Thanks