esp32_iGrill icon indicating copy to clipboard operation
esp32_iGrill copied to clipboard

No Network connection after initial configuration

Open AtrejaAlwinnen opened this issue 1 year ago • 2 comments

Hi, I have the following problem: I can flash my ESP and connect to it’s AP. However, when i set up my network settings with fixed IP, the ESP show up in my WiFi network with a DHCP IP-Adress, but I cannot connect to it with my browser. A connection to the MQTT broker is not established, just like there is no connection to my Pulse 2000 grill.

Board: ESP32-WROOM-32D

Arduino IDE: 2.2.1

Board Manager: esp32 2.0.11 (2.0.4 not available)

Librarys: ArduinoJson 6.19.4 ESP-DoubleRestDetector 1.3.0 ESP_WIFIManager 1.10.2 LittleFS_esp32 1.0.6 PubSubClient 2.8

AtrejaAlwinnen avatar Feb 08 '24 21:02 AtrejaAlwinnen

From what I recall the esp32 wont connect to MQTT for the first time until it sees and connects to an iGrill device.

Currently the code doesn't support the Pulse2000 grill but looks like it wouldn't be too hard to add if you're willing to do the testing for it.

1mckenna avatar Feb 17 '24 03:02 1mckenna

I now use an ESPHome-iGrill program to connect to my Pulse 2000. But of course I can carry out further tests with a second ESP32. However, I don't have much experience in ESP and Arduino programming. But I can certainly download newer versions, try them out and, if necessary, post logs or something similar here.

AtrejaAlwinnen avatar Feb 17 '24 11:02 AtrejaAlwinnen