same problem here, if I use Server v3 (MQTT) connection, every second updates of following metrics get pushed and update intervals are completely ignored.
metric.m.monotonic
metric.m.time.utc
metric.m.net.wifi.sq
metric.v.e.parktime
metric.v.p.gpstime
These metrics gets update every second of course, but there is no need to send every change. My OVMS module will crash regulary with server v3 enabled on network.wifi or network.modem modules. I think this is because of permanent transmitting changes with network changes (like loosing wifi because of driving) or missing housekeeping because busy of transmitting. If server3 is active I cannot use SD Card logging, because the module has no time to flush logs on my SD card and if memory filled up it will crash too.
Last crash: abort() was called on core 1 Backtrace: 0x4008dcee 0x4008df89 0x4008dfa0 0x40090b2c 0x40091b64 0x40091b1a 0x400ffb61
Event: system.modem.gotip@netmanager 0 secs
Version: 3.3.002-cs134/ota_0/edge (build idf v3.3.4-848-g1ff5e24b1 May 21 2022 21:10:13)
I work on my own fork of this firmware to integrate Renault Zoe Phase 2, but not touched server v3 yet. Has someone ideas what can I change to update only on intervals set?
It should only send according to the update intervals or when an app connects.
Hi there,
same problem here, if I use Server v3 (MQTT) connection, every second updates of following metrics get pushed and update intervals are completely ignored.
metric.m.monotonic
metric.m.time.utc
metric.m.net.wifi.sq
metric.v.e.parktime
metric.v.p.gpstime
These metrics gets update every second of course, but there is no need to send every change. My OVMS module will crash regulary with server v3 enabled on network.wifi or network.modem modules. I think this is because of permanent transmitting changes with network changes (like loosing wifi because of driving) or missing housekeeping because busy of transmitting. If server3 is active I cannot use SD Card logging, because the module has no time to flush logs on my SD card and if memory filled up it will crash too.
I work on my own fork of this firmware to integrate Renault Zoe Phase 2, but not touched server v3 yet. Has someone ideas what can I change to update only on intervals set?
Source