jantenhove / GoodWeLogger

ESP8266 based logger for GoodWe inverters. Can upload to pvoutput and publishes MQTT topics
GNU General Public License v3.0
96 stars 24 forks source link

No WiFi connected #44

Open edwinbeerentemfel opened 1 month ago

edwinbeerentemfel commented 1 month ago

Hi, I have a ESP8266 WEMOS D1 mini and do not get WiFi connected. I am new to this and experiemented first with Blink.

Downgraded to ESP8266 v2.7.4 Changed filename to Settings.h and made config changes. Added SSID (#define WIFI_SSID "AP**") and password (#define WIFI_PASSWORD "*****")

My Sketch looks like: (Are these needed?)

include

include

include

include

include

include

include

include

include

include

include

include

include

Compiling succeeds, uploading succeeds. No device is registering on my WiFi network.

Have I missed something, or is the next step debugging?

I have been able to connect the ESP8266 to WiFi with the WiFiClient example that is provided.

Thank you