my configuration:
substitutions:
name: "tx-balcone2"
friendly_name: TX Ultimate balcone2
device_format: US # NEW - Required: 'EU' or 'US' (case-sensitive, uppercase only)
gang_count: 3 # NEW - Required: Number of relays/buttons (1, 2, 3, or 4)
expose_relays_leds_to_ha: false
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
packages:
remote_package:
url: https://github.com/edwardtfn/TX-Ultimate-Easy
ref: main # Or you can specify a version tag for controlled updates, like ref: v2024.12.2
refresh: 5min
files:
- ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml # Core (essential) packages
- ESPHome/TX-Ultimate-Easy-ESPHome_standard.yaml
Optional: Add Bluetooth proxy support
#bluetooth_proxy:
If I enable the Bluetooth proxy, the device does not activate, and when I try to connect it I get the following log:
[17:32:36]
[17:32:36]
[17:32:36]ELF file SHA256: 626ac1e9a
[17:32:36]
[17:32:36]Rebooting...
[17:32:36]ets Jul 29 2019 12:21:46
[17:32:36]
[17:32:36]rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
[17:32:36]configsip: 153911750, SPIWP:0xee
[17:32:36]clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
[17:32:36]mode:DIO, clock div:2
[17:32:36]load:0x3fff0030,len:6384
[17:32:36]load:0x40078000,len:15996
[17:32:36]load:0x40080400,len:3920
[17:32:36]entry 0x4008063c
[17:32:36]I (28) boot: ESP-IDF 5.5.2 2nd stage bootloader
[17:32:36]I (28) boot: compile time Jan 30 2026 22:45:22
[17:32:36]I (28) boot: Multicore bootloader
[17:32:36]I (29) boot: chip revision: v3.1
[17:32:36]I (32) boot.esp32: SPI Speed : 40MHz
[17:32:36]I (36) boot.esp32: SPI Mode : DIO
[17:32:36]I (39) boot.esp32: SPI Flash Size : 8MB
[17:32:36]I (43) boot: Enabling RNG early entropy source...
[17:32:36]I (47) boot: Partition Table:
[17:32:36]I (50) boot: ## Label Usage Type ST Offset Length
[17:32:36]I (56) boot: 0 otadata OTA data 01 00 00009000 00002000
[17:32:36]I (63) boot: 1 phy_init RF data 01 01 0000b000 00001000
[17:32:36]I (69) boot: 2 app0 OTA app 00 10 00010000 003c0000
[17:32:36]I (76) boot: 3 app1 OTA app 00 11 003d0000 003c0000
[17:32:36]I (82) boot: 4 nvs WiFi data 01 02 00790000 0006d000
[17:32:36]I (89) boot: End of partition table
[17:32:36]I (92) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=50b6ch (330604) map
[17:32:36]I (213) esp_image: segment 1: paddr=00060b94 vaddr=3ffb0000 size=05b70h ( 23408) load
[17:32:36]I (222) esp_image: segment 2: paddr=0006670c vaddr=40080000 size=0990ch ( 39180) load
[17:32:36]I (237) esp_image: segment 3: paddr=00070020 vaddr=400d0020 size=12217ch (1188220) map
[17:32:37]I (643) esp_image: segment 4: paddr=001921a4 vaddr=4008990c size=0c3d8h ( 50136) load
[17:32:37]I (663) esp_image: segment 5: paddr=0019e584 vaddr=50000000 size=00020h ( 32) load
[17:32:37]I (674) boot: Loaded app from partition at offset 0x10000
[17:32:37]I (674) boot: Disabling RNG early entropy source...
[17:32:37]
[17:32:37]assert failed: s_prepare_reserved_regions memory_layout_utils.c:88 (reserved[i + 1].start > reserved[i].start)
[17:32:37]
[17:32:37]
[17:32:37]Backtrace: 0x400905b9:0x3ffe3190 0x40090581:0x3ffe31b0 0x40093195:0x3ffe31d0 0x4015b646:0x3ffe32f0 0x40159df5:0x3ffe3730 0x40159fab:0x3ffe3bf0 0x40157933:0x3ffe3c10 0x4015796e:0x3ffe3c30 0x400834de:0x3ffe3c60 0x40079796:0x3ffe3c90 |<-CORRUPTED
[17:32:37]
[17:32:37]
[17:32:37]
my configuration:
substitutions:
name: "tx-balcone2"
friendly_name: TX Ultimate balcone2
device_format: US # NEW - Required: 'EU' or 'US' (case-sensitive, uppercase only)
gang_count: 3 # NEW - Required: Number of relays/buttons (1, 2, 3, or 4)
expose_relays_leds_to_ha: false
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
packages:
remote_package:
url: https://github.com/edwardtfn/TX-Ultimate-Easy
ref: main # Or you can specify a version tag for controlled updates, like
ref: v2024.12.2refresh: 5min
files:
- ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml # Core (essential) packages
- ESPHome/TX-Ultimate-Easy-ESPHome_standard.yaml
Optional: Add Bluetooth proxy support
#bluetooth_proxy:
If I enable the Bluetooth proxy, the device does not activate, and when I try to connect it I get the following log:
[17:32:36]
[17:32:36]
[17:32:36]ELF file SHA256: 626ac1e9a
[17:32:36]
[17:32:36]Rebooting...
[17:32:36]ets Jul 29 2019 12:21:46
[17:32:36]
[17:32:36]rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
[17:32:36]configsip: 153911750, SPIWP:0xee
[17:32:36]clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
[17:32:36]mode:DIO, clock div:2
[17:32:36]load:0x3fff0030,len:6384
[17:32:36]load:0x40078000,len:15996
[17:32:36]load:0x40080400,len:3920
[17:32:36]entry 0x4008063c
[17:32:36]I (28) boot: ESP-IDF 5.5.2 2nd stage bootloader
[17:32:36]I (28) boot: compile time Jan 30 2026 22:45:22
[17:32:36]I (28) boot: Multicore bootloader
[17:32:36]I (29) boot: chip revision: v3.1
[17:32:36]I (32) boot.esp32: SPI Speed : 40MHz
[17:32:36]I (36) boot.esp32: SPI Mode : DIO
[17:32:36]I (39) boot.esp32: SPI Flash Size : 8MB
[17:32:36]I (43) boot: Enabling RNG early entropy source...
[17:32:36]I (47) boot: Partition Table:
[17:32:36]I (50) boot: ## Label Usage Type ST Offset Length
[17:32:36]I (56) boot: 0 otadata OTA data 01 00 00009000 00002000
[17:32:36]I (63) boot: 1 phy_init RF data 01 01 0000b000 00001000
[17:32:36]I (69) boot: 2 app0 OTA app 00 10 00010000 003c0000
[17:32:36]I (76) boot: 3 app1 OTA app 00 11 003d0000 003c0000
[17:32:36]I (82) boot: 4 nvs WiFi data 01 02 00790000 0006d000
[17:32:36]I (89) boot: End of partition table
[17:32:36]I (92) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=50b6ch (330604) map
[17:32:36]I (213) esp_image: segment 1: paddr=00060b94 vaddr=3ffb0000 size=05b70h ( 23408) load
[17:32:36]I (222) esp_image: segment 2: paddr=0006670c vaddr=40080000 size=0990ch ( 39180) load
[17:32:36]I (237) esp_image: segment 3: paddr=00070020 vaddr=400d0020 size=12217ch (1188220) map
[17:32:37]I (643) esp_image: segment 4: paddr=001921a4 vaddr=4008990c size=0c3d8h ( 50136) load
[17:32:37]I (663) esp_image: segment 5: paddr=0019e584 vaddr=50000000 size=00020h ( 32) load
[17:32:37]I (674) boot: Loaded app from partition at offset 0x10000
[17:32:37]I (674) boot: Disabling RNG early entropy source...
[17:32:37]
[17:32:37]assert failed: s_prepare_reserved_regions memory_layout_utils.c:88 (reserved[i + 1].start > reserved[i].start)
[17:32:37]
[17:32:37]
[17:32:37]Backtrace: 0x400905b9:0x3ffe3190 0x40090581:0x3ffe31b0 0x40093195:0x3ffe31d0 0x4015b646:0x3ffe32f0 0x40159df5:0x3ffe3730 0x40159fab:0x3ffe3bf0 0x40157933:0x3ffe3c10 0x4015796e:0x3ffe3c30 0x400834de:0x3ffe3c60 0x40079796:0x3ffe3c90 |<-CORRUPTED
[17:32:37]
[17:32:37]
[17:32:37]