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/wired-ethernet.md
+22-34Lines changed: 22 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
-
# Wired Ethernet using ESP32-Gateway
1
+
# Wired Ethernet
2
2
3
-
Sometimes getting a WiFi connection to an OpenEVSE / EmonEVSE install location can be troublesome.
3
+
Several boards are available with ethernet hardware, which can be used as drop-in replacements for ESP8266 / ESP32 WiFi modules and are compatible with all models of OpenEVSE / EmonEVSE.
4
4
5
-
It's now possible to connect the OpenEVSE / EmonEVSE via wired Ethernet using an ESP32-Gateway module. This module is a drop in replacement for ESP8266 / ESP32 WiFi modules and is compatible with all models of OpenEVSE / EmonEVSE.
6
5
7
6
See [OpenEnergyMonitor web-store to purchase a pre-wired ESP32-Gateway module](https://shop.openenergymonitor.com/openevse-etherent-gateway-esp32/). The Ethernet gateway in our web-store will come with pre-wired power supply, serial connections, and pre-loaded with firmware for drop in replacement.
8
7
@@ -12,16 +11,19 @@ Network connection can be made with a standard Ethernet cable. For new installat
12
11
13
12
## Hardware Connections
14
13
15
-
See [photos](https://photos.google.com/share/AF1QipNvANgeR_NRmLrq0lhKnA0BR7ieD8DGRoaJFoilMIwQ8c7QpxR4X7hSfGj3XiTTUw) of hardware connectors for new OpenEVSE V5.5 controller.
14
+
Wiring varies depending on the board in use, in particular [this git issue](https://github.com/OpenEVSE/ESP32_WiFi_V3.x/issues/12) discusses a wiring change between revisions of the ESP32-GATEWAY board.
15
+
16
16
17
-
> **Note**: The these hardware connections apply to the current Rev.E & Rev.F ESP32-gateway hardware revisions. See section below for older units.
17
+
| Signal | EVSE wire | ESP32-GATEWAY E & F | ESP32-GATEWAY pre-E | ESP32-PoE-ISO
| 5V | Red wire | 20 | 20 | N/C (powered over Ethernet)
20
+
| GND | Black wire | 19 | 19 | GND
21
+
| Tx GPIO 32 | Yellow wire | **13** | **12** | 33
22
+
| Rx GPIO 16 | Green wire | 11 | 11 | 35
23
+
24
+
See [photos](https://photos.google.com/share/AF1QipNvANgeR_NRmLrq0lhKnA0BR7ieD8DGRoaJFoilMIwQ8c7QpxR4X7hSfGj3XiTTUw) of hardware connectors for new OpenEVSE V5.5 controller.
Firmware can be compiled and upload using PlatformIO with the `openevse_esp32-gateway-e` environment selected. The `e` environment has been tested to work on hardware Rev.E and Rev.F. See note below for older revisions.
| ESP32-GATEWAY E and later | openevse_esp32-gateway-e |
78
+
| ESP32-PoE-ISO | openevse_esp32-poe-iso |
73
79
74
-
The ESP32-gateway can be connected via micro USB and firmware compiled and uploaded with
80
+
81
+
Firmware can be compiled using PlatformIO `pio run -e <Environment>`. The `-t upload` option installs firmware over USB.
75
82
76
83
```bash
77
84
pio run -e openevse_esp32-gateway-e -t upload
@@ -93,22 +100,3 @@ The web UI will notify that connection is via Wired Ethernet.
93
100
94
101
The ESP32-Gateway is a new addition and is currently considered in'Beta' since the ESP32 firmware is still under active development. However, it has been extensively tested and proven reliable for many months of operation. Please report your experience to the [OpenEnergyMonitor Community Forums](https://community.openenergymonitor.org/).
95
102
***
96
-
97
-
## Older Hardware Revisions
98
-
99
-
This guide focuses on using ESP-gateway hardware rev.E and above. If using a hardware rev older than rev.E the pin connections and firmware is different:
0 commit comments