Just jumping into ESP home from making my own esp32 things and the guides seem easy enough but I can’t get a simple wifi sensor thing running. Maybe there is a write up I’m missing?
I have 2 ESP devices now showing up in ESP Home after adding to HA.
First device is a BT proxy that I installed to an ESP dev board from within HA, it’s working fine.
Next, I wanted a wifi sensor so I could decide which device and antenna will work for my next project. This 2nd device has been a bit more trouble… it’s an ESP32 S2 and the installers were failing (no wifi or compiler error about wifi) but I found a way (web searching) to create and download the basic new device package from HA-ESPHome and install it using Adafruits tool. This second device now shows as online in HA-ESPHome. So I edited the yaml for it and added a sensor at the end so it look like:
sensor:
- platform: wifi_signal
name: "WiFi Signal Sensor Int S2"
update_interval: 30s
Install over wifi and it looks fine in that it produces no errors and shows online in HA-ESPhome.
But I can’t find any trace of my new sensor in HA anywhere.
I’m finding some steps I may need to “DO STUFF” with the API key before the sensor will show but should not need to re-boot HA. Where can I see an example that shows all the steps or what am I missing?