How to broadcast an ESPHome iBeacon more often?

Hi,

ESPHome BLE beacon is broadcasting only every 20 seconds.

[10:05:29.576][D][esp32_ble_beacon:077]: Setting BLE TX power
[10:05:29.618][D][esp32_ble_beacon:114]: BLE stopped advertising successfully
[10:05:49.603][D][esp32_ble_beacon:077]: Setting BLE TX power
[10:05:49.605][D][esp32_ble_beacon:114]: BLE stopped advertising successfully

Is there a way to change this schedule to a shorter period?

Thanks.

BLE Component - ESPHome - Smart Home Made Simple

=> advertising_cycle_time

For me it seems the time you put there is doubled. Check your logs if the result is what you expect.

This is with time set to 2500ms, resulting in 5s gaps.

[13:56:31.258][D][esp32_ble_beacon:077]: Setting BLE TX power
[13:56:31.261][D][esp32_ble_beacon:114]: BLE stopped advertising successfully
[13:56:36.275][D][esp32_ble_beacon:077]: Setting BLE TX power
[13:56:36.278][D][esp32_ble_beacon:114]: BLE stopped advertising successfully
[13:56:41.293][D][esp32_ble_beacon:077]: Setting BLE TX power
[13:56:41.293][D][esp32_ble_beacon:114]: BLE stopped advertising successfully
[13:56:46.310][D][esp32_ble_beacon:077]: Setting BLE TX power
[13:56:46.313][D][esp32_ble_beacon:114]: BLE stopped advertising successfully
[13:56:51.275][D][esp32_ble_beacon:077]: Setting BLE TX power
[13:56:51.286][D][esp32_ble_beacon:114]: BLE stopped advertising successfully
[13:56:56.280][D][esp32_ble_beacon:077]: Setting BLE TX power
[13:56:56.283][D][esp32_ble_beacon:114]: BLE stopped advertising successfully