There is currently no solution for wired Ethernet with the current TFT LCD. Both TFT LCD and Ethernet require a lot of GPIO, it is most likely not possible to get both squeezed on the same ESP32. The current OpenEVSE controller has only one serial interface and one I2C. At the moment both TFT LCD and Ethernet use the serial, it may be possible to convert one or the other over to I2C.
I was thinking more along the lines of adapting or forking the design of the new TFT LCD & WiFi board to connect the Ethernet MAC of the ESP32 that's already present there.
However, I can't find the PCB design files for the new TFT LCD board. Where can I find these? Or is this new display not open source?
I'm also assuming that it's no longer possible to buy the old front casing that fits the smaller character LCD any more, is this correct?
@Ben
That is exactly what I meant.
The ESP32 onboard MAC still requires an Ethernet PHY chip. The most commonly used Ethernet PHY is the Wiznet LAN8710. If you mirrored the Olimex board which already has code compiled for OpenEVSE ESP32 firmware, it would require 13 GPIO pins just for the Ethernet PHY.
https://www.olimex.com/Products/IoT/ESP32/ESP32-GATEWAY/open-source-hardware
The OpenEVSE TFT LCD uses 12 GPIO pins plus for the LCD and another 9 for serial, I2c, LEDs etc. We are at about 35 GPIO.
I will work on getting the TFT LCD files together and up on Github.
Good morning,If we take a WT32-eth01 connect to the debug serial port of openesve_wifi_tft_v1 in relay with an MQTT? what information would we have in return?
Ben White