jomjol / AI-on-the-edge-device

Easy to use device for connecting "old" measuring units (water, power, gas, ...) to the digital world
https://jomjol.github.io/AI-on-the-edge-device-docs/
5.26k stars 580 forks source link

We are in Setup Mode -> Not starting Auto Flow! #3042

Open AhmedThabit opened 2 months ago

AhmedThabit commented 2 months ago

After installation and adding WiFi username and password, it starts and obtains an IP address, but nothing appears in the browser.

I (9786) WIFI: Connected to: Thabit, RSSI: -56 I (9836) wifi:AP's beacon interval = 102400 us, DTIM period = 2 I (12706) wifi:idx:0 (ifx:0, 0a:c5:e1:06:72:54), tid:0, ssn:2, winSize:64 I (13286) esp_netif_handlers: sta ip: 192.168.43.7, mask: 255.255.255.0, gw: 192.168.43.1 I (13286) WIFI: Assigned IP: 192.168.43.7 I (27146) MAIN: Device info: CPU cores: 2, Chip revision: 100 I (27146) MAIN: SD card info: Name: SU16G, Capacity: 15193MB, Free: 15181MB I (29156) MAIN SERVER: Starting server on port: '80' I (29156) MAIN SERVER: Registering URI handlers I (29156) MAINCTRL: server_main_flow_task - Registering URI handlers I (29156) OTA: Registering URI handlers I (29156) GPIO: start GpioHandler I (29166) GPIO: register GPIO Uri I (29166) GPIO: server_GPIO - Registering URI handlers I (29166) MAIN: Initialization completed successfully I (29186) main_task: Returned from app_main() I (29216) ov2640: Set PLL: clk_2x: 0, clk_div: 0, pclk_auto: 0, pclk_div: 8 I (31286) LOGFILE: Set log level to ERROR I (31296) GPIO: read GPIO config and init GPIO I (31306) GPIO: GPIO init completed, handler is disabled I (31306) MAINCTRL: We are in Setup Mode -> Not starting Auto Flow! I (37606) MAINCTRL: Autostart is not enabled -> Not starting Flow

friedpa commented 2 months ago

You mean the Web Browser doesnot start with the Setup Mode, when you use http://192.168.43.7, correct?

AhmedThabit commented 2 months ago

Yes

image

AhmedThabit commented 2 months ago

Log:

image

AhmedThabit commented 2 months ago

update 2 :

image

Slider0007 commented 2 months ago

Du kannst noch folgende Dinge prüfen / beachten, um die WLAN Performance zu verbessern. --> https://github.com/jomjol/AI-on-the-edge-device/discussions/2406#discussioncomment-8348127

AhmedThabit commented 2 months ago

Thanks, @Slider0007.

Actually, what I found is that my antivirus somehow prevents it from working. When I used another laptop without antivirus, it worked fine.

Slider0007 commented 2 months ago

@AhmedThabit

Congrats that it is working now.

For me it's quite interesting to hear the second time in a short period (https://github.com/jomjol/AI-on-the-edge-device/discussions/2406#discussioncomment-9171382) that is somehow related to end device antivirus scanner. I cannot explain right now, though.

@jomjol, @caco3, @SybexX, @haverland: I added all the recent findings related to bad WebUI responsiveness to documentation FAQs -> 1.2. Can be extended in future...

caco3 commented 2 months ago

I added all the recent findings related to bad WebUI responsiveness to documentation

Thanks!