3.3.005-671-g315bb344 OTA build Sat Feb 14 23:10:03 CET 2026 See ovms3.log for details dcc030a8 smartEQ: update charge handling 61804ce3 Update index.rst e3c569b7 Update index.rst 170c71fb Update index.rst 8f26c251 esp32wifi: fix race condition between scan & mode change / power off 69d67682 DuktapeVFSSave: raise stack size to 3K to avoid stack overflow 1f318f04 Server V3: move metrics & events tx logs into verbose class 84296bd8 NetManager: fix race conditions on Mongoose stop & restart ca32c1e7 Server V2: fix potential race condition leading to a second net restart request on detection of a stale connection 13e0b282 Fix RST syntax c5272c20 Cellular: fix restart operation not working on powered down modem 6eca5275 Netmanager: move network restart operation into task if available to do clean connection shutdowns and avoid blocking execution in the events context fad79109 Update Bolt EV docs with further details on SWCAN module requirements 62301906 Create index.rst for Bolt EV fa66bee1 Server V3: fix performance & potential deadlock for 'immediate' metrics by delegating data transmission to the Mongoose poll callback, optimize Mogoose lock time with filters 607191ba OTA/HttpClient: rework to non-blocking download (select) and generally applying a read timeout (currently 10 seconds) to avoid blocking the LwIP API from slow connections and/or high packet losses a29b92be Kona/Ioniq5 - Improve GoM weighting algorithm d82cc684 Ioniq 5 - Approximate beter resolution from odo + speed 53daa2af Ioniq 5 - Fix xhiq range reset 3ec35abf Server V3: fix config access concurrency on V3 startup dbec4a13 Server V3: optimize config change handling ec2a2d61 IdFilter: fix concurrent load/check execution, generalize load/update optimization (hash test), add check optimization (entry count test) 5bcd99cc Refactor smartEQ metrics and event handling 617002fa Netmanager/Mongoose: extend measure against busy looping by adding a 10 ms yield per second 75c99067 esp32wifi: add/extend measures against concurrent scans & mode changes c433464f Server V2: fix false positive for issue #241 detection causing unnecessary network restarts when no client is connected and tx intervals are below 30 seconds (server rx timeout) ea75c8fa OTA: fix download error recognition, optimize progress feedback 86ce9afd Netmanager: workaround for broken FreeRTOS mutex priority inheritance, avoid busy looping from continuous network activity 9702b872 Events: fix deadlock race condition on changing the vehicle type from the Mongoose context (any network command channel) with server v3 running: server v3 event handler does inline transmission, so needs to lock Mongoose, which is already locked for the command execution, vehicle unload then needs to deregister from events, but event mutex is locked for the server v3 handler. c881be67 Server V3: fix message id modulo range and memory leak induced by that (notifications with message ids beyond 65535 didn't get cleared) feddd727 Networking framework: fix race conditions on concurrent Mongoose accesses by introducing a global Mongoose API level lock (see mongoose_client.h for usage details) 495b5fd0 Server V2&V3: fix newly introduced race condition on connect failure c8fe9d20 Pushover: fix memory leak on failed lock or connect 0ef89236 Server V2&V3: fix Mongoose connect event handling regarding race condition with concurrent stop & connection clearing on failed connect 989d08e9 smartEQ: Add custom CAN write command and door lock metrics 5f2d4baf Server V2: fix race condition on unscheduled connection drops, avoid status change event repetition 10e0afe4 Cellular: raise stack size to 5K to avoid stack overflow c6a1b0fa Poller - remove single entry from polls c3660f58 Poller - Fix some error conditions in Blocking Poll a1945d6e Poller - Make sure Once-Off poll is not called from within the polling task 5009ed4e Fix BMS capacity calculation to use SOC instead of SOH d5002f39 Netmanager: discard & cancel unprocessed commands on Mongoose shutdown dcf4f1e8 Netmanager: use FreeRTOS API to retrieve current task handle 97859c39 Netmanager: fix potential use-after-free race condition when browsing the LwIP network interfaces by retrieving a copy from the LwIP context 998f8f0e smartEQ: Add usable capacity to BMS metrics and reporting e15ec3bc OvmsConsole/s: fix memory leak of unreleased log buffers on exit c688afd9 ConsoleAsync: remove deprecated & unused class-internal logging 34fe97fa OvmsCommandApp: remove deprecated & unused partial logging 069632f4 OvmsCommandApp: add console registry mutex to prevent race condition leading to use-after-free (on console added while logging) b34fe303 Replace CAC with CAP in trip and status outputs 4797c28d smartEQ: Update BMS metrics and OTA URL, add vehicle.on event ffba06fd Update eq_commands.cpp 4acf2822 Config: fix transaction control for explicit unlocking 08ff50b5 Update index.rst a40cde84 smartEQ: Remove modem auto-restart feature and update config handling 7100158e Config API: extend typed & defaulting getters & setters API down to OvmsConfigParam & ConfigParamMap for convenient param/map access ea57e3aa Config framework: optimize SetMap/SetParamMap to only save on changes 4e974413 Vehicle: move climate scheduler shell commands to vehicle_shell module 46578d1d Config/Vehicle: add config locks to climate schedule commands f881fad6 VW e-Up/OBD: fix VIN request a60f323b OvmsMutex: enable move construction for locks, add recursive count dc0194f3 Web UI: fix active vehicle type code tests 27cce855 all xTimer stop timeouts set to 0 1d9fbb59 fix/improve handling of incomplete/faulty profile0 readings 7e945a95 Config framework: fix race condition, multiple file rewrites & signals deriving from multiple successive changes to a param: a) introduce mutex to synchronize accesses to the config maps b) introduce transaction scheme to collect & reduce file I/O & signals cad8c86f CommandApp: move config read from log task context to event listener 8253a2ac Netmanager: move all config reads into config.changed event listener, removing the config access from the LwIP context (SetDNSServer) 5109d996 Events framework: add support for signals with extended phase callbacks to enable performing additional operations within the events context e544883d OvmsMutex: enable move construction for locks, add recursive count 808807e5 Web UI: fix active vehicle type code tests 764fe70d Update vehicle_smarteq.cpp 6068137f Override NotifyVehicleIdling for SmartEQ vehicle a0a877af Netmanager: fix deadlock on overlapping mongoose stop & start requests introduced by synchronous "network.mgr.stop" event processing (commit 25974bc909455109f5690ec5cb4950738eee7c08 of 2025-12-22) 52c18452 Events: add SignalEvent API for event done signaling using OvmsSemaphore 7e8c2a75 smartEQ: Refine BMS SOC parsing d4fde585 Poller - Let the VWTP protocol handle Pings 76c4637e VWTP Poll - neaten ticker response code 7d7b13b6 Poller - add extra logging for once-off failures 900bda6c Smart EQ - Fix compile of documentation 273a9acd Poll List - Fixes to documentation 2d6c5efa Poller - Handle some fringe cases removing a poll series 854c568d Poller - Let the switching to a blocking iter happen in the next poll 3ec57a57 Poller - Put mutex lock on a couple of poller list accesses 4e9bbfb6 Poller - Separate out throttling for blocking polls f1a11ee2 Poller - use time to handle poll-waiting 225bbb2c smartEQ: Refactor BMS, EVC and OBL metrics to use vectors 735cc187 Poller - Support signed error response ce59a78c Update index.rst 57e566c3 smartEQ: Refactor BMS metrics to use vectors 6b793d36 Update eq_features.cpp 1b910bd4 smartEQ: Refactor DDT4list output and fix TPMS index 85841d1d Minor comment fix c2fbde6e Module: added heap integrity check + alert command for usage in e.g. custom event scripts, enables adding checks on specific system events and/or with higher frequency. 3201ae80 Documentation: heap corruption event & notification 2b9eab22 VFS: added echo command to write a line to a file 58c7f701 Update changes.txt ea08542e Module: add heap tracing tools -- NOTE: heap tracing will for now not be enabled by default on user builds. This is meant to be used by developers to track down heap corruptions. If you encounter many random crashes, ask your maintainer to provide a debug build to you with heap tracing enabled, and let her/him guide you through the usage, or grant him/her remote access to your module. See: https://docs.espressif.com/projects/esp-idf/en/v3.3/api-reference/system/heap_debug.html c63e41e3 Module: added heap integrity alert, added task ownership to heap check report, added task handles to task log, added debug options to web UI (Config → Notifications) e38df280 Housekeeping: refactor logging to eliminate code duplicate 397b1737 Server V2 & V3: allow data notifications to be larger than 1024 bytes (necessary for `*-OVM-DebugTasks` now)