You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,9 +133,9 @@ Enable Wifi connection to your network.
133
133
134
134
-**Disabled**: Wifi connection is disabled.
135
135
-**SetupWifi**
136
-
- v3.6.3 or older:
137
-
The SmartEVSE presents itself as a Wifi Acces Point with SSID "smartevse-xxxx". Connect with your phone to that access point, go to [http://192.168.4.1/](http://192.168.4.1/) and configure your Wifi SSID and key (password).
138
-
-v.3.6.4 and newer:
136
+
- v3.9.0 or newer:
137
+
The SmartEVSE presents itself as a Wifi Acces Point with SSID "SmartEVSE-config"; the password is displayed at the top line of your LCD display. Connect with your phone to that access point, go to [http://192.168.4.1/](http://192.168.4.1/) and configure your Wifi SSID and password.
138
+
-v3.6.4 until v3.8.x:
139
139
- Connect your smartphone to the wifi network you want your SmartEVSE connected to.
140
140
Note: If you have a multi AP setup, with the same SSID, you need to be connected to the desired AP, as the configuration is based on the BSSID, so it will choos the specific AP your phone is connected to.
141
141
- Download and run the ESPTouch app from your favorite app store [Android](https://play.google.com/store/apps/details?id=com.fyent.esptouch.android&hl=en_US:) (please ignore the strange Author name) or [Apple](https://apps.apple.com/us/app/espressif-esptouch/id1071176700) or [Github](https://github.com/EspressifApp/EsptouchForAndroid) (for source code).
@@ -150,7 +150,7 @@ Note: If you have a multi AP setup, with the same SSID, you need to be connected
150
150
- Press **Confirm**, within 30 seconds the app will confirm a MAC address and an IP address.
151
151
- You are connected now. If you want special stuff (static IP address, special DNS address), configure them on your AP/router.
152
152
153
-
- v3.6.4 and newer BACKUP PROCEDURE: if you don't get it to work with the ESPTouch app, there is a backup procedure:
153
+
- v3.6.4 and until v3.8.x: BACKUP PROCEDURE: if you don't get it to work with the ESPTouch app, there is a backup procedure:
154
154
- connect your SmartEVSE with a USB cable to your PC
155
155
- install the USB driver (Windows) or not (Linux) for ESP32 chipset
156
156
- connect your favorite serial terminal to the appropriate port,
@@ -163,6 +163,8 @@ Note: If you have a multi AP setup, with the same SSID, you need to be connected
163
163
- press the middle button to start the configuration procedure
164
164
- on your terminal window you should see a request to enter your WiFi access point SSID and password.
165
165
- the controller should now connect to WiFi.
166
+
- v3.6.3 or older:
167
+
The SmartEVSE presents itself as a Wifi Acces Point with SSID "smartevse-xxxx". Connect with your phone to that access point, go to [http://192.168.4.1/](http://192.168.4.1/) and configure your Wifi SSID and key (password).
0 commit comments