Skip to content

Commit cfe88b8

Browse files
Update README.md.
1 parent f00dd91 commit cfe88b8

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
# smartMeterReader-esp32
22

3-
![alt](screenshot.png)
3+
![screenshot](screenshot.png)
44

5-
## How to use:
5+
## How to use.
66

7-
1. Change your credentials in `wifisetup.h` and flash your esp32.
7+
1. Change your credentials in `wifisetup.h`.
8+
1. (Optional) Change the i2c pin numbers for a connected ssd1306 oled screen in `smartMeterReader-esp32.ino` and flash your esp32.
89
2. Connect your esp32 to the smart meter. [See here how](https://github.com/matthijskooijman/arduino-dsmr#connecting-the-p1-port).<br>Take note that to connect to the esp32 the `DATA` signal has to be inverted and level shifted.
9-
3. If you added an ssd1306 oled screen, the ip address should be visible on the display.<br>If there is no oled you can check the ip address on the serial port in the Arduino IDE.
10+
3. If you added a ssd1306 oled screen, the ip address will be visible on the screen.<br>If there is no oled you can check the ip address on the serial port in the Arduino IDE.
1011
4. Browse to the ip address of your esp32 to see your current energy use.
12+
13+
## Needed libraries.
14+
15+
- [https://github.com/me-no-dev/AsyncTCP](https://github.com/me-no-dev/AsyncTCP)
16+
- [https://github.com/me-no-dev/ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer)
17+
- [https://github.com/matthijskooijman/arduino-dsmr](https://github.com/matthijskooijman/arduino-dsmr)
18+
19+
Download and install these in the Arduino libraries folder.
20+
21+
The driver library for the ssd1306 oled can be installed with the Arduino library manager.
22+
23+
## DSMR v5 P1 port standard.
24+
25+
[DSMR v5.0.2 P1 Companion Standard.pdf](https://github.com/matthijskooijman/arduino-dsmr/blob/master/specs/DSMR%20v5.0.2%20P1%20Companion%20Standard.pdf)

0 commit comments

Comments
 (0)