Advertisement
Carlo1961

Untitled

May 31st, 2025
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.05 KB | None | 0 0
  1. ets Jul 29 2019 12:21:46
  2.  
  3. rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
  4. configsip: 0, SPIWP:0xee
  5. clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
  6. mode:DIO, clock div:2
  7. load:0x3fff0030,len:1184
  8. load:0x40078000,len:13132
  9. load:0x40080400,len:3036
  10. entry 0x400805e4
  11. [I][logger:171]: Log initialized
  12. [C][safe_mode:079]: There have been 1 suspected unsuccessful boot attempts
  13. [D][esp32.preferences:114]: Saving 1 preferences to flash...
  14. [D][esp32.preferences:143]: Saving 1 preferences to flash: 0 cached, 1 written, 0 failed
  15. [I][app:029]: Running through setup()...
  16. [I][i2c.arduino:218]: Performing I2C bus recovery
  17. [C][ens160:052]: Setting up ENS160...
  18. [C][aht10:050]: Setting up AHT10
  19. [C][wifi:048]: Setting up WiFi...
  20. [C][wifi:061]: Starting WiFi...
  21. [C][wifi:062]: Local MAC: E4:65:B8:49:B8:10
  22. [D][wifi:482]: Starting scan...
  23. [D][thingspeak:083]: ThingSpeak URL: https://api.thingspeak.com/update?api_key=xxxxxxxxxxxxxxxxxxxxxx&field3=nan&field4=nan&field5=nan
  24. [E][component:164]: Component http_request set Error flag: unspecified
  25. [W][http_request.arduino:021]: HTTP Request failed; Not connected to network
  26. [D][ens160:172]: ENS160 readings unavailable - Normal Operation but readings not ready
  27. [W][component:157]: Component wifi set Warning flag: scanning for networks
  28. [D][sensor:094]: 'Temperature': Sending state 26.70364 °C with 2 decimals of accuracy
  29. [D][sensor:094]: 'Humidity': Sending state 74.54156 % with 2 decimals of accuracy
  30. [E][component:176]: Component http_request cleared Error flag
  31. [I][ens160:179]: ENS160 readings unavailable - 1 hour startup required after first power on
  32. [D][wifi:497]: Found networks:
  33. [I][wifi:541]: - 'MyHomeWiFi' (CC:2D:21:59:C2:39) ▂▄▆█
  34. [D][wifi:542]: Channel: 1
  35. [D][wifi:543]: RSSI: -48 dB
  36. [I][wifi:541]: - 'MyHomeWiFi' (CC:2D:21:59:C2:31) ▂▄▆█
  37. [D][wifi:542]: Channel: 6
  38. [D][wifi:543]: RSSI: -59 dB
  39. [I][wifi:541]: - 'MyHomeWiFi' (CC:2D:21:59:C2:41) ▂▄▆█
  40. [D][wifi:542]: Channel: 11
  41. [D][wifi:543]: RSSI: -75 dB
  42. [D][wifi:546]: - 'FASTWEB-U7Qd5u' (A4:16:E7:C3:94:C4) ▂▄▆█
  43. [I][wifi:313]: WiFi Connecting to 'MyHomeWiFi'...
  44. [I][wifi:617]: WiFi Connected!
  45. [C][wifi:428]: Local MAC: E4:65:B8:49:B8:10
  46. [C][wifi:433]: SSID: 'MyHomeWiFi'
  47. [C][wifi:436]: IP Address: 192.168.1.100
  48. [C][wifi:440]: BSSID: CC:2D:21:59:C2:39
  49. [C][wifi:441]: Hostname: 'ens160'
  50. [C][wifi:443]: Signal strength: -23 dB ▂▄▆█
  51. [C][wifi:447]: Channel: 1
  52. [C][wifi:448]: Subnet: 255.255.255.0
  53. [C][wifi:449]: Gateway: 192.168.1.1
  54. [C][wifi:450]: DNS1: 192.168.1.1
  55. [C][wifi:451]: DNS2: 0.0.0.0
  56. [C][web_server:238]: Setting up web server...
  57. [C][api:026]: Setting up Home Assistant API server...
  58. [I][app:062]: setup() finished successfully!
  59. [W][component:170]: Component wifi cleared Warning flag
  60. [W][component:157]: Component api set Warning flag: unspecified
  61. [I][app:100]: ESPHome version 2025.3.1 compiled on May 31 2025, 20:26:41
  62. [C][wifi:600]: WiFi:
  63. [C][wifi:428]: Local MAC: E4:65:B8:49:B8:10
  64. [C][wifi:433]: SSID: 'MyHomeWiFi'
  65. [C][wifi:436]: IP Address: 192.168.1.100
  66. [C][wifi:440]: BSSID: CC:2D:21:59:C2:39
  67. [C][wifi:441]: Hostname: 'ens160'
  68. [C][wifi:443]: Signal strength: -30 dB ▂▄▆█
  69. [C][wifi:447]: Channel: 1
  70. [C][wifi:448]: Subnet: 255.255.255.0
  71. [C][wifi:449]: Gateway: 192.168.1.1
  72. [C][wifi:450]: DNS1: 192.168.1.1
  73. [C][wifi:451]: DNS2: 0.0.0.0
  74. [C][logger:177]: Logger:
  75. [C][logger:178]: Max Level: DEBUG
  76. [C][logger:179]: Initial Level: DEBUG
  77. [C][logger:181]: Log Baud Rate: 115200
  78. [C][logger:182]: Hardware UART: UART0
  79. [C][i2c.arduino:071]: I2C Bus:
  80. [C][i2c.arduino:072]: SDA Pin: GPIO21
  81. [C][i2c.arduino:073]: SCL Pin: GPIO22
  82. [C][i2c.arduino:074]: Frequency: 50000 Hz
  83. [C][i2c.arduino:086]: Recovery: bus successfully recovered
  84. [I][i2c.arduino:096]: Results from i2c bus scan:
  85. [I][i2c.arduino:102]: Found i2c device at address 0x38
  86. [I][i2c.arduino:102]: Found i2c device at address 0x53
  87. [C][ens160:278]: ENS160:
  88. [D][ens160:300]: Setup successful
  89. [I][ens160:304]: Firmware Version: 5.4.6
  90. [C][ens160:306]: Update Interval: 10.0s
  91. [C][ens160:307]: CO2 Sensor: 'ENS160 eCO2'
  92. [C][ens160:307]: Device Class: 'carbon_dioxide'
  93. [C][ens160:307]: State Class: 'measurement'
  94. [C][ens160:307]: Unit of Measurement: 'ppm'
  95. [C][ens160:307]: Accuracy Decimals: 0
  96. [C][ens160:307]: Icon: 'mdi:molecule-co2'
  97. [C][ens160:308]: TVOC Sensor: 'ENS160 Total Volatile Organic Compounds'
  98. [C][ens160:308]: Device Class: 'volatile_organic_compounds_parts'
  99. [C][ens160:308]: State Class: 'measurement'
  100. [C][ens160:308]: Unit of Measurement: 'ppb'
  101. [C][ens160:308]: Accuracy Decimals: 0
  102. [C][ens160:308]: Icon: 'mdi:radiator'
  103. [C][ens160:309]: AQI Sensor: 'ENS160 Air Quality Index'
  104. [C][ens160:309]: Device Class: 'aqi'
  105. [C][ens160:309]: State Class: 'measurement'
  106. [C][ens160:309]: Unit of Measurement: ''
  107. [C][ens160:309]: Accuracy Decimals: 0
  108. [C][ens160:309]: Icon: 'mdi:chemical-weapon'
  109. [C][ens160:312]: Temperature Compensation: 'Temperature'
  110. [C][ens160:312]: Device Class: 'temperature'
  111. [C][ens160:312]: State Class: 'measurement'
  112. [C][ens160:312]: Unit of Measurement: '°C'
  113. [C][ens160:312]: Accuracy Decimals: 2
  114. [C][ens160:313]: Humidity Compensation: 'Humidity'
  115. [C][ens160:313]: Device Class: 'humidity'
  116. [C][ens160:313]: State Class: 'measurement'
  117. [C][ens160:313]: Unit of Measurement: '%'
  118. [C][ens160:313]: Accuracy Decimals: 2
  119. [C][ens160_i2c.sensor:028]: Address: 0x53
  120. [C][aht10:162]: AHT10:
  121. [C][aht10:163]: Address: 0x38
  122. [C][aht10:167]: Temperature 'Temperature'
  123. [C][aht10:167]: Device Class: 'temperature'
  124. [C][aht10:167]: State Class: 'measurement'
  125. [C][aht10:167]: Unit of Measurement: '°C'
  126. [C][aht10:167]: Accuracy Decimals: 2
  127. [C][aht10:168]: Humidity 'Humidity'
  128. [C][aht10:168]: Device Class: 'humidity'
  129. [C][aht10:168]: State Class: 'measurement'
  130. [C][aht10:168]: Unit of Measurement: '%'
  131. [C][aht10:168]: Accuracy Decimals: 2
  132. [C][web_server:285]: Web Server:
  133. [C][web_server:286]: Address: ens160.local:80
  134. [C][mdns:116]: mDNS:
  135. [C][mdns:117]: Hostname: ens160
  136. [C][esphome.ota:073]: Over-The-Air updates:
  137. [C][esphome.ota:074]: Address: ens160.local:3232
  138. [C][esphome.ota:075]: Version: 2
  139. [C][safe_mode:018]: Safe Mode:
  140. [C][safe_mode:020]: Boot considered successful after 60 seconds
  141. [C][safe_mode:021]: Invoke after 10 boot attempts
  142. [C][safe_mode:023]: Remain in safe mode for 300 seconds
  143. [C][api:140]: API Server:
  144. [C][api:141]: Address: ens160.local:6053
  145. [C][api:145]: Using noise encryption: NO
  146. [C][http_request:013]: HTTP Request:
  147. [C][http_request:014]: Timeout: 4500ms
  148. [C][http_request:015]: User-Agent: ESPHome/2025.3.1 (https://esphome.io)
  149. [C][http_request:016]: Follow redirects: YES
  150. [C][http_request:017]: Redirect limit: 3
  151. [D][sensor:094]: 'Temperature': Sending state 26.70078 °C with 2 decimals of accuracy
  152. [D][sensor:094]: 'Humidity': Sending state 74.40271 % with 2 decimals of accuracy
  153. [D][sensor:094]: 'Temperature': Sending state 26.73779 °C with 2 decimals of accuracy
  154. [D][sensor:094]: 'Humidity': Sending state 74.33586 % with 2 decimals of accuracy
  155. [D][sensor:094]: 'Temperature': Sending state 26.76888 °C with 2 decimals of accuracy
  156. [D][sensor:094]: 'Humidity': Sending state 74.13950 % with 2 decimals of accuracy
  157. [D][sensor:094]: 'Temperature': Sending state 26.72825 °C with 2 decimals of accuracy
  158. [D][sensor:094]: 'Humidity': Sending state 74.21103 % with 2 decimals of accuracy
  159. [D][sensor:094]: 'Temperature': Sending state 26.79462 °C with 2 decimals of accuracy
  160. [D][sensor:094]: 'Humidity': Sending state 74.14923 % with 2 decimals of accuracy
  161. [D][sensor:094]: 'Temperature': Sending state 26.78814 °C with 2 decimals of accuracy
  162. [D][sensor:094]: 'Humidity': Sending state 74.04270 % with 2 decimals of accuracy
  163. [I][safe_mode:041]: Boot seems successful; resetting boot loop counter
  164. [D][esp32.preferences:114]: Saving 1 preferences to flash...
  165. [D][esp32.preferences:143]: Saving 1 preferences to flash: 0 cached, 1 written, 0 failed
  166. [D][sensor:094]: 'Temperature': Sending state 26.84536 °C with 2 decimals of accuracy
  167. [D][sensor:094]: 'Humidity': Sending state 74.06483 % with 2 decimals of accuracy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement