Dear Forum,
I am a noob regarding the ESP32-S3-Box.
Nevertheless I got two boxes installed and running with my hoas/ollama setup.
I am struggling with two issues:
- The installation under:
ESP32-S3-BOX voice assistant - Home Assistant
The script let me install the esp32 firmware but does not continue with wifi config & voice assistant most of the times. Having tried about 20 times this morning without success. What am I doing wrong?
The days before I managed it somehow to continue after a lot of trials.
I attached a logfile below from today
- When I got it up & running, my setup generally worked just fine (wake up word, pipe with my local ollama…). It is just perfect!
But the boxes only work directly linked with my laptop.
After unpluging they do a reboot and do not come up again.
Either they ask for wifi ( No Wi-Fi ) or they look completely fresh.
What are the secrets to make them work persistently wo laptop link?
I equipped them with a battery, charged the battery and put a sd card inside meanwhile…
Any help is sooo welcome
logfile:
[10:32:20][C][safe_mode:079]: There have been 3 suspected unsuccessful boot attempts
[10:32:20][D][esp32.preferences:114]: Saving 1 preferences to flash...
[10:32:20][D][esp32.preferences:143]: Saving 1 preferences to flash: 0 cached, 1 written, 0 failed
[10:32:20][I][app:029]: Running through setup()...
[10:32:20][D][spi:035]: Setting up SPI bus...
[10:32:20][I][esp_adf:019]: Start codec chip
[10:32:20][D][esp-idf:000]: I (153) DRV8311: ES8311 inESP-ROM:esp32s3-20210327
[10:32:20]Build:Mar 27 2021
[10:32:20]rst:0x15 (USB_UART_CHIP_RESET),boot:0xa (SPI_FAST_FLASH_BOOT)
[10:32:20]Saved PC:0x42160926
[10:32:20]SPIWP:0xee
[10:32:20]mode:DIO, clock div:1
[10:32:20]load:0x3fce3808,len:0x16c4
[10:32:20]load:0x403c9700,len:0xbc0
[10:32:20]load:0x403cc700,len:0x2e90
[10:32:20]entry 0x403c9950
[10:32:20]I (18) boot: ESP-IDF 4.4.8 2nd stage bootloader
[10:32:20]I (18) boot: compile time 01:33:21
[10:32:20]I (18) boot: Multicore bootloader
[10:32:20]I (18) boot: chip revision: v0.2
[10:32:20]I (18) boot.esp32s3: Boot SPI Speed : 80MHz
[10:32:20]I (19) boot.esp32s3: SPI Mode : DIO
[10:32:20]I (19) boot.esp32s3: SPI Flash Size : 16MB
[10:32:20]I (19) boot: Enabling RNG early entropy source...
[10:32:20]I (19) boot: Partition Table:
[10:32:20]I (20) boot: ## Label Usage Type ST Offset Length
[10:32:20]I (20) boot: 0 otadata OTA data 01 00 00009000 00002000
[10:32:20]I (20) boot: 1 phy_init RF data 01 01 0000b000 00001000
[10:32:20]I (21) boot: 2 app0 OTA app 00 10 00010000 007c0000
[10:32:20]I (21) boot: 3 app1 OTA app 00 11 007d0000 007c0000
[10:32:20]I (22) boot: 4 nvs WiFi data 01 02 00f90000 0006d000
[10:32:20]I (22) boot: End of partition table
[10:32:20]I (22) esp_image: segment 0: paddr=00010020 vaddr=3c170020 size=27b444h (2602052) map
[10:32:20]I (489) esp_image: segment 1: paddr=0028b46c vaddr=3fc9d9e0 size=049b4h ( 18868) load
[10:32:20]I (494) esp_image: segment 2: paddr=0028fe28 vaddr=40374000 size=001f0h ( 496) load
[10:32:20]I (494) esp_image: segment 3: paddr=00290020 vaddr=42000020 size=168630h (1476144) map
[10:32:21]I (759) esp_image: segment 4: paddr=003f8658 vaddr=403741f0 size=197e8h (104424) load
[10:32:21]I (792) boot: Loaded app from partition at offset 0x10000
[10:32:21]I (793) boot: Disabling RNG early entropy source...
[10:32:21]I (793) cpu_start: Multicore app
[10:32:21]I (794) opi psram: vendor id : 0x0d (AP)
[10:32:21]I (794) opi psram: dev id : 0x03 (generation 4)
[10:32:21]I (794) opi psram: density : 0x05 (128 Mbit)
[10:32:21]I (794) opi psram: good-die : 0x01 (Pass)
[10:32:21]I (794) opi psram: Latency : 0x01 (Fixed)
[10:32:21]I (795) opi psram: VCC : 0x00 (1.8V)
[10:32:21]I (795) opi psram: SRF : 0x01 (Fast Refresh)
[10:32:21]I (795) opi psram: BurstType : 0x01 (Hybrid Wrap)
[10:32:21]I (795) opi psram: BurstLen : 0x01 (32 Byte)
[10:32:21]I (795) opi psram: Readlatency : 0x02 (10 cycles@Fixed)
[10:32:21]I (796) opi psram: DriveStrength: 0x00 (1/1)
[10:32:21]I (797) MSPI Timing: PSRAM timing tuning index: 6
[10:32:21]I (797) spiram: Found 128MBit SPI RAM device
[10:32:21]I (797) spiram: SPI RAM mode: sram 80m
[10:32:21]I (797) spiram: PSRAM initialized, cache is in normal (1-core) mode.
[10:32:21]I (798) cpu_start: Pro cpu up.
[10:32:21]I (798) cpu_start: Starting app cpu, entry point is 0x40376fb0
[10:32:21]I (0) cpu_start: App cpu up.
[10:32:21]I (1382) spiram: SPI SRAM memory test OK
[10:32:21]I (1390) cpu_start: Pro cpu start user code
[10:32:21]I (1391) cpu_start: cpu freq: 240000000
[10:32:21]I (1391) cpu_start: Application information:
[10:32:21]I (1391) cpu_start: Project name: esp32-s3-box-3
[10:32:21]I (1391) cpu_start: App version: 2024.11.1
[10:32:21]I (1391) cpu_start: Compile time: Nov 22 2024 01:28:27
[10:32:21]I (1392) cpu_start: ELF file SHA256: c3f6bd60218f89d2...
[10:32:21]I (1392) cpu_start: ESP-IDF: 4.4.8
[10:32:21]I (1392) cpu_start: Min chip rev: v0.0
[10:32:21]I (1392) cpu_start: Max chip rev: v0.99
[10:32:21]I (1392) cpu_start: Chip rev: v0.2
[10:32:21]I (1393) heap_init: Initializing. RAM available for dynamic allocation:
[10:32:21]I (1393) heap_init: At 3FCAB868 len 0003DEA8 (247 KiB): D/IRAM
[10:32:21]I (1393) heap_init: At 3FCE9710 len 00005724 (21 KiB): STACK/DIRAM
[10:32:21]I (1393) heap_init: At 600FE000 len 00002000 (8 KiB): RTCRAM
[10:32:21]I (1394) spiram: Adding pool of 16384K of external SPI memory to heap allocator
[10:32:21]I (1395) spi_flash: detected chip: gd
[10:32:21]I (1395) spi_flash: flash io: dio
[10:32:21]I (1396) sleep: Configure to isolate all GPIO pins in sleep state
[10:32:21]I (1396) sleep: Enable automatic switching of GPIO sleep configuration
[10:32:21]I (1397) coexist: coexist rom version e7ae62f
[10:32:21]I (1397) cpu_start: Starting scheduler on PRO CPU.
[10:32:21]I (0) cpu_start: Starting scheduler on APP CPU.
[10:32:21][I][logger:171]: Log initialized
[10:32:21][C][safe_mode:079]: There have been 4 suspected unsuccessful boot attempts
[10:32:21][D][esp32.preferences:114]: Saving 1 preferences to flash...
[10:32:21][D][esp32.preferences:143]: Saving 1 preferences to flash: 0 cached, 1 written, 0 failed
[10:32:21][I][app:029]: Running through setup()...
[10:32:21][D][spi:035]: Setting up SPI bus...
[10:32:21][I][esp_adf:019]: Start codec chip
[10:32:21][D][esp-idf:000]: I (153) DRV8311: ES8311 in Slave mode
[10:32:21]
[10:32:21][D][esp-idf:000]: I (165) gpio: GPIO[46]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
[10:32:21]
[10:32:21][D][esp-idf:000]: W (171) I2C_BUS: i2c_bus_create:58: I2C bus has been already created, [port:0]
[10:32:22]
[10:32:22][D][esp-idf:000]: I (175) ES7210: ES7210 in Slave mode
[10:32:22]
[10:32:22][D][esp-idf:000]: I (185) ES7210: Enable ES7210_INPUT_MIC1
[10:32:22]
[10:32:22][D][esp-idf:000]: I (189) ES7210: Enable ES7210_INPUT_MIC2
[10:32:22]
[10:32:22][D][esp-idf:000]: W (193) ES7210: Disable TDM mode. ES7210_SDP_INTERFACE2_REG12: 0
[10:32:22]
[10:32:22][D][esp-idf:000]: I (198) ES7210: config fmt 60
[10:32:22]
[10:32:22][D][esp-idf:000]: I (203) AUDIO_HAL: Codec mode is 3, Ctrl:1
[10:32:22]
[10:32:22][D][template.select:014]: Setting up Template Select
[10:32:22][D][template.select:023]: State from initial (could not load stored index): On device
[10:32:22][D][select:015]: 'Wake word engine location': Sending state On device (index 1)
[10:32:22][D][ili9xxx:034]: Setting up ILI9xxx
[10:32:22][D][esp-idf:000]: I (213) gpio: GPIO[4]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
[10:32:22]
[10:32:22][D][esp-idf:000]: I (214) gpio: GPIO[48]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
[10:32:22]
[10:32:22][D][spi_device:362]: mode 0, data_rate 40000kHz
[10:32:22][D][esp-idf:000]: I (216) gpio: GPIO[5]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
[10:32:22]
[10:32:22][D][ili9xxx:030]: Wrote MADCTL 0xC8
[10:32:22][D][esp-idf:000]: I (559) gpio: GPIO[0]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
[10:32:22]
[10:32:22][D][binary_sensor:034]: 'top_left_button': Sending initial state OFF
[10:32:22][C][light:021]: Setting up light 'Screen'...
[10:32:22][D][light:036]: 'Screen' Setting:
[10:32:22][D][light:041]: Color mode:
[10:32:22][D][light:047]: State: ON
[10:32:22][D][light:051]: Brightness: 100%
[10:32:22][D][template.switch:046]: Restored state OFF
[10:32:22][D][switch:016]: 'timer_ringing' Turning OFF.
[10:32:22][D][switch:055]: 'timer_ringing': Sending state OFF
[10:32:22][D][template.switch:046]: Restored state OFF
[10:32:22][D][switch:016]: 'Mute' Turning OFF.
[10:32:22][D][switch:055]: 'Mute': Sending state OFF
[10:32:22][C][esp_adf.microphone:027]: Setting up ESP ADF Microphone...
[10:32:22][D][ring_buffer:034]: Created ring buffer with size 16000
[10:32:22][C][esp_adf.microphone:047]: Successfully set up ESP ADF Microphone
[10:32:22][C][esp32_ble:032]: Setting up BLE...
[10:32:22][C][wifi:048]: Setting up WiFi...
[10:32:22][D][esp-idf:000]: I (790) pp: pp rom version: e7ae62f
[10:32:22]
[10:32:22][D][esp-idf:000]: I (791) net80211: net80211 rom version: e7ae62f
[10:32:22]
[10:32:22][D][esp-idf:000]: I (793) wifi:
[10:32:22][D][esp-idf:000]: wifi driver task: 3fcb9730, prio:23, stack:6656, core=0
[10:32:22][D][esp-idf:000]:
[10:32:22]
[10:32:22][D][esp-idf:000][wifi]: I (2987) system_api: Base MAC address is not set
[10:32:22]
[10:32:22][D][esp-idf:000][wifi]: I (2987) system_api: read default base MAC address from EFUSE
[10:32:22]
[10:32:22][D][esp-idf:000][wifi]: I (2990) wifi:
[10:32:22][D][esp-idf:000][wifi]: wifi firmware version: ff661c3
[10:32:22][D][esp-idf:000][wifi]:
[10:32:22]
[10:32:22][D][esp-idf:000][wifi]: I (2991) wifi:
[10:32:22][D][esp-idf:000][wifi]: wifi certification version: v7.0
[10:32:22][D][esp-idf:000][wifi]:
[10:32:22]
[10:32:22][D][esp-idf:000][wifi]: I (2993) wifi:
[10:32:22][D][esp-idf:000][wifi]: config NVS flash: enabled
[10:32:22][D][esp-idf:000][wifi]:
[10:32:22]
[10:32:22][D][esp-idf:000][wifi]: I (2994) wifi:
[10:32:22][D][esp-idf:000][wifi]: config nano formating: disabled
[10:32:22][D][esp-idf:000][wifi]:
[10:32:22]
[10:32:22][D][esp-idf:000][wifi]: I (2995) wifi:
[10:32:22][D][esp-idf:000][wifi]: Init data frame dynamic rx buffer num: 32
[10:32:22][D][esp-idf:000][wifi]:
[10:32:22]
[10:32:22][D][esp-idf:000][wifi]: I (2997) wifi:
[10:32:22][D][esp-idf:000][wifi]: Init static rx mgmt buffer num: 5
[10:32:22][D][esp-idf:000][wifi]:
[10:32:22]
[10:32:22][D][esp-idf:000][wifi]: I (2998) wifi:
[10:32:22][D][esp-idf:000][wifi]: Init management short buffer num: 32
[10:32:22][D][esp-idf:000][wifi]:
[10:32:22]
[10:32:22][D][esp-idf:000][wifi]: I (3000) wifi:
[10:32:22][D][esp-idf:000][wifi]: Init dynamic tx buffer num: 32
[10:32:22][D][esp-idf:000][wifi]:
[10:32:22]
[10:32:22][D][esp-idf:000][wifi]: I (3001) wifi:
[10:32:22][D][esp-idf:000][wifi]: Init tx cache buffer num: 32
[10:32:22][D][esp-idf:000][wifi]:
[10:32:22]
[10:32:22][D][esp-idf:000][wifi]: I (3003) wifi:
[10:32:22][D][esp-idf:000][wifi]: Init static tx FG buffer num: 2
[10:32:22][D][esp-idf:000][wifi]:
[10:32:22]
[10:32:22][D][esp-idf:000][wifi]: I (3004) wifi:
[10:32:22][D][esp-idf:000][wifi]: Init static rx buffer size: 1600
[10:32:22][D][esp-idf:000][wifi]:
[10:32:22]
[10:32:22][D][esp-idf:000][wifi]: I (3006) wifi:
[10:32:22][D][esp-idf:000][wifi]: Init static rx buffer num: 10
[10:32:22][D][esp-idf:000][wifi]:
[10:32:22]
[10:32:22][D][esp-idf:000][wifi]: I (3007) wifi:
[10:32:22][D][esp-idf:000][wifi]: Init dynamic rx buffer num: 32
[10:32:22][D][esp-idf:000][wifi]:
[10:32:22]
[10:32:22][D][esp-idf:000]: I (3009) wifi_init: rx ba win: 6
[10:32:22]
[10:32:22][D][esp-idf:000]: I (3009) wifi_init: tcpip mbox: 32
[10:32:22]
[10:32:22][D][esp-idf:000]: I (3010) wifi_init: udp mbox: 6
[10:32:22]
[10:32:22][D][esp-idf:000]: I (3011) wifi_init: tcp mbox: 6
[10:32:22]
[10:32:22][D][esp-idf:000]: I (3011) wifi_init: tcp tx win: 5760
[10:32:22]
[10:32:22][D][esp-idf:000]: I (3012) wifi_init: tcp rx win: 5760
[10:32:22]
[10:32:22][D][esp-idf:000]: I (3012) wifi_init: tcp mss: 1440
[10:32:22]
[10:32:22][D][esp-idf:000]: I (3013) wifi_init: WiFi IRAM OP enabled
[10:32:22]
[10:32:22][D][esp-idf:000]: I (3013) wifi_init: WiFi RX IRAM OP enabled
[10:32:22]
[10:32:22][C][wifi:061]: Starting WiFi...
[10:32:22][C][wifi:062]: Local MAC: 74:4D:BD:2E:4C:A0
[10:32:22][D][esp-idf:000][wifi]: I (3016) phy_init: phy_version 670,b7bc9b9,Apr 30 2024,10:54:13
[10:32:22]
[10:32:22][D][esp-idf:000][wifi]: I (3050) wifi:
[10:32:22][D][esp-idf:000][wifi]: mode : softAP (74:4d:bd:2e:4c:a1)
[10:32:22][D][esp-idf:000][wifi]:
[10:32:22]
[10:32:22][D][esp-idf:000][wifi]: I (3052) wifi:
[10:32:22][D][esp-idf:000][wifi]: Total power save buffer number: 16
[10:32:22][D][esp-idf:000][wifi]:
[10:32:22]
[10:32:22][D][esp-idf:000][wifi]: I (3054) wifi:
[10:32:22][D][esp-idf:000][wifi]: Init max length of beacon: 752/752
[10:32:22][D][esp-idf:000][wifi]:
[10:32:22]
[10:32:22][D][esp-idf:000][wifi]: I (3055) wifi:
[10:32:22][D][esp-idf:000][wifi]: Init max length of beacon: 752752
[10:32:22][D][esp-idf:000][wifi]:
[10:32:22]
[10:32:22][C][wifi:263]: Setting up AP...
[10:32:22][C][wifi:265]: AP SSID: 'esp32-s3-box-3-2e4ca0'
[10:32:22][C][wifi:266]: AP Password: ''
[10:32:22][D][esp-idf:000][wifi]: I (3060) wifi:
[10:32:22][D][esp-idf:000][wifi]: Total power save buffer number: 16
[10:32:22][D][esp-idf:000][wifi]:
[10:32:22]
[10:32:22][C][wifi:275]: IP Address: 192.168.4.1
[10:32:22][D][esp-idf:000][wifi]: I (3065) wifi:
[10:32:22][D][esp-idf:000][wifi]: mode : sta (74:4d:bd:2e:4c:a0) + softAP (74:4d:bd:2e:4c:a1)
[10:32:22][D][esp-idf:000][wifi]:
[10:32:22]
[10:32:22][D][esp-idf:000][wifi]: I (3067) wifi:
[10:32:22][D][esp-idf:000][wifi]: enable tsf
[10:32:22][D][esp-idf:000][wifi]:
[10:32:22]
[10:32:22][D][wifi:482]: Starting scan...
[10:32:23][D][esp32_improv.component:252]: Setting Improv to start
[10:32:23][C][api:026]: Setting up Home Assistant API server...
[10:32:23][D][wifi:482]: Starting scan...
[10:32:23][C][micro_wake_word:062]: Setting up microWakeWord...
[10:32:23][C][micro_wake_word:069]: Micro Wake Word initialized
[10:32:23][C][esp_adf.speaker:024]: Setting up ESP ADF Speaker...
[10:32:23][I][app:062]: setup() finished successfully!
[10:32:23][E][component:164]: Component http_request set Error flag: unspecified
[10:32:23][E][http_request.idf:030]: HTTP Request failed; Not connected to network
[10:32:23][E][component:164]: Component http_request.update set Error flag: Failed to fetch manifest from https://firmware.esphome.io/wake-word-voice-assistant/esp32-s3-box-3/manifest.json
[10:32:23][D][esp32.preferences:114]: Saving 2 preferences to flash...
[10:32:23][D][esp32.preferences:143]: Saving 2 preferences to flash: 2 cached, 0 written, 0 failed
[10:32:23][D][esp32_ble:284]: Enabling BLE...
[10:32:23][D][esp-idf:000]: I (3101) BLE_INIT: BT controller compile version [ba3b3e3]
[10:32:23]
[10:32:23][D][esp-idf:000][btController]: I (3103) BLE_INIT: Bluetooth MAC: 74:4d:bd:2e:4c:a2
[10:32:23]
[10:32:23]
[10:32:23][W][component:237]: Component esp32_ble took a long time for an operation (220 ms).
[10:32:23][W][component:238]: Components should block for at most 30 ms.
[10:32:23][D][esp-idf:000][wifi]: I (3322) wifi:
[10:32:23][D][esp-idf:000][wifi]: Set ps type: 1
[10:32:23]
[10:32:23][D][esp-idf:000][wifi]:
[10:32:23]
[10:32:23][W][component:157]: Component api set Warning flag: unspecified
[10:32:23][I][app:100]: ESPHome version 2024.11.1 compiled on Nov 22 2024, 01:28:27
[10:32:23][I][app:102]: Project esphome.voice-assistant version 24.11.1
[10:32:23][C][logger:185]: Logger:
[10:32:23][C][logger:186]: Level: DEBUG
[10:32:23][C][logger:188]: Log Baud Rate: 115200
[10:32:23][C][logger:189]: Hardware UART: USB_SERIAL_JTAG
[10:32:23][C][spi:064]: SPI bus:
[10:32:23][C][spi:065]: CLK Pin: GPIO7
[10:32:23][C][spi:066]: SDI Pin:
[10:32:23][C][spi:067]: SDO Pin: GPIO6
[10:32:23][C][spi:072]: Using HW SPI: SPI2_HOST
[10:32:23][C][ledc.output:180]: LEDC Output:
[10:32:23][C][ledc.output:181]: Pin GPIO47
[10:32:23][C][ledc.output:182]: LEDC Channel: 0
[10:32:23][C][ledc.output:183]: PWM Frequency: 1000.0 Hz
[10:32:23][C][ledc.output:184]: Phase angle: 0.0°
[10:32:23][C][ledc.output:185]: Bit depth: 14
[10:32:23][D][esp32_ble_server:077]: BLE server setup successfully
[10:32:23][D][esp32_improv.component:082]: Creating Improv service
[10:32:23][C][template.select:065]: Template Select 'Wake word engine location'
[10:32:23][C][template.select:065]: Icon: 'mdi:account-voice'
[10:32:23][C][template.select:066]: Update Interval: 60.0s
[10:32:23][C][template.select:069]: Optimistic: YES
[10:32:23][C][template.select:070]: Initial Option: On device
[10:32:23][C][template.select:071]: Restore Value: YES
[10:32:23][C][template.text_sensor:020]: Template Sensor 'text_request'
[10:32:23][C][template.text_sensor:020]: Template Sensor 'text_response'
[10:32:23][C][ili9xxx:094]: ili9xxx
[10:32:23][C][ili9xxx:094]: Rotations: 0 °
[10:32:23][C][ili9xxx:094]: Dimensions: 320px x 240px
[10:32:23][C][ili9xxx:095]: Width Offset: 0
[10:32:23][C][ili9xxx:096]: Height Offset: 0
[10:32:23][C][ili9xxx:102]: Color mode: 16bit
[10:32:23][C][ili9xxx:111]: Data rate: 40MHz
[10:32:23][C][ili9xxx:113]: Reset Pin: GPIO48
[10:32:23][C][ili9xxx:114]: CS Pin: GPIO5
[10:32:23][C][ili9xxx:115]: DC Pin: GPIO4
[10:32:23][C][ili9xxx:117]: Color order: BGR
[10:32:23][C][ili9xxx:118]: Swap_xy: NO
[10:32:23][C][ili9xxx:119]: Mirror_x: YES
[10:32:23][C][ili9xxx:120]: Mirror_y: YES
[10:32:23][C][ili9xxx:121]: Invert colors: NO
[10:32:23][C][ili9xxx:126]: Update Interval: never
[10:32:23][C][gpio.binary_sensor:015]: GPIO Binary Sensor 'top_left_button'
[10:32:23][C][gpio.binary_sensor:016]: Pin: GPIO0
[10:32:23][D][esp-idf:000][BTU_TASK]: W (3486) BT_BTM: BTM_BleWriteScanRsp, Partial data write into ADV
[10:32:23]
[10:32:23][D][esp32_improv.component:102]: Service started!
[10:32:23][D][esp-idf:000][BTU_TASK]: W (3498) BT_BTM: BTM_BleWriteScanRsp, Partial data write into ADV
[10:32:23]
[10:32:23][C][light:092]: Light 'Screen'
[10:32:23][C][light:094]: Default Transition Length: 0.2s
[10:32:23][C][light:095]: Gamma Correct: 2.80
[10:32:23][D][esp-idf:000][BTU_TASK]: W (3506) BT_BTM: data exceed max adv packet length
[10:32:23]
[10:32:23][D][esp-idf:000][BTU_TASK]: W (3508) BT_BTM: BTM_BleWriteScanRsp, Partial data write into ADV
[10:32:23]
[10:32:23][D][esp-idf:000][BTU_TASK]: W (3513) BT_BTM: data exceed max adv packet length
[10:32:23]
[10:32:23][D][esp-idf:000][BTU_TASK]: W (3514) BT_BTM: BTM_BleWriteScanRsp, Partial data write into ADV
[10:32:23]
[10:32:23][C][template.switch:068]: Template Switch 'Mute'
[10:32:23][C][template.switch:070]: Icon: 'mdi:microphone-off'
[10:32:23][C][template.switch:091]: Restore Mode: restore defaults to OFF
[10:32:23][C][template.switch:057]: Optimistic: YES
[10:32:23][C][psram:020]: PSRAM:
[10:32:23][C][psram:021]: Available: YES
[10:32:23][C][psram:024]: Size: 16383 KB
[10:32:23][C][factory_reset.button:011]: Factory Reset Button 'factory_reset_btn'
[10:32:23][C][factory_reset.button:011]: Icon: 'mdi:restart-alert'
[10:32:23][C][esp32_ble:391]: ESP32 BLE:
[10:32:23][C][esp32_ble:393]: MAC address: 74:4D:BD:2E:4C:A2
[10:32:23][C][esp32_ble:394]: IO Capability: none
[10:32:23][C][esp32_ble_server:200]: ESP32 BLE Server:
[10:32:23][C][esp32_improv.component:269]: ESP32 Improv:
[10:32:23][C][esp32_improv.component:274]: Status Indicator: 'NO'
[10:32:23][C][captive_portal:089]: Captive Portal:
[10:32:23][C][wifi:600]: WiFi:
[10:32:23][D][esp-idf:000][wifi]: W (3694) wifi:
[10:32:23][D][esp-idf:000][wifi]: Haven't to connect to a suitable AP now!
[10:32:23][D][esp-idf:000][wifi]:
[10:32:23]
[10:32:23][W][wifi_esp32:950]: esp_wifi_sta_get_ap_info failed: ESP_ERR_WIFI_NOT_CONNECT
[10:32:23][C][wifi:428]: Local MAC: 74:4D:BD:2E:4C:A0
[10:32:23][D][esp-idf:000][wifi]: W (3697) wifi:
[10:32:23][D][esp-idf:000][wifi]: Haven't to connect to a suitable AP now!
[10:32:23][D][esp-idf:000][wifi]:
[10:32:23]
[10:32:23][W][wifi_esp32:960]: esp_wifi_sta_get_ap_info failed: ESP_ERR_WIFI_NOT_CONNECT
[10:32:23][C][wifi:433]: SSID: ''[redacted]
[10:32:23][C][wifi:440]: BSSID: 00:00:00:00:00:00[redacted]
[10:32:23][C][wifi:441]: Hostname: 'esp32-s3-box-3-2e4ca0'
[10:32:23][D][esp-idf:000][wifi]: W (3700) wifi:
[10:32:23][D][esp-idf:000][wifi]: Haven't to connect to a suitable AP now!
[10:32:23][D][esp-idf:000][wifi]:
[10:32:23]
[10:32:23][W][wifi_esp32:971]: esp_wifi_sta_get_ap_info failed: ESP_ERR_WIFI_NOT_CONNECT
[10:32:23][C][wifi:443]: Signal strength: 0 dB ▂▄▆█
[10:32:23][C][wifi:447]: Channel: 2
[10:32:23][C][wifi:448]: Subnet: 0.0.0.0
[10:32:23][C][wifi:449]: Gateway: 0.0.0.0
[10:32:23][C][wifi:450]: DNS1: 0.0.0.0
[10:32:23][C][wifi:451]: DNS2: 0.0.0.0
[10:32:23][C][mdns:116]: mDNS:
[10:32:23][C][mdns:117]: Hostname: esp32-s3-box-3-2e4ca0
[10:32:23][C][esphome.ota:073]: Over-The-Air updates:
[10:32:23][C][esphome.ota:074]: Address: esp32-s3-box-3.local:3232
[10:32:23][C][esphome.ota:075]: Version: 2
[10:32:23][C][safe_mode:018]: Safe Mode:
[10:32:23][C][safe_mode:020]: Boot considered successful after 60 seconds
[10:32:23][C][safe_mode:021]: Invoke after 10 boot attempts
[10:32:23][C][safe_mode:023]: Remain in safe mode for 300 seconds
[10:32:23][W][safe_mode:029]: Last reset occurred too quickly; safe mode will be invoked in 6 restarts
[10:32:23][C][http_request.ota:026]: Over-The-Air updates via HTTP request
[10:32:23][C][api:140]: API Server:
[10:32:23][C][api:141]: Address: esp32-s3-box-3.local:6053
[10:32:23][C][api:145]: Using noise encryption: NO
[10:32:23][C][http_request:013]: HTTP Request:
[10:32:23][C][http_request:014]: Timeout: 4500ms
[10:32:23][C][http_request:015]: User-Agent: ESPHome/2024.11.1 (https://esphome.io)
[10:32:23][C][http_request:016]: Follow redirects: YES
[10:32:23][C][http_request:017]: Redirect limit: 3
[10:32:23][C][http_request.idf:022]: Buffer Size RX: 512
[10:32:23][C][http_request.idf:023]: Buffer Size TX: 512
[10:32:23][C][improv_serial:032]: Improv Serial:
[10:32:23][C][micro_wake_word:051]: microWakeWord:
[10:32:23][C][micro_wake_word:052]: models:
[10:32:23][C][micro_wake_word:015]: - Wake Word: Okay Nabu
[10:32:23][C][micro_wake_word:016]: Probability cutoff: 0.970
[10:32:23][C][micro_wake_word:017]: Sliding window size: 5
[10:32:23][E][component:176]: Component http_request cleared Error flag