MattNJ - hello, new to this today, steep learni...
hello, new to this today, steep learning curve with Visual Studio Code and SensESP, i have it complied and uploaded, but i cant connect to the webserver 192.168.4.1 this is the Serial Output I am getting:-
D (55) configurable.cpp: Saving configuration path /system/hostname to file /qLsPBGc6u2S+SPgr87i11VrDlCE=
I (94) configurable.cpp: Could not find configuration for path /System/WiFi Settings
D (95) networking.cpp: Enabling Networking
D (118) Arduino: Arduino Event: 0 - WIFI_READY
V (769) Arduino: STA Started
V (771) Arduino: Configuring Station static IP: 0.0.0.0, MASK: 0.0.0.0, GW: 0.0.0.0
D (772) Arduino: Arduino Event: 2 - STA_START
V (787) Arduino: STA Stopped
D (788) Arduino: Arduino Event: 3 - STA_STOP
V (788) Arduino: AP Started
D (788) Arduino: Arduino Event: 10 - AP_START
I (790) networking.h: WiFi Access Point enabled, SSID: sensesp-project
I (796) networking.h: IP address of Device: 192.168.4.1
I (801) networking.cpp: Starting access point sensesp-project
I (837) configurable.cpp: Could not find configuration for path /system/httpserver
D (838) http_server.h: HTTPServer instance created
I (845) configurable.cpp: Not loading configuration: no config_path specified:
I (845) configurable.cpp: Not loading configuration: no config_path specified:
I (880) configurable.cpp: Could not find configuration for path /System/Signal K Settings
D (882) base_button.h: Button handler started
I (883) configurable.cpp: Not loading configuration: no config_path specified:
I (889) configurable.cpp: Not loading configuration: no config_path specified:
I (926) configurable.cpp: Could not find configuration for path /Sensors/Analog Input/Voltage
I (954) configurable.cpp: Could not find configuration for path /Sensors/Digital Input 2/Value
V (17051) Arduino: AP Station Connected: MAC: 86:88:ea:50:f6:01, AID: 1
D (17052) Arduino: Arduino Event: 12 - AP_STACONNECTED
V (17554) Arduino: AP Station IP Assigned:192.168.4.2
D (17555) Arduino: Arduino Event: 14 - AP_STAIPASSIGNED
8 Replies
forgot to say im using the SensESP-project-template-main and ive tried using the lib def=https://github.com/SignalK/SensESP.git
Can you confirm you are successfully connected to the
sensesp-project
WiFi network?Hi, Yes you can see in the logs i posted, I am getting an IP of 192.168.4.2 on the clinet, shows as connected to WiFi but 192.168.4.1 in browser doesn't do anything, just says "ERR_CONNECTION_REFUSED"
im assuming this is the problem...... I (837) configurable.cpp: Could not find configuration for path /system/httpserver
just to confirm I can ping 192.168.4.1
Funny thing I'm also new to this today and having exactly the same problem. I also tried changing the to https://github.com/SignalK/SensESP.git and still the same problem.
Unknown User•3mo ago
Message Not Public
Sign In & Join Server To View
Got it now - I had forgotten to update the project template after some breaking changes in 3.0.0-beta.2. Sorry about that.
Try pulling the changes in the project template (or manually apply the changes in this PR: https://github.com/SensESP/SensESP-project-template/pull/4/files)
Thank you that worked for me
Unknown User•3mo ago
Message Not Public
Sign In & Join Server To View