I have been mucking around with migrating my Arlec PC191HA devices into Home Assisting using ESPHome and mostly it has been going well, however I just noticed that one of the plugs has decided that it really likes the SSID I was using for the setup and not picking up the SSID for the WiFi I have at the back of the house!
No matter what I do (!secret or direct values) it doesn’t pick up the new SSID.
I figure I could possibly get around it by doing a full reset but that is probably going to be a pain for these things.
So any hints on how I can get it to pick up the correct SSID?
I have tried
Clean & Compile on 2 different systems
Turning off the Offending WiFi
Manually inputting the WiFi Name
Manually putting in a different WiFi Name
Unplugging from the wall and plugging it back in again
An example of what I mean is that I have configured an SSID of “My WiFi” but it is using “Configurator WiFi” and no matter what I do I cannot get it to drop “Configurator WiFi”
Below is the start of my config for this device (although it is basically one of 2 for all my PC191HA switches)
substitutions:
device_name: "arlec_pc191ha_5"
name: "ARLEC PC191HA 5"
esphome:
name: ${device_name}
# comment: ${name}
bk72xx:
board: wb2s
framework:
version: dev
wifi:
ssid: !secret back_wifi_ssid
password: !secret back_wifi_password
ap:
ssid: "${name} Fallback Hotspot"
password: "Password"
domain: .lan