I received my voice PE today, and I have some strange issues. First when I initially configured it, It passed the wifi password and the device got connected. Then in the companion app a new norif shows the ESP home device wizard but in my case when I click there esphome asked me which is the node IP address, it seems it is not auto discovered. If I provided the IP address the conf wizard continues and I can use the Voice PE without any issue. I guess that is something related to my iot network not been able to access the dns, but in any case it end up working with the provided IP.
The problem comes when I unplugged the device from the USB and I plugged it again. The wifi is gone, and it is not able to reconnect, if I open the companion app the ble notification is there again waiting for the device to be configured. If I add it again and I provided the wifi conf and skip the esphome part it works again. Seems as the esp is not retaining my wifi conf. Any suggestions or ideas are welcome as I’m a bit lost with this.
Is the network you are trying to connect it to a hidden SSID? This is a known issue with ESPHome WiFi components.
If the Network SSID you are connecting to is HIDDEN, you need an additional configuration value which is NOT on the current firmware. Using ESPHome Device Builder, you can add your SSID, Password and the fast_connect:true to a copy of the ESPHome YAML
Save the config, then plug a USB cable into your HAVPE and your workstation and you can Install the firmware from your browser (after you allow Serial Connections) . Edit: My apologies, but the indent did not come through in the response. Like most yaml, the indenting is important.
I am having the same issue. I have edited the YAML file and am trying to install it on the Voice PE, however, I am receiving “Error fetching configuration information” using the “Plug into this computer” selection. Any suggestions on how to resolve this?