Nick,
The display menus are driven by the controller firmware, updating WiFi does not affect the menu options. GoPlug default firmware is limited.
Is your station connecting to your home network? If so it will not broadcast its own network. If you power cycle you should see the network info and the IP address.
I was able to fix the issue I posted by flashing the OpenEVSE version of the code using the programmer cable and following the instruction on the OpenEVSE site. Since the GoPlug unit is sold as a finished product (not a kit of parts), I would think you could get customer support to help you out if you could find it.
Yep, customer support is already on it. We are communicating with the customer via a Open Support ticket.
-Chris
Since someone else is bound to run into this too - What I ended up doing was reflashing the wifi board.
Disconnect power on the EVSE and open it up. Disconnect the ribbon cable on the wifi "huzzah" board. I used a USB to TTL Adapter / USB to Serial (FTDI) Converter Programmer and connected VCC on the programmer to V+ on the ESP8266 wifi module, GND to GND, TXD to RX, and RXD to TX. Then used the following commands on linux:
# Download the firmware.bin file from the latest release on https://github.com/OpenEVSE/ESP8266_WiFi_v2.x/releases
# hold GPIO0 button then reset button on the wifi board, this puts it into programming mode
esptool.py --port /dev/ttyUSB0 erase_flash
# hold GPIO0 button then reset button on the wifi board, this puts it into programming mode again
esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_size=detect 0 firmware.bin
Pull the cables and reinstall the original cables and close up the unit and restore power. It should boot up and say the version of the wifi module and the SSID after the normal openevse info on the LCD.
Thanks for posting your findings. I did flash both the power controller and the wifi module before powering up the unit and confirming it was back to life. I wasn't sure which one or if both steps were required to fix it; now we know.
Nick Wold
I had the EVSE connected to my wifi; all was normal. The GoPlug EVSE came with Wifi 2.7.5. At the wifi firmware update, I downloaded and selected the file 2.7.6 and updated.
The EVSE now does not connect to wifi (goplug or openevse), it does boot up from a power up, but menus are extremely limited (to Max Current setting only). It appears the update failed. I'd appreciate some help.