ESP32 Wifi sensor

Just tried the new ESP32 upload and it works perfectly. Everything is working (status sensor, gpio input boolean, etc…) except…

I dont see my wifi signal strength sensor. This works for the ESP8266 but I cant get it to work for the ESP32:

sensor:
  - platform: wifi_signal
    name: "Laneway Gate WiFi Signal"

EDIT: did not change anything and it’s now working after a reboot :confused:

2 Likes

Hello Tom I like a great idea but is there an option where Bluetooth devices are detected?

You can track the received signal strength of BLE devices that you know the mac address of:

thank you tom_I