Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Network connection after initial configuration #36

Open
AtrejaAlwinnen opened this issue Feb 8, 2024 · 4 comments
Open

No Network connection after initial configuration #36

AtrejaAlwinnen opened this issue Feb 8, 2024 · 4 comments

Comments

@AtrejaAlwinnen
Copy link

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
Copy link
Owner

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
Copy link
Author

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.

@ufondu88
Copy link

ufondu88 commented Oct 12, 2024

I have 2 questions:

  1. How can we connect the iGrill to the flashed ESP32?
  2. After connecting the ESP32 to Wifi, how can I access the web portal of the ESP32?

Also, as I am not very familiar with MQTT, how can I ensure that the ESP32 is properly connected to the MQTT broker? I do not see any logs in the broker

@1mckenna
Copy link
Owner

1. How can we connect the iGrill to the flashed ESP32?

The iGrill just needs to be powered on within range of the esp32

2. After connecting the ESP32 to Wifi, how can I access the web portal of the ESP32?

If you need to change a setting you can access the web portal again by pressing the reset button 2x in a short time. This causes the Double-Reset detector code to trigger and launch the portal.

Also, as I am not very familiar with MQTT, how can I ensure that the ESP32 is properly connected to the MQTT broker? I do not see any logs in the broker

I use a tool called MQTT Explorer, once you connect to your MQTT broker you should be able to view the igrill device live.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants