1mckenna / esp32_iGrill

ESP32 iGrill BLE Client
MIT License
47 stars 14 forks source link

No Network connection after initial configuration #36

Open AtrejaAlwinnen opened 7 months ago

AtrejaAlwinnen commented 7 months ago

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

1mckenna commented 7 months ago

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.

AtrejaAlwinnen commented 7 months ago

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.