letscontrolit / uPyEasy

Easy MultiSensor device based on MicroPython
https://www.letscontrolit.com
60 stars 19 forks source link

Weird messages #10

Open berbergh opened 6 years ago

berbergh commented 6 years ago

I (1106615) wifi: n:7 0, o:7 1, ap:255 255, sta:7 0, prof:1 I (1107645) wifi: n:7 1, o:7 0, ap:255 255, sta:7 1, prof:1 I (1113585) wifi: n:7 0, o:7 1, ap:255 255, sta:7 0, prof:1 I (1114605) wifi: n:7 1, o:7 0, ap:255 255, sta:7 1, prof:1 I (1121565) wifi: n:7 0, o:7 1, ap:255 255, sta:7 0, prof:1 I (1122595) wifi: n:7 1, o:7 0, ap:255 255, sta:7 1, prof:1 I (1129555) wifi: n:7 0, o:7 1, ap:255 255, sta:7 0, prof:1 I (1130585) wifi: n:7 1, o:7 0, ap:255 255, sta:7 1, prof:1 I (1137645) wifi: n:7 0, o:7 1, ap:255 255, sta:7 0, prof:1 I (1138565) wifi: n:7 1, o:7 0, ap:255 255, sta:7 1, prof:1 I (1241585) wifi: n:7 0, o:7 1, ap:255 255, sta:7 0, prof:1 I (1242605) wifi: n:7 1, o:7 0, ap:255 255, sta:7 1, prof:1 I (1297595) wifi: n:7 0, o:7 1, ap:255 255, sta:7 0, prof:1 I (1298625) wifi: n:7 1, o:7 0, ap:255 255, sta:7 1, prof:1

Lisa999 commented 6 years ago

Is there more log available?

berbergh commented 6 years ago

Well no, it started just like that. In the log below, I manually refreshed the Devices window:

stack: 2000 out of 15360 GC: total: 96000, used: 79152, free: 16848 No. of 1-blocks: 1258, 2-blocks: 158, max blk sz: 901, max free sz: 300 570822906.494 <HTTPRequest object at 3ffbd9c0> <StreamWriter > "GET /devices" 2018-02-01 17:55:17 [debug] uPyEasy-uPyEasy: Pages: Authorize User!? 2018-02-01 17:55:17 [debug] uPyEasy-uPyEasy: Pages: Entering Devices Page 2018-02-01 17:55:17 [debug] uPyEasy-uPyEasy: Utils: uPyEasy Name 2018-02-01 17:55:18 [debug] uPyEasy-uPyEasy: Plugins: Read device Test 2018-02-01 17:55:18 [debug] uPyEasy-uPyEasy: Plugin: test read 2018-02-01 17:55:18 [debug] uPyEasy-uPyEasy: Plugins: Read device DS1 2018-02-01 17:55:18 [debug] uPyEasy-uPyEasy: Plugin: ds18 read 2018-02-01 17:55:19 [debug] uPyEasy-uPyEasy: Plugins: Read device BME280 2018-02-01 17:55:19 [debug] uPyEasy-uPyEasy: Plugin: bme280 read stack: 2000 out of 15360 GC: total: 96000, used: 88240, free: 7760 No. of 1-blocks: 1251, 2-blocks: 159, max blk sz: 901, max free sz: 237 570822906.494 <HTTPRequest object at 3ffbc7b0> <StreamWriter > "GET /static/upyeasy.css" stack: 2000 out of 15360 GC: total: 96000, used: 89792, free: 6208 No. of 1-blocks: 1296, 2-blocks: 166, max blk sz: 901, max free sz: 237 570822906.494 <HTTPRequest object at 3ffc3720> <StreamWriter > "GET /static/upyeasy.js" static/upyeasy.css static/upyeasy.js I (5895075) wifi: n:7 0, o:7 1, ap:255 255, sta:7 0, prof:1 I (5896095) wifi: n:7 1, o:7 0, ap:255 255, sta:7 1, prof:1

Lisa999 commented 6 years ago

These lines are coming from the esp-idf library, is it still working besides these messages?

berbergh commented 6 years ago

Can't say. See also the timer stops issue. I have no clue how these two issues are related.

Lisa999 commented 6 years ago

I don't think the timer issue is related to this issue, these messages are harmless (i suspect). Let's see how the other issue is working out.