10 Feb 2019 |
11:45:40 | ulno | that's very strange |
11:46:09 | ulno | that's definetely still an old version there on your esp8266 |
11:47:24 | ulno | did you try an initialize serial with one node and then adop it to another? |
11:48:47 | ulno | btw. new pi image is online |
11:50:18 | ulno | renato_perotto: and one more thing: did you unplug after pre-flash?) |
11:56:33 | ulno | just repeated |
11:56:38 | ulno | works all flawlessly here |
11:58:55 | ulno | still looks to me as if you have a slightly older version |
11:59:30 | ulno | I hope things will work ou here in my workshop, haven't had enough time to do extensive testing. |
11:59:37 | ulno | renato_perotto: |
12:00:22 | ulno | please do an update_cache (take 30min on pi) |
12:00:46 | ulno | and verify content of node_types/esp8266/src/main.cpp |
12:02:30 | ulno | from line 304 should look like: |
12:02:34 | ulno | void onWifiConnect(const WiFiEventStationModeGotIP &event) {
Serial.print("Connected to Wi-Fi with IP: ");
Serial.println(WiFi.localIP());
// start ota
ArduinoOTA.begin();
Serial.println("OTA Ready.");
wifi_connected = true;
connectToMqtt();
}
|
12:02:51 | ulno | if not, you don't have newest version |
13:14:50 | renato_perotto | I runing the D1 mini. Should I still verify the content of the esp8266? |
13:18:50 | ulno | yes |
13:18:51 | ulno | the d1 mini is based on the esp8266 |
13:19:17 | renato_perotto | I did update_cache and re pre-flashed. Verified the content but still getting the same error |
13:19:52 | ulno | can not reconstruct your problem |
13:20:01 | ulno | so content is the same? |
13:20:09 | renato_perotto | yes |
13:20:26 | ulno | the arduinoota is there? |
13:21:43 | renato_perotto | on serial, i'm getting the same msg as yesterday |
13:22:12 | renato_perotto | Redacted or Malformed Event |
13:22:28 | renato_perotto | In reply to @ulno:matrix.org the arduinoota is there? Yes |
13:25:14 | ulno | don't understand |
13:26:02 | ulno | this is an old pi image? |
13:29:49 | ulno | did you try another wemos/nodemcu? |
13:39:27 | renato_perotto | I try another wemos |