Skip to content

Commit 11824ee

Browse files
authored
Add note regarding temperature sensors
1 parent b752ec4 commit 11824ee

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ The WiFi gateway uses an **ESP32** which communicates with the OpenEVSE controll
105105

106106
# Hardware
107107

108+
## WiFi Hardware
109+
108110
Most ESP32 boards can be used (see platfromio.ini for full list of supported boards), however the boards which is best supported is the OpenEVSE WiFi V1.
109111

110112
**Be sure to correctly identify your WiFi hardware before updating the firmware**
@@ -116,6 +118,13 @@ Most ESP32 boards can be used (see platfromio.ini for full list of supported boa
116118
- OpenEVSE V1 - designed for V4.x firmware
117119
- [Olimex ESP32 Gateway (Wired Ethernet)](docs/wired-ethernet.md) - can run V3.x and V4.x firmware
118120

121+
### Temperature sensors
122+
123+
- Temp 1 RTC temperature sensor (old LCD module with RTC)
124+
- Temp 2 MCP9808 temperature sensor (new LCD module )
125+
- Temp 3 IR sensor (not used)
126+
- Temp 4 is the sensor on the OpenEVSE V1 module (not currently used for throttling)
127+
119128
## WiFi Setup
120129

121130
On first boot, OpenEVSE should broadcast a WiFi access point (AP) `OpenEVSE_XXXX`. Connect your browser device to this AP (default password: `openevse`) and the [captive portal](https://en.wikipedia.org/wiki/Captive_portal) should forward you to the log-in page. If this does not happen, navigate to [http://openevse](http://openevse), [http://openevse.local](http://openevse.local) or [http://192.168.4.1](http://192.168.4.1)

0 commit comments

Comments
 (0)