Well, it has been an interesting few weeks as the first production batch of OVMS v3 came online. I don’t know about for others helping out with support tickets, but I’ve sure learned a lot - especially about what can go wrong for inexperienced users trying to setup a complex product. 14 support tickets were opened, along with another perhaps 6 calls for help via other means, and here are the most common problems encountered:


While some of these issues have been addressed, I am reluctant to release a new batch of modules to the world, especially this time with less technically capable users coming online.

It is probably not ‘fun’ work, but I think we can make this much simpler for new users. We can lead them through the setup in the following stages:

  1. Require, as a pre-requisite, users to initially setup the module within range of a home wifi / cellular hotspot connection.

  2. Factory default, use Access Point mode, SSID OVMS password “OVMSinit”, and no module password. Have them connect to the module over wifi Access Point, and http://192.168.4.1/.

  3. The web interface then shows them a list of WiFi access points in range, and asks them to choose one and enter the password for that access point (clearly labelled as SSID, and "<SSID> Password”).

  4. The module then reconfigures as Client + Access Point mode, and tries to connect to the client wifi, as well as keeping the access point connection open. If not ok, tell them and go back to #3 for them to try again.

  5. When ok, proceed to ask them to update the firmware. This will do a simple OTA download over HTTP, then reboot.

  6. When back up, in one screen ask them to enter all the details for their network, and configure appropriately:
  7. Test each of the above, and show them the results. Set auto appropriately, and disable quickstart then reboot.

The point is to lead them through each of the steps, test each setting and show them the result.

Technically, my only concern is the switch from AP to AP+client mode and whether the existing wifi connection will die or survive the channel switch. We also have to do a wifi scan, in Access Point mode, but I think we can do that by just temporarily turning off access point or doing it before the access point is brought up. Both these will depend on how ESP32 handles it.

I’m happy to do a lot (if not all) of the above, but will definitely need help with the web side.

But, first let’s agree on the proper list of questions to ask and flow to follow.

Regards, Mark.