From b6c664aa2e2b327d4f475037ed58f185b2fc8071 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Tue, 15 Jul 2025 20:02:38 +0200 Subject: [PATCH] Limit WiFi and MQTT startup to 30sec Seen up to 15 min of uptime - some WiFi blockage apparently, not something we need for this battery. --- pool.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pool.yaml b/pool.yaml index a426b67..7b26435 100644 --- a/pool.yaml +++ b/pool.yaml @@ -99,12 +99,14 @@ sensor: wifi: fast_connect: true + reboot_timeout: 15s # not counted towards deep_sleep manual_ip: # For faster connection. static_ip: 10.26.160.236 gateway: 10.26.160.1 subnet: 255.255.255.0 mqtt: + reboot_timeout: 30s # not counted towards deep_sleep on_message: # This is a reflect subscription to our own sensor - when we get a message, # it means that we're done with measurement.