Updated README.md and screenshots

This commit is contained in:
Thomas Basler 2022-07-18 22:38:40 +02:00
parent 1124a9aaa1
commit aaca7ad0b6
3 changed files with 7 additions and 7 deletions

View File

@ -22,6 +22,7 @@ It was the goal to replace the original Hoymiles DTU (Telemetry Gateway) with th
* Uses ESP32 microcontroller and NRF24L01+ * Uses ESP32 microcontroller and NRF24L01+
* Multi-Inverter support * Multi-Inverter support
* MQTT support * MQTT support
* Home Assistant MQTT Auto Discovery support
* Nice and fancy WebApp with visualization of current data * Nice and fancy WebApp with visualization of current data
* Firmware upgrade using the web UI * Firmware upgrade using the web UI
* Default source supports up to 10 inverters * Default source supports up to 10 inverters
@ -45,16 +46,15 @@ It was the goal to replace the original Hoymiles DTU (Telemetry Gateway) with th
![Symbolic](docs/Wiring_ESP32_Symbol.png) ![Symbolic](docs/Wiring_ESP32_Symbol.png)
### Change pin assignment ### Change pin assignment
Its possible to change the pin assignment for the following pins: Its possible to change all the pins of the NRF24L01+ module.
* CE
* CS
* IRQ
This can be achieved by editing the 'platformio.ini' file and add one or more of the following lines to the 'build_flags' parameter: This can be achieved by editing the 'platformio.ini' file and add one or more of the following lines to the 'build_flags' parameter:
``` ```
-DHOYMILES_PIN_CE=4 -DHOYMILES_PIN_MISO=15
-DHOYMILES_PIN_MOSI=2
-DHOYMILES_PIN_SCLK=14
-DHOYMILES_PIN_IRQ=13
-DHOYMILES_PIN_CE=16
-DHOYMILES_PIN_CS=5 -DHOYMILES_PIN_CS=5
-DHOYMILES_PIN_IRQ=16
``` ```
## Flashing and starting up ## Flashing and starting up

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 38 KiB