Cannot access web interface on New Tesla LDU V6 Board

Post Reply
Corndoglover999
Posts: 3
Joined: Sat Sep 16, 2023 7:17 pm

Cannot access web interface on New Tesla LDU V6 Board

Post by Corndoglover999 »

Hi, Been trying to fix this for days now and simply cannot figure this out. I am trying to program a new V6 board with the ESP32 Wi-Fi chip. I downloaded jsphuebner's esp32-web-interface from the github repository and followed instructions to flash via platformIO. Code builds & Uploads properly to the ESP32 Module through my serial adapter. However, when I power the board with 12v supply the ESP32 Module turns on and shows a network that I can connect to. I connect to it and try to access the web interface via https://192.168.4.1 and it simply won't open up the web interface. Only the power LED is displaying on board and the health LED is not flashing. I am pretty sure I am just missing something obvious here but for some reason cannot figure it out. Any help would be much appreciated, Thx.
PlatformIO Config File
PlatformIO Config File
User avatar
johu
Site Admin
Posts: 5789
Joined: Thu Nov 08, 2018 10:52 pm
Location: Kassel/Germany
Has thanked: 157 times
Been thanked: 1023 times
Contact:

Re: Cannot access web interface on New Tesla LDU V6 Board

Post by johu »

Not https
Have you programmed the stm32 as well?
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
Corndoglover999
Posts: 3
Joined: Sat Sep 16, 2023 7:17 pm

Re: Cannot access web interface on New Tesla LDU V6 Board

Post by Corndoglover999 »

I have not programmed the stm32.
Corndoglover999
Posts: 3
Joined: Sat Sep 16, 2023 7:17 pm

Re: Cannot access web interface on New Tesla LDU V6 Board

Post by Corndoglover999 »

Is there a guide on how to program stm32 & esp32 on the V6 Tesla LDU Board?
User avatar
johu
Site Admin
Posts: 5789
Joined: Thu Nov 08, 2018 10:52 pm
Location: Kassel/Germany
Has thanked: 157 times
Been thanked: 1023 times
Contact:

Re: Cannot access web interface on New Tesla LDU V6 Board

Post by johu »

viewtopic.php?t=6

I see some issues with the current state of esp32-web-interface. The version on my github is for CAN communication only, i.e. it won't work on a board. The version that does work was on Pete8008s github but he's deleted it. What a mess. Will try to fix this now.
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
User avatar
johu
Site Admin
Posts: 5789
Joined: Thu Nov 08, 2018 10:52 pm
Location: Kassel/Germany
Has thanked: 157 times
Been thanked: 1023 times
Contact:

Re: Cannot access web interface on New Tesla LDU V6 Board

Post by johu »

Alright, now I have added the UART backend to my github as well: https://github.com/jsphuebner/esp32-web-interface

Read the readme file for programming instructions.
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
Post Reply