alcar21 / WemosEM

Cheap power monitor (STC013) with Home Assistant Discover and Wemos D1 Mini / PRO (esp8266)
113 stars 23 forks source link

WiFi.psk #24

Closed jimmyeao closed 2 years ago

jimmyeao commented 2 years ago

Downloaded latest release, infinito&masalla not accepted as wifi password, not sure where this is set in the code?

rantanlan commented 2 years ago

its here https://github.com/alcar21/WemosEM/search?q=infinito

define DEFAULT_SYSTEM_USER "wemosem"

define DEFAULT_SYSTEM_PASSWORD "infinito&masalla"

should work

jimmyeao commented 2 years ago

Got in thanks, was taking some time to start up it seems. Now has a problem connecting to MQTT Error in MQTT saved parameters: {"mqtt_username":"Error: mqtt username parameter incorrect","mqtt_password":"Error: mqtt password parameter incorrect"}

Both are blank in my settings as I do not use this functionality in MQTT

jimmyeao commented 2 years ago

OK fixed that, just entered "null" for both fields.