mruettgers / SMLReader

ESP8266 based smart meter (SML) to MQTT gateway
GNU General Public License v3.0
292 stars 68 forks source link

no wifi connection #49

Closed trombose009 closed 2 years ago

trombose009 commented 2 years ago

is it correct that I just have to fill out the following lines in the config.h file for connecting to wifi sucessfully?

const char WIFI_AP_SSID = "sfsdfsdfsdfsd"; const char WIFI_AP_DEFAULT_PASSWORD = "545643563456435";

the device should work. It starts blinking typically if I place the sensor to the meter. But I can't find the device on my router and I get no mqtt messages to the broker :( It'S a node mcu V3 ESP8266.

mruettgers commented 2 years ago

No, WIFI_AP_SSID and WIFI_AP_DEFAULT_PASSWORD are not meant to be used to configure the credentials of your local network. Instead they are used to configure the name and the password of the wifi access point provided by SMLReader to allow the configuration of your wifi credentials via a web interface (http://192.168.4.1).

trombose009 commented 2 years ago

omg! sorry. yes. I am an idiot :P