@finity wrote:
I’m trying to transition my wifi AP’s to different SSID’s. So I’m trying to make sure the ESPHome nodes can connect to the new one before I remove the old so I figured I’d set up the Sonoff to use multiple networks.
Per the docs the config is:
wifi: networks: - ssid: !secret wifi_ssid password: !secret wifi_pwd - ssid: !secret wifi_ssid_2 password: !secret wifi_pwd
But for some reason it won’t connect to either SSID.
I have validated the config and it is valid.
If I remove the second SSID and reflash everything works fine.
So this works:
wifi: networks: - ssid: !secret wifi_ssid password: !secret wifi_pwd #- ssid: !secret wifi_ssid_2 # password: !secret wifi_pwd
Am I missing something?
Posts: 2
Participants: 1