Guest User

Untitled

a guest
Jul 12th, 2025
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.40 KB | None | 0 0
  1. [22:41:55]ets Jul 29 2019 12:21:46
  2. [22:41:55]
  3. [22:41:55]rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
  4. [22:41:55]configsip: 0, SPIWP:0xee
  5. [22:41:55]clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
  6. [22:41:55]mode:DIO, clock div:2
  7. [22:41:55]load:0x3fff0030,len:7176
  8. [22:41:55]load:0x40078000,len:15564
  9. [22:41:55]ho 0 tail 12 room 4
  10. [22:41:55]load:0x40080400,len:4
  11. [22:41:55]load:0x40080404,len:3904
  12. [22:41:55]entry 0x40080638
  13. [22:41:55]I (31) boot: ESP-IDF 5.3.2 2nd stage bootloader
  14. [22:41:55]I (31) boot: compile time Jul 12 2025 19:37:49
  15. [22:41:55]I (31) boot: Multicore bootloader
  16. [22:41:55]I (35) boot: chip revision: v3.1
  17. [22:41:56]I (39) boot.esp32: SPI Speed : 40MHz
  18. [22:41:56]I (44) boot.esp32: SPI Mode : DIO
  19. [22:41:56]I (48) boot.esp32: SPI Flash Size : 4MB
  20. [22:41:56]I (53) boot: Enabling RNG early entropy source...
  21. [22:41:56]I (58) boot: Partition Table:
  22. [22:41:56]I (62) boot: ## Label Usage Type ST Offset Length
  23. [22:41:56]I (69) boot: 0 otadata OTA data 01 00 00009000 00002000
  24. [22:41:56]I (77) boot: 1 phy_init RF data 01 01 0000b000 00001000
  25. [22:41:56]I (84) boot: 2 app0 OTA app 00 10 00010000 001c0000
  26. [22:41:56]I (92) boot: 3 app1 OTA app 00 11 001d0000 001c0000
  27. [22:41:56]I (99) boot: 4 nvs WiFi data 01 02 00390000 0006d000
  28. [22:41:56]I (106) boot: End of partition table
  29. [22:41:56]I (111) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=262a0h (156320) map
  30. [22:41:56]I (173) esp_image: segment 1: paddr=000362c8 vaddr=3ffb0000 size=03dcch ( 15820) load
  31. [22:41:56]I (179) esp_image: segment 2: paddr=0003a09c vaddr=40080000 size=05f7ch ( 24444) load
  32. [22:41:56]I (189) esp_image: segment 3: paddr=00040020 vaddr=400d0020 size=9f9b0h (653744) map
  33. [22:41:56]I (413) esp_image: segment 4: paddr=000df9d8 vaddr=40085f7c size=108f4h ( 67828) load
  34. [22:41:56]I (451) boot: Loaded app from partition at offset 0x10000
  35. [22:41:56]I (451) boot: Disabling RNG early entropy source...
  36. [22:41:56]I (464) cpu_start: Multicore app
  37. [22:41:56]I (472) cpu_start: Pro cpu start user code
  38. [22:41:56]I (472) cpu_start: cpu freq: 160000000 Hz
  39. [22:41:56]I (472) app_init: Application information:
  40. [22:41:56]I (475) app_init: Project name: delonghi-controller-2
  41. [22:41:56]I (481) app_init: App version: 2025.6.3
  42. [22:41:56]I (486) app_init: Compile time: Jul 12 2025 19:30:26
  43. [22:41:56]I (492) app_init: ELF file SHA256: e82e03bc2...
  44. [22:41:56]I (497) app_init: ESP-IDF: 5.3.2
  45. [22:41:56]I (502) efuse_init: Min chip rev: v0.0
  46. [22:41:56]I (507) efuse_init: Max chip rev: v3.99
  47. [22:41:56]I (512) efuse_init: Chip rev: v3.1
  48. [22:41:56]I (517) heap_init: Initializing. RAM available for dynamic allocation:
  49. [22:41:56]I (524) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
  50. [22:41:56]I (530) heap_init: At 3FFB8550 len 00027AB0 (158 KiB): DRAM
  51. [22:41:56]I (536) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
  52. [22:41:56]I (542) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
  53. [22:41:56]I (549) heap_init: At 40096870 len 00009790 (37 KiB): IRAM
  54. [22:41:56]I (556) spi_flash: detected chip: generic
  55. [22:41:56]I (559) spi_flash: flash io: dio
  56. [22:41:56]I (565) main_task: Started on CPU0
  57. [22:41:56]I (568) main_task: Calling app_main()
  58. [22:41:56]I[I][logger:171]: Log initialized
  59. [22:41:56][C][safe_mode:080]: There have been 0 suspected unsuccessful boot attempts
  60. [22:41:56][D][esp32.preferences:142]: Writing 1 items: 0 cached, 1 written, 0 failed
  61. [22:41:56][I][app:048]: Running through setup()
  62. [22:41:56][C][wifi:048]: Running setup
  63. [22:41:56][D][esp-idf:000]: I (740) wifi:
  64. [22:41:56][D][esp-idf:000]: wifi driver task: 3ffc520c, prio:23, stack:6656, core=0
  65. [22:41:56][D][esp-idf:000]:
  66. [22:41:56][D][esp-idf:000][wifi]: Init data frame dynamic rx buffer num: 32
  67. [22:41:56][D][esp-idf:000][wifi]: I (751) wifi:
  68. [22:41:56][D][esp-idf:000][wifi]: Init static rx mgmt buffer num: 5
  69. [22:41:56][D][esp-idf:000][wifi]:
  70. [22:41:56][D][esp-idf:000][wifi]: I (765) wifi:
  71. [22:41:56][D][esp-idf:000][wifi]: Init management short buffer num: 32
  72. [22:41:56][D][esp-idf:000][wifi]:
  73. [22:41:56][D][esp-idf:000][wifi]: I (776) wifi:
  74. [22:41:56][D][esp-idf:000][wifi]: Init dynamic tx buffer num: 32
  75. [22:41:56][D][esp-idf:000][wifi]:
  76. [22:41:56][D][esp-idf:000][wifi]: I (796) wifi:
  77. [22:41:56][D][esp-idf:000][wifi]: Init static rx buffer size: 1600
  78. [22:41:56][D][esp-idf:000][wifi]:
  79. [22:41:56][D][esp-idf:000][wifi]: I (817) wifi:
  80. [22:41:56][D][esp-idf:000][wifi]: Init static rx buffer num: 10
  81. [22:41:56][D][esp-idf:000][wifi]:
  82. [22:41:56][D][esp-idf:000][wifi]: I (827) wifi:
  83. [22:41:56][D][esp-idf:000][wifi]: Init dynamic rx buffer num: 32
  84. [22:41:56][D][esp-idf:000][wifi]:
  85. [22:41:56][D][esp-idf:000]: I (848) wifi_init: rx ba win: 6
  86. [22:41:56][D][esp-idf:000]: I (849) wifi_init: accept mbox: 6
  87. [22:41:56][D][esp-idf:000]: I (858) wifi_init: tcpip mbox: 32
  88. [22:41:56][D][esp-idf:000]: I (868) wifi_init: udp mbox: 6
  89. [22:41:56][D][esp-idf:000]: I (878) wifi_init: tcp mbox: 6
  90. [22:41:56][D][esp-idf:000]: I (878) wifi_init: tcp tx win: 5760
  91. [22:41:56][D][esp-idf:000]: I (888) wifi_init: tcp rx win: 5760
  92. [22:41:56][D][esp-idf:000]: I (888) wifi_init: tcp mss: 1440
  93. [22:41:56][D][esp-idf:000]: I (899) wifi_init: WiFi IRAM OP enabled
  94. [22:41:56][D][esp-idf:000]: I (909) wifi_init: WiFi RX IRAM OP enabled
  95. [22:41:56][C][wifi:061]: Starting
  96. [22:41:56] Local MAC: F0:24:F9:59:D2:4C
  97. [22:41:56][D][esp-idf:000][wifi]: I (920) phy_init: phy_version 4840,02e0d70,Sep 2 2024,19:39:07
  98. [22:41:56][D][esp-idf:000][wifi]: W (1010) phy_init: saving new calibration data because of checksum failure, mode(0)
  99. [22:41:56][D][esp-idf:000][wifi]: I (1030) wifi:
  100. [22:41:56][D][esp-idf:000][wifi]: mode : sta (f0:24:f9:59:d2:4c)
  101. [22:41:56][D][esp-idf:000][wifi]:
  102. [22:41:57][D][esp-idf:000][wifi]: I (1031) wifi:
  103. [22:41:57][D][esp-idf:000][wifi]: enable tsf
  104. [22:41:57][D][esp-idf:000][wifi]:
  105. [22:41:57][D][esp-idf:000][wifi]: I (1037) wifi:
  106. [22:41:57][D][esp-idf:000][wifi]: Set ps type: 1, coexist: 0
  107. [22:41:57][D][esp-idf:000][wifi]:
  108. [22:41:57][D][wifi:495]: Starting scan
  109. [22:41:57][D][esp-idf:000][wifi]: I (1060) wifi:
  110. [22:41:57][D][esp-idf:000][wifi]: Set ps type: 1, coexist: 0
  111. [22:41:57][D][esp-idf:000][wifi]:
  112. [22:41:57][W][component:188]: Component wifi set Warning flag: scanning for networks
  113. [22:41:57][D][esp-idf:000][wifi]: I (749) wifi:
  114. [22:41:57][D][esp-idf:000][wifi]: wifi firmware version: b0fd6006b
  115. [22:41:57][D][esp-idf:000][wifi]:
  116. [22:41:57][D][esp-idf:000][wifi]: I (750) wifi:
  117. [22:41:57][D][esp-idf:000][wifi]: wifi certification version: v7.0
  118. [22:41:57][D][esp-idf:000][wifi]:
  119. [22:41:57][D][esp-idf:000][wifi]: I (750) wifi:
  120. [22:41:57][D][esp-idf:000][wifi]: config NVS flash: enabled
  121. [22:41:57][D][esp-idf:000][wifi]:
  122. [22:41:57][D][esp-idf:000][wifi]: I (750) wifi:
  123. [22:41:57][D][esp-idf:000][wifi]: config nano formating: disabled
  124. [22:41:57][D][esp-idf:000][wifi]:
  125. [22:41:57][D][esp-idf:000][wifi]: I (751) wifi:
  126. [22:41:57][D][esp-idf:000][wifi]:
  127. [22:41:59][D][wifi:510]: Found networks:
  128. [22:41:59][I][wifi:553]: - 'TheUnknown' [redacted]▂▄▆█
  129. [22:41:59][D][wifi:555]: Channel: 13
  130. [22:41:59][D][wifi:556]: RSSI: -54 dB
  131. [22:41:59][D][wifi:558]: - [redacted] [redacted]▂▄▆█
  132. [22:41:59][D][wifi:558]: - [redacted] [redacted]▂▄▆█
  133. [22:41:59][D][wifi:558]: - [redacted] [redacted]▂▄▆█
  134. [22:41:59][D][wifi:558]: - [redacted] [redacted]▂▄▆█
  135. [22:41:59][D][wifi:558]: - [redacted] [redacted]▂▄▆█
  136. [22:41:59][D][wifi:558]: - [redacted] [redacted]▂▄▆█
  137. [22:41:59][D][wifi:558]: - [redacted] [redacted]▂▄▆█
  138. [22:41:59][D][wifi:558]: - [redacted] [redacted]▂▄▆█
  139. [22:41:59][D][wifi:558]: - [redacted] [redacted]▂▄▆█
  140. [22:41:59][I][wifi:319]: Connecting to 'TheUnknown'
  141. [22:41:59][D][esp-idf:000][wifi]: W (3938) wifi:
  142. [22:41:59][D][esp-idf:000][wifi]: Password length matches WPA2 standards, authmode threshold changes from OPEN to WPA2
  143. [22:41:59][D][esp-idf:000][wifi]:
  144. [22:42:00][D][esp-idf:000][wifi]: I (4226) wifi:
  145. [22:42:00][D][esp-idf:000][wifi]: new:<13,0>, old:<1,0>, ap:<255,255>, sta:<13,0>, prof:1, snd_ch_cfg:0x0
  146. [22:42:00][D][esp-idf:000][wifi]:
  147. [22:42:00][D][esp-idf:000][wifi]: I (4228) wifi:
  148. [22:42:00][D][esp-idf:000][wifi]: state: init -> auth (0xb0)
  149. [22:42:00][D][esp-idf:000][wifi]:
  150. [22:42:01][D][esp-idf:000][wifi]: I (5230) wifi:
  151. [22:42:01][D][esp-idf:000][wifi]: state: auth -> init (0x200)
  152. [22:42:01][D][esp-idf:000][wifi]:
  153. [22:42:01][D][esp-idf:000][wifi]: I (5231) wifi:
  154. [22:42:01][D][esp-idf:000][wifi]: new:<13,0>, old:<13,0>, ap:<255,255>, sta:<13,0>, prof:1, snd_ch_cfg:0x0
  155. [22:42:01][D][esp-idf:000][wifi]:
  156. [22:42:01][W][wifi_esp32:711]: Event: Disconnected ssid='TheUnknown' bssid=[redacted] reason='Auth Expired'
  157. [22:42:01][W][wifi:666]: Error while connecting to network.
  158. [22:42:01][D][wifi:710]: Retrying with hidden networks
  159. [22:42:01][I][wifi:319]: Connecting to 'TheUnknown'
  160. [22:42:01][D][esp-idf:000][wifi]: W (5278) wifi:
  161. [22:42:01][D][esp-idf:000][wifi]: Password length matches WPA2 standards, authmode threshold changes from OPEN to WPA2
  162. [22:42:01][D][esp-idf:000][wifi]:
  163. [22:42:01][D][esp-idf:000][wifi]: I (5309) wifi:
  164. [22:42:01][D][esp-idf:000][wifi]: new:<13,0>, old:<13,0>, ap:<255,255>, sta:<13,0>, prof:1, snd_ch_cfg:0x0
  165. [22:42:01][D][esp-idf:000][wifi]:
  166. [22:42:01][D][esp-idf:000][wifi]: I (5310) wifi:
  167. [22:42:01][D][esp-idf:000][wifi]: state: init -> auth (0xb0)
  168. [22:42:01][D][esp-idf:000][wifi]:
  169. [22:42:02][D][esp-idf:000][wifi]: I (6311) wifi:
  170. [22:42:02][D][esp-idf:000][wifi]: state: auth -> init (0x200)
  171. [22:42:02][D][esp-idf:000][wifi]:
  172. [22:42:02][D][esp-idf:000][wifi]: I (6313) wifi:
  173. [22:42:02][D][esp-idf:000][wifi]: new:<13,0>, old:<13,0>, ap:<255,255>, sta:<13,0>, prof:1, snd_ch_cfg:0x0
  174. [22:42:02][D][esp-idf:000][wifi]:
  175. [22:42:02][W][wifi_esp32:711]: Event: Disconnected ssid='TheUnknown' bssid=[redacted] reason='Auth Expired'
  176. [22:42:02][W][wifi:666]: Error while connecting to network.
  177. [22:42:02][D][wifi:710]: Retrying with hidden networks
  178. [22:42:07][I][wifi:319]: Connecting to 'TheUnknown'
  179. [22:42:07][D][esp-idf:000][wifi]: W (11350) wifi:
  180. [22:42:07][D][esp-idf:000][wifi]: Password length matches WPA2 standards, authmode threshold changes from OPEN to WPA2
  181. [22:42:07][D][esp-idf:000][wifi]:
  182. [22:42:09][D][esp-idf:000][wifi]: I (14013) wifi:
  183. [22:42:09][D][esp-idf:000][wifi]: new:<13,0>, old:<13,0>, ap:<255,255>, sta:<13,0>, prof:1, snd_ch_cfg:0x0
  184. [22:42:09][D][esp-idf:000][wifi]:
  185. [22:42:09][D][esp-idf:000][wifi]: I (14015) wifi:
  186. [22:42:09][D][esp-idf:000][wifi]: state: init -> auth (0xb0)
  187. [22:42:10][D][esp-idf:000][wifi]:
  188. [22:42:10][D][esp-idf:000][wifi]: I (14028) wifi:
  189. [22:42:10][D][esp-idf:000][wifi]: state: auth -> assoc (0x0)
  190. [22:42:10][D][esp-idf:000][wifi]:
  191. [22:42:10][D][esp-idf:000][wifi]: I (14038) wifi:
  192. [22:42:10][D][esp-idf:000][wifi]: state: assoc -> run (0x10)
  193. [22:42:10][D][esp-idf:000][wifi]:
  194. [22:42:10][D][esp-idf:000][wifi]: I (14062) wifi:
  195. [22:42:10][D][esp-idf:000][wifi]: connected with TheUnknown, aid = 12, channel 13, BW20, bssid = 74:45:2d:27:cf:4c
  196. [22:42:10][D][esp-idf:000][wifi]:
  197. [22:42:10][D][esp-idf:000][wifi]: I (14063) wifi:
  198. [22:42:10][D][esp-idf:000][wifi]: security: WPA2-PSK, phy: bgn, rssi: -54
  199. [22:42:10][D][esp-idf:000][wifi]:
  200. [22:42:10][D][esp-idf:000][wifi]: I (14064) wifi:
  201. [22:42:10][D][esp-idf:000][wifi]: pm start, type: 1
  202. [22:42:10][D][esp-idf:000][wifi]:
  203. [22:42:10][D][esp-idf:000][wifi]: I (14064) wifi:
  204. [22:42:10][D][esp-idf:000][wifi]: dp: 1, bi: 102400, li: 3, scale listen interval from 307200 us to 307200 us
  205. [22:42:10][D][esp-idf:000][wifi]:
  206. [22:42:10][D][esp-idf:000][wifi]: I (14112) wifi:
  207. [22:42:10][D][esp-idf:000][wifi]: AP's beacon interval = 102400 us, DTIM period = 1
  208. [22:42:10][D][esp-idf:000][wifi]:
  209. [22:42:11][I][wifi:630]: Connected
  210. [22:42:11][C][wifi:434]: Local MAC: F0:24:F9:59:D2:4C
  211. [22:42:11][C][wifi:439]: SSID: [redacted]
  212. [22:42:11][C][wifi:442]: IP Address: 192.168.178.188
  213. [22:42:11][C][wifi:446]: BSSID: [redacted]
  214. [22:42:11] Hostname: 'delonghi-controller-2'
  215. [22:42:11] Signal strength: -55 dB ▂▄▆█
  216. [22:42:11][C][wifi:455]: Channel: 13
  217. [22:42:11] Subnet: 255.255.255.0
  218. [22:42:11] Gateway: 192.168.178.1
  219. [22:42:11] DNS1: 192.168.178.1
  220. [22:42:11] DNS2: 0.0.0.0
  221. [22:42:11][D][wifi:639]: Disabling AP
  222. [22:42:11][D][esp-idf:000][sys_evt]: I (15068) esp_netif_handlers: sta ip: 192.168.178.188, mask: 255.255.255.0, gw: 192.168.178.1
  223. [22:42:11][D][esp-idf:000][wifi]: I (15083) wifi:
  224. [22:42:11][D][esp-idf:000][wifi]: <ba-add>idx:0 (ifx:0, 74:45:2d:27:cf:4c), tid:0, ssn:1, winSize:64
  225. [22:42:11][D][esp-idf:000][wifi]:
  226. [22:42:11][C][api:034]: Running setup
  227. [22:42:11][D][esp-idf:000]: I (15129) mdns_mem: mDNS task will be created from internal RAM
  228. [22:42:11][I][app:085]: setup() finished successfully!
  229. [22:42:11][W][component:203]: Component wifi cleared Warning flag
  230. [22:42:11][W][component:188]: Component api set Warning flag: unspecified
  231. [22:42:11][I][app:137]: ESPHome version 2025.6.3 compiled on Jul 12 2025, 19:29:48
  232. [22:42:11][C][wifi:613]: WiFi:
  233. [22:42:11][C][wifi:434]: Local MAC: F0:24:F9:59:D2:4C
  234. [22:42:11][C][wifi:439]: SSID: [redacted]
  235. [22:42:11][C][wifi:442]: IP Address: 192.168.178.188
  236. [22:42:11][C][wifi:446]: BSSID: [redacted]
  237. [22:42:11] Hostname: 'delonghi-controller-2'
  238. [22:42:11] Signal strength: -55 dB ▂▄▆█
  239. [22:42:11][C][wifi:455]: Channel: 13
  240. [22:42:11] Subnet: 255.255.255.0
  241. [22:42:11] Gateway: 192.168.178.1
  242. [22:42:11] DNS1: 192.168.178.1
  243. [22:42:11] DNS2: 0.0.0.0
  244. [22:42:11][C][logger:211]: Logger:
  245. [22:42:11] Max Level: DEBUG
  246. [22:42:11] Initial Level: DEBUG
  247. [22:42:11][C][logger:217]: Log Baud Rate: 115200
  248. [22:42:11] Hardware UART: UART0
  249. [22:42:11][C][logger:224]: Task Log Buffer Size: 768
  250. [22:42:11][C][captive_portal:089]: Captive Portal:
  251. [22:42:11][C][esphome.ota:073]: Over-The-Air updates:
  252. [22:42:11] Address: delonghi-controller-2.local:3232
  253. [22:42:11] Version: 2
  254. [22:42:11][C][esphome.ota:080]: Password configured
  255. [22:42:11][C][safe_mode:018]: Safe Mode:
  256. [22:42:11][C][safe_mode:019]: Boot considered successful after 60 seconds
  257. [22:42:11] Invoke after 10 boot attempts
  258. [22:42:11] Remain for 300 seconds
  259. [22:42:11][C][api:182]: API Server:
  260. [22:42:11] Address: delonghi-controller-2.local:6053
  261. [22:42:11][C][api:187]: Using noise encryption: YES
  262. [22:42:11][C][mdns:122]: mDNS:
  263. [22:42:11] Hostname: delonghi-controller-2
Advertisement
Add Comment
Please, Sign In to add comment