[Ovmsdev] Integration of Simcom 7670 and changes to Simcom Powering

Michael Balzer dexter at expeedo.de
Sat Mar 29 16:25:31 HKT 2025


Christian,

well done on the 7670 support :-)

I've just done some first tests of your branch on the 7600, which turned 
up some issues. Logs attached:

  * Cold boot failed in 2 of 3 test boots, with the driver getting stuck
    in a loop (poweredon / identify / muxstart)
  * Regular shutdown fails to power down the modem in time -- for a deep
    sleep phase, this would mean the modem will remain powered on
  * After a crash, the modem driver gets somehow stuck in PowerOffOn state

It seems the test for reaction ("AT") sometimes gets skipped, even 
though the modem isn't ready yet.

On the failed cold boot log, you can see this at the end:

*I (389178) cellular-modem-auto: Power Cycle*
I (389178) Simcom: Power Cycle - T_off 2500 ms - T_on 200 ms
D (389178) events: Signal(system.modem.poweringon)
D (389188) events: Signal(egpio.output.0.low)
D (391678) events: Signal(egpio.output.0.high)
D (396678) events: Signal(egpio.output.0.low)
D (396878) events: Signal(egpio.output.0.high)
*I (396878) cellular: State: Enter Identify state
D (396978) cellular: tx-cmd: AT+CGMM*
D (396978) cellular: tx-cmd: AT+CGMM
D (396978) cellular: tx-cmd: AT+CGMM
D (396978) cellular: tx-cmd: AT+CGMM
D (396978) cellular: tx-cmd: AT+CGMM
D (396978) cellular: tx-cmd: AT+CGMM
D (396978) cellular: tx-cmd: AT+CGMM
I (397008) cellular: Identified cellular modem: SIM7600/Experimental 
support for SIMCOM SIM7600
D (397008) cellular: Remove old 'auto' modem driver
I (397008) cellular: Set modem driver to 'SIM7600'
*I (397008) cellular: State: Enter PoweredOn state*
D (397008) events: Signal(system.modem.installed)
D (397008) events: Signal(system.modem.poweredon)
D (406178) cellular: tx-cmd: 
AT+CPIN?;+CREG=1;+CGREG=1;+CEREG=1;+CTZU=1;+CTZR=1;+CLIP=1;+CMGF=1;+CNMI=1,2,0,0,0;+CSDH=1;+CMEE=2;+CSQ;+AUTOCSQ=1,1;E0;S0=0
D (408178) cellular: tx-cmd: AT+CGMR;+ICCID
D (416178) cellular: tx-cmd: AT+CMUX=0;+CATR=6
D (434808) cellular: mux-rx-line #0 (2/46): OK
*D (434808) cellular: mux-rx-line #0 (3/39): RDY*
D (434808) cellular: mux-rx-line #0 (12/23): +CPIN: READY
D (434808) cellular: mux-rx-line #0 (8/11): SMS DONE
D (434808) cellular: mux-rx-line #0 (7/0): PB DONE
I (434808) cellular: State: Enter MuxStart state
D (434808) events: Signal(system.modem.muxstart)


Regards,
Michael


Am 26.03.25 um 13:13 schrieb Info Zeitnitz via OvmsDev:
> Dear all,
> I finished to integrate the Simcom 7670 modem into the OVMS code.
> See 
> https://github.com/zbchristian/Open-Vehicle-Monitoring-System-3.git 
> branch update_cellular.
>
> Modem Powering
> ===============
> I had problems to get the 7670 working with the current code. The 
> modem was stuck in a power cycle loop.
>
> I checked the Simcom documentation for the 4 models 5360, 7000 series, 
> 7600, 7670 and the powering procedure via the PWRKEY pin is the same, 
> but with different on/off timing. Depending on the hardware, the 
> PWRKEY can be inverted as well. This is the case for my Lilygo TCall 
> board, but I think not for the OVMS HW versions. At least version 3.1 
> connects the corresponding MAX7317 pin directly to the modem.
>
> Assuming, that all hardware versions use the PWRKEY procedure for 
> powering, I streamlined the code and moved the corresponding functions 
> into separate files (simcom_powering.cpp and simcom_powering.h). This 
> avoids the duplication of the code.
>
> All this leads to substantial changes in ovms_cellular and 
> ovms_cellular_modem_driver as well.
>
> The code works now perfectly for the 7670, but testing is required for 
> all other models.
> If my assumptions about the OVMS HW versions are not correct, or the 
> modems do not work as documented, some modifications might be needed.
>
> GNSS Location
> ============
> The 7670 no longer accepts the currently used AT commands to obtain 
> the location  as a GRMC sentence. So, I added code to the new 7670 
> class to request the location via the AT+CGNSSINFO command.
> Since this has to be send explicitly again and again,  I implemented a 
> corresponding call in the StatusPoller of the 7670.
> All the NMEA related code has been adapted to handle the corresponding 
> CGNSSINFO response.
>
>
> In conclusion, before doing a pull request, it would make sense that 
> the code is tested with the other hardware and modem models.
>
> So, tell me what you think and if the general strategy of the mods 
> make sense to you.
>
> Best regards
>   Christian
>
>
>
>
>
>
> _______________________________________________
> OvmsDev mailing list
> OvmsDev at lists.openvehicles.com
> http://lists.openvehicles.com/mailman/listinfo/ovmsdev

-- 
Michael Balzer * Am Rahmen 5 * D-58313 Herdecke
Fon 02330 9104094 * Handy 0176 20698926

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openvehicles.com/pipermail/ovmsdev/attachments/20250329/ece77e35/attachment-0001.htm>
-------------- next part --------------
I (1253) psram: This chip is ESP32-D0WD
I (1253) spiram: Found 64MBit SPI RAM device
I (1253) spiram: SPI RAM mode: flash 40m sram 40m
I (1256) spiram: PSRAM initialized, cache is in low/high (2-core) mode.
I (1264) cpu_start: Pro cpu up.
I (1268) cpu_start: Application information:
I (1272) cpu_start: Project name:     ovms3
I (1277) cpu_start: App version:      3.3.004-426-g56a6a42b
I (1284) cpu_start: Compile time:     Mar 29 2025 08:14:13
I (1290) cpu_start: ELF file SHA256:  96d26c67fedbd772...
I (1296) cpu_start: ESP-IDF:          v3.3.4-851-gfa4f07fb3b
I (1302) cpu_start: Starting app cpu, entry point is 0x400818e0
I (0) cpu_start: App cpu up.
I (2180) spiram: SPI SRAM memory test OK
I (2180) heap_init: Initializing. RAM available for dynamic allocation:
I (2181) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (2187) heap_init: At 3FFC1F80 len 0001E080 (120 KiB): DRAM
I (2193) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (2199) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (2206) heap_init: At 4009CDD4 len 0000322C (12 KiB): IRAM
I (2212) cpu_start: Pro cpu start user code
I (2217) spiram: Adding pool of 4096K of external SPI memory to heap allocator
I (44) ovms_main: Set default logging level for * to INFO
I (44) ovms_main: WATCHDOG already initialized...
I (45) ovms-duktape: Initialising DUKTAPE Registry (1000)
I (51) command: Initialising COMMAND (1010)
I (57) command: Expanding DUKTAPE javascript engine
I (61) boot: Initialising BOOT (1100)
I (66) boot: Power cycle reset detected
I (71) events: Initialising EVENTS (1200)
I (75) config: Initialising CONFIG (1400)
I (81) time: Initialising TIME (1500)
I (84) script: Initialising SCRIPTS (1600)
I (89) ovms-duk-http: Installing DUKTAPE HTTP (1710)
I (94) ovms-duk-util: Installing DUKTAPE Utilities (1710)
I (100) ovms-duk-vfs: Installing DUKTAPE VFS (1710)
I (106) metrics: Initialising METRICS (1810)
I (112) metrics: Expanding DUKTAPE javascript engine
I (117) metrics: Persistent metrics serial 1 using 820 bytes, 0/100 slots used
I (139) notify: Initialising NOTIFICATIONS (1820)
I (141) notify: Registered notification type info
I (141) notify: Registered notification type error
I (145) notify: Registered notification type alert
I (150) notify: Registered notification type data
I (156) notify: Registered notification type stream
I (161) notify: Expanding DUKTAPE javascript engine
I (167) location: Initialising LOCATIONS (1900)
I (175) location: Expanding DUKTAPE javascript engine
I (178) vehicle: Initialising VEHICLE Factory (2000)
I (189) tls: Initialising TLS (3000)
I (190) pcp: Initialising POWER (4000)
I (192) max7317: Initialising MAX7317 EGPIO (4200)
I (198) sdcard: Initialising SD CARD (4400)
I (203) ota: Initialising OTA (4400)
I (209) canformat: Initialising CAN Format Factory (4500)
I (213) canformat-cs11: Registering CAN Format: CS11 (4505)
I (219) canformat-crtd: Registering CAN Format: CRTD (4505)
I (225) canformat-gvret: Registering CAN Format: GVRET (4505)
I (232) canformat-lawicel: Registering CAN Format: LAWICEL (4505)
I (238) canformat-panda: Registering CAN Format: PANDA (4505)
I (245) canformat-pcap: Registering CAN Format: PCAP (4505)
I (251) canformat-raw: Registering CAN Format: RAW (4505)
I (257) can: Initialising CAN (4510)
I (269) dbc-app: Initialising DBC (4520)
I (272) canlog: Initialising CAN logging (4550)
I (273) canlog-monitor: Initialising CAN logging to MONITOR (4560)
I (279) canlog-tcpclient: Initialising CAN logging as TCP client (4560)
I (288) canlog-tcpserver: Initialising CAN logging as TCP server (4560)
I (296) canlog-udpclient: Initialising CAN logging as UDP client (4560)
I (301) canlog-udpserver: Initialising CAN logging as UDP server (4560)
I (311) canlog-vfs: Initialising CAN logging to VFS (4560)
I (314) canplay: Initialising CAN play framework (4570)
I (320) canplay-vfs: Initialising CAN playing from VFS (4580)
I (327) cellular: Initialising CELLULAR (4600)
I (333) cellular-modem-factory: Initialising CELLULAR MODEM Factory (4601)
I (338) cellular-modem-auto: Registering auto-detect modem driver (4650)
I (346) SIM5360: Registering SIM5360 modem driver (4650)
I (352) SIM7000: Registering SIM7000 modem driver (4650)
I (358) SIM7600: Registering SIM7600 modem driver (4650)
I (364) SIM7670: Registering Simcom A7670E modem driver (4660)
I (370) tpms: Initialising TPMS (4700)
I (375) test: Initialising TEST (5000)
I (380) module: Initialising MODULE (5100)
I (385) vfs: Initialising VFS (5200)
I (389) ovms-server: Initialising OVMS Server (6000)
I (394) ovms-server-v2: Initialising OVMS V2 Server (6100)
I (401) ovms-server-v3: Initialising OVMS V3 Server (6200)
I (407) vehicle-poll: Initialising Poller (7000)
I (414) obd2ecu: Initialising OBD2ECU (7000)
I (418) canopen: Initialising CANopen (7000)
I (426) pluginstore: Initialising PLUGINS (7100)
I (428) esp32wifi: Initialising ESP32WIFI (8000)
I (433) ovms-mdns: Initialising MDNS (8100)
I (437) webserver: Initialising WEBSERVER (8200)
I (445) ssh: Initialising SSH (8300)
I (447) powermgmt: Initialising POWERMGMT (8500)
I (452) re: Initialising RE Tools (8800)
I (459) pushover: Initialising Pushover client (8800)
I (464) netmanager: Initialising NETMANAGER (8999)
I (471) v-zombie-vcu: Registering Vehicle: ZombieVerter VCU (9000)
I (474) v-zeva: Registering Vehicle: ZEVA (9000)
I (479) v-vweup: Registering Vehicle: VW e-Up (9000)
I (485) v-voltampera: Registering Vehicle: Chevrolet Volt/Ampera (9000)
I (492) v-track: Registering Vehicle: TRACK (9000)
I (498) v-toyotarav4ev: Registering Vehicle: Toyota RAV4 EV (9000)
I (505) v-thinkcity: Registering Vehicle: THINK CITY (9000)
I (511) v-teslaroadster: Registering Vehicle: Tesla Roadster (9000)
I (518) v-teslamodels: Registering Vehicle: Tesla Model S (9000)
I (525) v-teslamodel3: Registering Vehicle: Tesla Model 3 (9000)
I (531) v-smarteq: Registering Vehicle: SMART EQ (9000)
I (537) v-smarted: Registering Vehicle: SMART ED (9000)
I (543) v-zoe-ph2-obd: Registering Vehicle: Renault Zoe Ph2 (OBD) (9000)
I (550) v-zoe: Registering Vehicle: Renault Zoe/Kangoo (9000)
I (557) v-twizy: Registering Vehicle: Renault Twizy (9000)
I (563) v-obdii: Registering Vehicle: OBDII (9000)
I (569) v-none: Registering Vehicle: NONE (9000)
I (574) v-nissanleaf: Registering Vehicle: Nissan Leaf (9000)
I (580) v-mitsubishi: Registering Vehicle: Mitsubishi iMiEV, Citroen C-Zero, Peugeot iOn (9000)
I (590) v-minise: Registering Vehicle: Mini Cooper SE (9000)
I (596) v-mgev4: Registering Vehicle: MG4 (9000)
I (601) v-mgev: Registering Vehicle: MG5 (9000)
I (606) v-mgev: Registering Vehicle: MG ZS EV (UK/EU) (9000)
I (613) v-mgev: Registering Vehicle: MG ZS EV (AU/TH) (9000)
I (619) v-mgev: Registering Vehicle: MG ZS EV (2023-)
I (625) v-mbb250e: Registering Vehicle: MERCEDESB250E (9000)
I (631) v-maxe6: Registering Vehicle: Maxus Euniq 6 (9000)
I (637) v-maxe56: Registering Vehicle: Maxus eDeliver3 (9000)
I (644) v-maxed3: Registering Vehicle: Maxus eDeliver3 (9000)
I (650) v-maple60s: Registering Vehicle: Maple 60S (9000)
I (656) v-kiasoulev: Registering Vehicle: Kia Soul EV (9000)
I (663) v-kianiroev: Registering Vehicle: Kia Niro / Hyundai Kona EV (9000)
I (670) v-jaguaripace: Registering Vehicle: Jaguar Ipace (9000)
I (677) v-hyundaivfl: Registering Vehicle: Hyundai Ioniq vFL (9000)
I (684) v-ioniq5: Registering Vehicle: Hyundai Ioniq 5 EV/KIA EV6 (9000)
I (691) v-fiat500e: Registering Vehicle: FIAT 500e (9000)
I (697) v-energica: Registering Vehicle: Energica (9000)
I (703) v-demo: Registering Vehicle: DEMO (9000)
I (709) v-dbc: Registering Vehicle: DBC based vehicle (9000)
I (715) v-chevroletc6corvette: Registering Vehicle: Chevrolet C6 Corvette (9000)
I (723) v-cadillacc2cts: Registering Vehicle: Cadillac 2nd gen CTS (9000)
I (730) v-atto3: Registering Vehicle: BYD Atto3 (9000)
I (736) v-boltev: Registering Vehicle: Bolt EV (9000)
I (742) v-bmwi3: Registering Vehicle: BMW i3 (9000)
I (747) version: Initialising Versioning (9900)
I (758) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (30) ovms-duktape: Duktape: Scripting task is running
I (838) ovms_main: Executing on CPU core 0
I (838) ovms_main: Mounting CONFIG...
I (958) ovms_main: Configure logging...
W (968) command: OpenLogfile: cannot open '/sd/logs/log', will retry on SD mount
I (968) ovms_main: Registering default configs...
I (968) location: UpdateParkPosition: vehicle is parking @0.000000,0.000000 gpslock=0 satcount=0 hdop=0.0 sq=0 invalid=1
I (968) ovms_main: Starting HOUSEKEEPING...
I (988) housekeeping: Initialising HOUSEKEEPING Framework...
I (988) tls: Built trusted CA cache (5 entries, 8101 bytes)
I (2158) pluginstore: Loading enabled plugins (2)
I (2158) pluginstore:   Load retools web page /plugins/retools
I (2158) pluginstore: Loading enabled plugins (3)
D (2168) events: Signal(housekeeping.init)
I (2168) housekeeping: Executing on CPU core 1
I (2168) housekeeping: reset_reason: cpu0=1, cpu1=14
I (2178) housekeeping: Starting PERIPHERALS...
I (2178) peripherals: Initialising OVMS Peripherals...
I (2188) peripherals:   TCP/IP Adaptor
I (2188) peripherals:   ESP32 system
I (2198) peripherals:   SPI bus
I (2198) peripherals:   MAX7317 I/O Expander
I (2208) peripherals:   ESP32 CAN
I (2208) peripherals:   ESP32 WIFI
I (2218) peripherals:   ESP32 ADC
I (2218) peripherals:   MCP2515 CAN 1/2
I (2218) mcp2515: can2: SetPowerMode off
I (2308) peripherals:   MCP2515 CAN 2/2
I (2308) mcp2515: can3: SetPowerMode off
I (2388) peripherals:   SD CARD
I (2388) peripherals:   CELLULAR MODEM
I (2388) gpio: GPIO[13]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 
I (2398) gpio: GPIO[4]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 
V (2408) cellular: Starting modem task
I (2408) uart: queue free spaces: 50
I (2408) ext12v: Powering off external 12V devices
I (2418) housekeeping: Auto init max7317 (free: 160936 bytes)
I (2428) housekeeping: Auto init ext12v (free: 160936 bytes)
I (2428) housekeeping: Auto init dbc (free: 160936 bytes)
I (2438) housekeeping: Auto init wifi (free: 160936 bytes)
I (2438) housekeeping: Auto init modem (free: 160936 bytes)
I (2448) housekeeping: Auto init Pollers (free: 160936 bytes)
I (2448) cellular: Set modem driver to 'auto'
I (2458) housekeeping: Auto init vehicle (free: 160936 bytes)
I (2458) cellular: State: Enter PowerOffOn state
I (2468) v-none: Generic NONE vehicle module
I (2468) cellular-modem-auto: Power Cycle
I (2478) housekeeping: Auto init obd2ecu (free: 149136 bytes)
I (2478) Simcom: Power Cycle - T_off 2500 ms - T_on 200 ms
I (2488) housekeeping: Auto init server v2 (free: 149136 bytes)
I (2498) housekeeping: Auto init server v3 (free: 149136 bytes)
I (2508) housekeeping: Auto init javascript (free: 149136 bytes)
I (2518) housekeeping: Auto init done (free: 149096 bytes)
I (2518) housekeeping: Starting USB console...
I (2528) uart: queue free spaces: 100
D (2538) events: Signal(egpio.output.1.low)
D (2538) events: Signal(power.cellular.on)
D (2538) events: Signal(system.modem.stop)
D (2548) events: Signal(vehicle.type.set)
D (2548) events: Signal(egpio.output.0.low)
D (2548) events: Signal(system.start)
I (2558) ovms-mdns: Starting MDNS

Welcome to the Open Vehicle Monitoring System (OVMS) - Async Console
Firmware: 3.3.004-426-g56a6a42b/factory/edge
Hardware: OVMS WIFI BLE BT cores=2 rev=ESP32/3
I (2568) ovms-duktape: Duktape: Creating heap (size: 524288 bytes)

OVMS> I (2698) ovms-duktape: Duktape: Initialising module system
I (2878) pluginstore: Loading enabled plugins (1)
OVMS> D (4178) events: Signal(vehicle.aux.12v.low)
OVMS> D (4998) events: Signal(egpio.output.0.high)
OVMS> I (7178) sdcard: SD CARD has been inserted
OVMS> I (7388) sdcard: mount done
D (7388) events: Signal(sd.insert)
OVMS> D (9178) events: Signal(sd.mounted)
I (9198) command: OpenLogfile: now logging to file '/sd/logs/log'
OVMS> D (9998) events: Signal(egpio.output.0.low)
D (10198) events: Signal(egpio.output.0.high)
D (10198) cellular: State timeout PowerOffOn => PoweringOn
I (10198) cellular: State: Enter PoweringOn state
I (10198) cellular-modem-auto: Power Cycle
I (10198) Simcom: Power Cycle - T_off 2500 ms - T_on 200 ms
D (10198) events: Signal(system.modem.poweringon)
D (10198) events: Signal(egpio.output.0.low)
OVMS> D (12698) events: Signal(egpio.output.0.high)
OVMS> D (17698) events: Signal(egpio.output.0.low)
D (17898) cellular: tx-cmd: AT
D (17898) events: Signal(egpio.output.0.high)
D (17898) cellular: tx-cmd: AT
D (17898) cellular: tx-cmd: AT
I (17898) cellular: State: Enter Identify state
D (17898) cellular: tx-cmd: AT+CGMM
D (17898) cellular: tx-cmd: AT+CGMM
D (17898) cellular: tx-cmd: AT+CGMM
OVMS> D (18178) cellular: tx-cmd: AT+CGMM
I (18188) cellular: Identified cellular modem: SIM7600/Experimental support for SIMCOM SIM7600
D (18188) cellular: Remove old 'auto' modem driver
I (18188) cellular: Set modem driver to 'SIM7600'
I (18188) cellular: State: Enter PoweredOn state
D (18188) events: Signal(system.modem.installed)
D (18188) events: Signal(system.modem.poweredon)
OVMS> D (28178) cellular: tx-cmd: AT+CPIN?;+CREG=1;+CGREG=1;+CEREG=1;+CTZU=1;+CTZR=1;+CLIP=1;+CMGF=1;+CNMI=1,2,0,0,0;+CSDH=1;+CMEE=2;+CSQ;+AUTOCSQ=1,1;E0;S0=0
OVMS> D (30178) cellular: tx-cmd: AT+CGMR;+ICCID
OVMS> D (38178) cellular: tx-cmd: AT+CMUX=0;+CATR=6
OVMS> D (56518) cellular: mux-rx-line #0 (2/46): OK
D (56518) cellular: mux-rx-line #0 (3/39): RDY
D (56518) cellular: mux-rx-line #0 (12/23): +CPIN: READY
D (56518) cellular: mux-rx-line #0 (8/11): SMS DONE
D (56518) cellular: mux-rx-line #0 (7/0): PB DONE
I (56518) cellular: State: Enter MuxStart state
V (56518) cellular: Starting MUX
D (56518) events: Signal(system.modem.muxstart)
OVMS> D (62188) events: Signal(vehicle.alert.12v.on)
D (62188) events: Signal(notify.alert.batt.12v.alert)
OVMS> D (86178) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
OVMS> D (87178) cellular: mux-tx #3: AT+CPSI?
OVMS> D (88178) cellular: mux-tx #3: AT+COPS?
OVMS> D (116178) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
OVMS> D (117178) cellular: mux-tx #3: AT+CPSI?
OVMS> D (118178) cellular: mux-tx #3: AT+COPS?
OVMS> I (122188) housekeeping: System considered stable (RAM: 8b=113788-119020 32b=12128 SPI=3289088-3290608)
OVMS> D (146178) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
OVMS> D (147178) cellular: mux-tx #3: AT+CPSI?
OVMS> D (148178) cellular: mux-tx #3: AT+COPS?
OVMS> echo modem flashes
Error: Secure command requires 'enable' mode
OVMS> D (176178) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (176178) cellular: State timeout MuxStart => PoweringOn
I (176178) cellular: State: Enter PoweringOn state
D (176178) cellular: Remove old 'SIM7600' modem driver
I (176178) cellular: Set modem driver to 'auto'
I (176178) cellular-modem-auto: Power Cycle
I (176178) Simcom: Power Cycle - T_off 2500 ms - T_on 200 ms
D (176178) events: Signal(system.modem.poweringon)
D (176188) events: Signal(egpio.output.0.low)
OVMS> D (178678) events: Signal(egpio.output.0.high)
OVMS> D (183678) events: Signal(egpio.output.0.low)
D (183878) events: Signal(egpio.output.0.high)
I (183878) cellular: State: Enter Identify state
D (183978) cellular: tx-cmd: AT+CGMM
D (183978) cellular: tx-cmd: AT+CGMM
D (183978) cellular: tx-cmd: AT+CGMM
D (183978) cellular: tx-cmd: AT+CGMM
D (183978) cellular: tx-cmd: AT+CGMM
D (183978) cellular: tx-cmd: AT+CGMM
D (183978) cellular: tx-cmd: AT+CGMM
I (183988) cellular: Identified cellular modem: SIM7600/Experimental support for SIMCOM SIM7600
D (183988) cellular: Remove old 'auto' modem driver
I (183988) cellular: Set modem driver to 'SIM7600'
I (183988) cellular: State: Enter PoweredOn state
D (183988) events: Signal(system.modem.installed)
D (183998) events: Signal(system.modem.poweredon)
OVMS> D (193178) cellular: tx-cmd: AT+CPIN?;+CREG=1;+CGREG=1;+CEREG=1;+CTZU=1;+CTZR=1;+CLIP=1;+CMGF=1;+CNMI=1,2,0,0,0;+CSDH=1;+CMEE=2;+CSQ;+AUTOCSQ=1,1;E0;S0=0
OVMS> D (195178) cellular: tx-cmd: AT+CGMR;+ICCID
OVMS> D (203178) cellular: tx-cmd: AT+CMUX=0;+CATR=6
OVMS> D (223178) cellular: State timeout PoweredOn => PoweringOn
I (223178) cellular: State: Enter PoweringOn state
D (223178) cellular: Remove old 'SIM7600' modem driver
I (223178) cellular: Set modem driver to 'auto'
I (223178) cellular-modem-auto: Power Cycle
I (223178) Simcom: Power Cycle - T_off 2500 ms - T_on 200 ms
D (223178) events: Signal(system.modem.poweringon)
D (223178) events: Signal(egpio.output.0.low)
OVMS> D (225678) events: Signal(egpio.output.0.high)
OVMS> D (230678) events: Signal(egpio.output.0.low)
D (230878) events: Signal(egpio.output.0.high)
I (230878) cellular: State: Enter Identify state
D (230878) cellular: tx-cmd: AT+CGMM
D (230878) cellular: tx-cmd: AT+CGMM
D (230878) cellular: tx-cmd: AT+CGMM
D (230878) cellular: tx-cmd: AT+CGMM
D (230878) cellular: tx-cmd: AT+CGMM
D (230878) cellular: tx-cmd: AT+CGMM
D (230878) cellular: tx-cmd: AT+CGMM
I (230898) cellular: Identified cellular modem: SIM7600/Experimental support for SIMCOM SIM7600
D (230898) cellular: Remove old 'auto' modem driver
I (230898) cellular: Set modem driver to 'SIM7600'
I (230898) cellular: State: Enter PoweredOn state
D (230898) events: Signal(system.modem.installed)
D (230898) events: Signal(system.modem.poweredon)
OVMS> D (240178) cellular: tx-cmd: AT+CPIN?;+CREG=1;+CGREG=1;+CEREG=1;+CTZU=1;+CTZR=1;+CLIP=1;+CMGF=1;+CNMI=1,2,0,0,0;+CSDH=1;+CMEE=2;+CSQ;+AUTOCSQ=1,1;E0;S0=0
OVMS> D (242178) cellular: tx-cmd: AT+CGMR;+ICCID
OVMS> D (250178) cellular: tx-cmd: AT+CMUX=0;+CATR=6
OVMS> D (269738) cellular: mux-rx-line #0 (2/46): OK
D (269738) cellular: mux-rx-line #0 (3/39): RDY
D (269738) cellular: mux-rx-line #0 (12/23): +CPIN: READY
D (269738) cellular: mux-rx-line #0 (8/11): SMS DONE
D (269738) cellular: mux-rx-line #0 (7/0): PB DONE
I (269738) cellular: State: Enter MuxStart state
D (269748) events: Signal(system.modem.muxstart)
OVMS> # modem flashes slowly
Unrecognised command
OVMS> D (299178) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
OVMS> D (300178) cellular: mux-tx #3: AT+CPSI?
OVMS> D (301178) cellular: mux-tx #3: AT+COPS?
OVMS> I (302198) housekeeping: 1970-01-01 01:05:02 CET (RAM: 8b=113788-118956 32b=12128 SPI=3289088-3290632)
OVMS> # modem flashes fast
Unrecognised command
OVMS> D (329178) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
OVMS> D (330178) cellular: mux-tx #3: AT+CPSI?
OVMS> D (331178) cellular: mux-tx #3: AT+COPS?
OVMS> enable 
Password:
Secure mode
OVMS# cellular status debug 
MODEM Status
  Model: SIM7600
  Network Registration: Unknown
    Provider: 
    Signal: 0 dBm
    Mode: 
  State: MuxStart
    Ticker: 88
    User Data: 0
  UART:
    FIFO overflows: 0
    Buffer overflows: 0
    Parity errors: 0
    Frame errors: 0
    Driver Buffer overflows: 0
    State Timeout Goto: PoweringOn (in 32 seconds)
  Mux: Status down
    Open Channels: 0
    Framing Errors: 0
    RX frames: 0
    TX frames: 17
    Last RX frame: 0 sec(s) ago
  PPP: Not running
  GPS: Not running
OVMS# D (359178) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
OVMS# D (360178) cellular: mux-tx #3: AT+CPSI?
OVMS# D (361178) cellular: mux-tx #3: AT+COPS?
OVMS# D (389178) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (389178) cellular: State timeout MuxStart => PoweringOn
I (389178) cellular: State: Enter PoweringOn state
D (389178) cellular: Remove old 'SIM7600' modem driver
I (389178) cellular: Set modem driver to 'auto'
I (389178) cellular-modem-auto: Power Cycle
I (389178) Simcom: Power Cycle - T_off 2500 ms - T_on 200 ms
D (389178) events: Signal(system.modem.poweringon)
D (389188) events: Signal(egpio.output.0.low)
OVMS# D (391678) events: Signal(egpio.output.0.high)
OVMS# D (396678) events: Signal(egpio.output.0.low)
D (396878) events: Signal(egpio.output.0.high)
I (396878) cellular: State: Enter Identify state
D (396978) cellular: tx-cmd: AT+CGMM
D (396978) cellular: tx-cmd: AT+CGMM
D (396978) cellular: tx-cmd: AT+CGMM
D (396978) cellular: tx-cmd: AT+CGMM
D (396978) cellular: tx-cmd: AT+CGMM
D (396978) cellular: tx-cmd: AT+CGMM
D (396978) cellular: tx-cmd: AT+CGMM
I (397008) cellular: Identified cellular modem: SIM7600/Experimental support for SIMCOM SIM7600
D (397008) cellular: Remove old 'auto' modem driver
I (397008) cellular: Set modem driver to 'SIM7600'
I (397008) cellular: State: Enter PoweredOn state
D (397008) events: Signal(system.modem.installed)
D (397008) events: Signal(system.modem.poweredon)
OVMS# D (406178) cellular: tx-cmd: AT+CPIN?;+CREG=1;+CGREG=1;+CEREG=1;+CTZU=1;+CTZR=1;+CLIP=1;+CMGF=1;+CNMI=1,2,0,0,0;+CSDH=1;+CMEE=2;+CSQ;+AUTOCSQ=1,1;E0;S0=0
OVMS# D (408178) cellular: tx-cmd: AT+CGMR;+ICCID
OVMS# D (416178) cellular: tx-cmd: AT+CMUX=0;+CATR=6
OVMS# e # mdoem      odem  D (434808) cellular: mux-rx-line #0 (2/46): OK
D (434808) cellular: mux-rx-line #0 (3/39): RDY
D (434808) cellular: mux-rx-line #0 (12/23): +CPIN: READY
D (434808) cellular: mux-rx-line #0 (8/11): SMS DONE
D (434808) cellular: mux-rx-line #0 (7/0): PB DONE
I (434808) cellular: State: Enter MuxStart state
D (434808) events: Signal(system.modem.muxstart)
OVMS# # modem       D (464178) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
OVMS# D (465178) cellular: mux-tx #3: AT+CPSI?
OVMS# D (466178) cellular: mux-tx #3: AT+COPS?
OVMS# 
-------------- next part --------------
I (1290) cpu_start: ELF file SHA256:  96d26c67fedbd772...
I (1296) cpu_start: ESP-IDF:          v3.3.4-851-gfa4f07fb3b
I (1302) cpu_start: Starting app cpu, entry point is 0x400818e0
I (0) cpu_start: App cpu up.
I (2180) spiram: SPI SRAM memory test OK
I (2180) heap_init: Initializing. RAM available for dynamic allocation:
I (2181) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (2187) heap_init: At 3FFC1F80 len 0001E080 (120 KiB): DRAM
I (2193) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (2199) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (2206) heap_init: At 4009CDD4 len 0000322C (12 KiB): IRAM
I (2212) cpu_start: Pro cpu start user code
I (2217) spiram: Adding pool of 4096K of external SPI memory to heap allocator
I (44) ovms_main: Set default logging level for * to INFO
I (44) ovms_main: WATCHDOG already initialized...
I (45) ovms-duktape: Initialising DUKTAPE Registry (1000)
I (51) command: Initialising COMMAND (1010)
I (57) command: Expanding DUKTAPE javascript engine
I (61) boot: Initialising BOOT (1100)
I (66) boot: Power cycle reset detected
I (71) events: Initialising EVENTS (1200)
I (75) config: Initialising CONFIG (1400)
I (81) time: Initialising TIME (1500)
I (84) script: Initialising SCRIPTS (1600)
I (89) ovms-duk-http: Installing DUKTAPE HTTP (1710)
I (94) ovms-duk-util: Installing DUKTAPE Utilities (1710)
I (100) ovms-duk-vfs: Installing DUKTAPE VFS (1710)
I (106) metrics: Initialising METRICS (1810)
I (112) metrics: Expanding DUKTAPE javascript engine
I (117) metrics: Persistent metrics serial 1 using 820 bytes, 0/100 slots used
I (139) notify: Initialising NOTIFICATIONS (1820)
I (141) notify: Registered notification type info
I (141) notify: Registered notification type error
I (145) notify: Registered notification type alert
I (150) notify: Registered notification type data
I (156) notify: Registered notification type stream
I (161) notify: Expanding DUKTAPE javascript engine
I (167) location: Initialising LOCATIONS (1900)
I (175) location: Expanding DUKTAPE javascript engine
I (178) vehicle: Initialising VEHICLE Factory (2000)
I (189) tls: Initialising TLS (3000)
I (190) pcp: Initialising POWER (4000)
I (192) max7317: Initialising MAX7317 EGPIO (4200)
I (198) sdcard: Initialising SD CARD (4400)
I (203) ota: Initialising OTA (4400)
I (209) canformat: Initialising CAN Format Factory (4500)
I (213) canformat-cs11: Registering CAN Format: CS11 (4505)
I (219) canformat-crtd: Registering CAN Format: CRTD (4505)
I (225) canformat-gvret: Registering CAN Format: GVRET (4505)
I (232) canformat-lawicel: Registering CAN Format: LAWICEL (4505)
I (238) canformat-panda: Registering CAN Format: PANDA (4505)
I (245) canformat-pcap: Registering CAN Format: PCAP (4505)
I (251) canformat-raw: Registering CAN Format: RAW (4505)
I (257) can: Initialising CAN (4510)
I (269) dbc-app: Initialising DBC (4520)
I (272) canlog: Initialising CAN logging (4550)
I (273) canlog-monitor: Initialising CAN logging to MONITOR (4560)
I (279) canlog-tcpclient: Initialising CAN logging as TCP client (4560)
I (288) canlog-tcpserver: Initialising CAN logging as TCP server (4560)
I (296) canlog-udpclient: Initialising CAN logging as UDP client (4560)
I (301) canlog-udpserver: Initialising CAN logging as UDP server (4560)
I (311) canlog-vfs: Initialising CAN logging to VFS (4560)
I (314) canplay: Initialising CAN play framework (4570)
I (320) canplay-vfs: Initialising CAN playing from VFS (4580)
I (327) cellular: Initialising CELLULAR (4600)
I (333) cellular-modem-factory: Initialising CELLULAR MODEM Factory (4601)
I (338) cellular-modem-auto: Registering auto-detect modem driver (4650)
I (346) SIM5360: Registering SIM5360 modem driver (4650)
I (352) SIM7000: Registering SIM7000 modem driver (4650)
I (358) SIM7600: Registering SIM7600 modem driver (4650)
I (364) SIM7670: Registering Simcom A7670E modem driver (4660)
I (370) tpms: Initialising TPMS (4700)
I (375) test: Initialising TEST (5000)
I (380) module: Initialising MODULE (5100)
I (385) vfs: Initialising VFS (5200)
I (389) ovms-server: Initialising OVMS Server (6000)
I (394) ovms-server-v2: Initialising OVMS V2 Server (6100)
I (401) ovms-server-v3: Initialising OVMS V3 Server (6200)
I (407) vehicle-poll: Initialising Poller (7000)
I (414) obd2ecu: Initialising OBD2ECU (7000)
I (418) canopen: Initialising CANopen (7000)
I (426) pluginstore: Initialising PLUGINS (7100)
I (428) esp32wifi: Initialising ESP32WIFI (8000)
I (433) ovms-mdns: Initialising MDNS (8100)
I (437) webserver: Initialising WEBSERVER (8200)
I (445) ssh: Initialising SSH (8300)
I (447) powermgmt: Initialising POWERMGMT (8500)
I (452) re: Initialising RE Tools (8800)
I (459) pushover: Initialising Pushover client (8800)
I (464) netmanager: Initialising NETMANAGER (8999)
I (471) v-zombie-vcu: Registering Vehicle: ZombieVerter VCU (9000)
I (474) v-zeva: Registering Vehicle: ZEVA (9000)
I (479) v-vweup: Registering Vehicle: VW e-Up (9000)
I (485) v-voltampera: Registering Vehicle: Chevrolet Volt/Ampera (9000)
I (492) v-track: Registering Vehicle: TRACK (9000)
I (498) v-toyotarav4ev: Registering Vehicle: Toyota RAV4 EV (9000)
I (505) v-thinkcity: Registering Vehicle: THINK CITY (9000)
I (511) v-teslaroadster: Registering Vehicle: Tesla Roadster (9000)
I (518) v-teslamodels: Registering Vehicle: Tesla Model S (9000)
I (525) v-teslamodel3: Registering Vehicle: Tesla Model 3 (9000)
I (531) v-smarteq: Registering Vehicle: SMART EQ (9000)
I (537) v-smarted: Registering Vehicle: SMART ED (9000)
I (543) v-zoe-ph2-obd: Registering Vehicle: Renault Zoe Ph2 (OBD) (9000)
I (550) v-zoe: Registering Vehicle: Renault Zoe/Kangoo (9000)
I (557) v-twizy: Registering Vehicle: Renault Twizy (9000)
I (563) v-obdii: Registering Vehicle: OBDII (9000)
I (569) v-none: Registering Vehicle: NONE (9000)
I (574) v-nissanleaf: Registering Vehicle: Nissan Leaf (9000)
I (580) v-mitsubishi: Registering Vehicle: Mitsubishi iMiEV, Citroen C-Zero, Peugeot iOn (9000)
I (590) v-minise: Registering Vehicle: Mini Cooper SE (9000)
I (596) v-mgev4: Registering Vehicle: MG4 (9000)
I (601) v-mgev: Registering Vehicle: MG5 (9000)
I (606) v-mgev: Registering Vehicle: MG ZS EV (UK/EU) (9000)
I (613) v-mgev: Registering Vehicle: MG ZS EV (AU/TH) (9000)
I (619) v-mgev: Registering Vehicle: MG ZS EV (2023-)
I (625) v-mbb250e: Registering Vehicle: MERCEDESB250E (9000)
I (631) v-maxe6: Registering Vehicle: Maxus Euniq 6 (9000)
I (637) v-maxe56: Registering Vehicle: Maxus eDeliver3 (9000)
I (644) v-maxed3: Registering Vehicle: Maxus eDeliver3 (9000)
I (650) v-maple60s: Registering Vehicle: Maple 60S (9000)
I (656) v-kiasoulev: Registering Vehicle: Kia Soul EV (9000)
I (663) v-kianiroev: Registering Vehicle: Kia Niro / Hyundai Kona EV (9000)
I (670) v-jaguaripace: Registering Vehicle: Jaguar Ipace (9000)
I (677) v-hyundaivfl: Registering Vehicle: Hyundai Ioniq vFL (9000)
I (684) v-ioniq5: Registering Vehicle: Hyundai Ioniq 5 EV/KIA EV6 (9000)
I (691) v-fiat500e: Registering Vehicle: FIAT 500e (9000)
I (697) v-energica: Registering Vehicle: Energica (9000)
I (703) v-demo: Registering Vehicle: DEMO (9000)
I (709) v-dbc: Registering Vehicle: DBC based vehicle (9000)
I (715) v-chevroletc6corvette: Registering Vehicle: Chevrolet C6 Corvette (9000)
I (723) v-cadillacc2cts: Registering Vehicle: Cadillac 2nd gen CTS (9000)
I (730) v-atto3: Registering Vehicle: BYD Atto3 (9000)
I (736) v-boltev: Registering Vehicle: Bolt EV (9000)
I (742) v-bmwi3: Registering Vehicle: BMW i3 (9000)
I (747) version: Initialising Versioning (9900)
I (758) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (30) ovms-duktape: Duktape: Scripting task is running
I (838) ovms_main: Executing on CPU core 0
I (838) ovms_main: Mounting CONFIG...
I (958) ovms_main: Configure logging...
W (968) command: OpenLogfile: cannot open '/sd/logs/log', will retry on SD mount
I (968) ovms_main: Registering default configs...
I (968) location: UpdateParkPosition: vehicle is parking @0.000000,0.000000 gpslock=0 satcount=0 hdop=0.0 sq=0 invalid=1
I (968) ovms_main: Starting HOUSEKEEPING...
I (988) housekeeping: Initialising HOUSEKEEPING Framework...
I (988) tls: Built trusted CA cache (5 entries, 8101 bytes)
I (2158) pluginstore: Loading enabled plugins (2)
I (2158) pluginstore:   Load retools web page /plugins/retools
I (2158) pluginstore: Loading enabled plugins (3)
D (2168) events: Signal(housekeeping.init)
I (2168) housekeeping: Executing on CPU core 1
I (2168) housekeeping: reset_reason: cpu0=1, cpu1=14
I (2178) housekeeping: Starting PERIPHERALS...
I (2178) peripherals: Initialising OVMS Peripherals...
I (2188) peripherals:   TCP/IP Adaptor
I (2188) peripherals:   ESP32 system
I (2198) peripherals:   SPI bus
I (2198) peripherals:   MAX7317 I/O Expander
I (2208) peripherals:   ESP32 CAN
I (2208) peripherals:   ESP32 WIFI
I (2218) peripherals:   ESP32 ADC
I (2218) peripherals:   MCP2515 CAN 1/2
I (2218) mcp2515: can2: SetPowerMode off
I (2308) peripherals:   MCP2515 CAN 2/2
I (2308) mcp2515: can3: SetPowerMode off
I (2388) peripherals:   SD CARD
I (2388) peripherals:   CELLULAR MODEM
I (2388) gpio: GPIO[13]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 
I (2398) gpio: GPIO[4]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 
V (2408) cellular: Starting modem task
I (2408) uart: queue free spaces: 50
I (2408) ext12v: Powering off external 12V devices
I (2418) housekeeping: Auto init max7317 (free: 160936 bytes)
I (2428) housekeeping: Auto init ext12v (free: 160936 bytes)
I (2428) housekeeping: Auto init dbc (free: 160936 bytes)
I (2438) housekeeping: Auto init wifi (free: 160936 bytes)
I (2438) housekeeping: Auto init modem (free: 160936 bytes)
I (2448) housekeeping: Auto init Pollers (free: 160936 bytes)
I (2448) cellular: Set modem driver to 'auto'
I (2458) housekeeping: Auto init vehicle (free: 160936 bytes)
I (2458) cellular: State: Enter PowerOffOn state
I (2468) v-none: Generic NONE vehicle module
I (2468) cellular-modem-auto: Power Cycle
I (2478) housekeeping: Auto init obd2ecu (free: 149136 bytes)
I (2478) Simcom: Power Cycle - T_off 2500 ms - T_on 200 ms
I (2488) housekeeping: Auto init server v2 (free: 149136 bytes)
I (2498) housekeeping: Auto init server v3 (free: 149136 bytes)
I (2508) housekeeping: Auto init javascript (free: 149136 bytes)
I (2518) housekeeping: Auto init done (free: 149096 bytes)
I (2518) housekeeping: Starting USB console...
I (2528) uart: queue free spaces: 100
D (2538) events: Signal(egpio.output.1.low)
D (2538) events: Signal(power.cellular.on)
D (2538) events: Signal(system.modem.stop)
D (2548) events: Signal(vehicle.type.set)
D (2548) events: Signal(egpio.output.0.low)
D (2548) events: Signal(system.start)
I (2558) ovms-mdns: Starting MDNS

Welcome to the Open Vehicle Monitoring System (OVMS) - Async Console
Firmware: 3.3.004-426-g56a6a42b/factory/edge
Hardware: OVMS WIFI BLE BT cores=2 rev=ESP32/3
I (2568) ovms-duktape: Duktape: Creating heap (size: 524288 bytes)

OVMS> I (2698) ovms-duktape: Duktape: Initialising module system
I (2878) pluginstore: Loading enabled plugins (1)
OVMS> D (4178) events: Signal(vehicle.aux.12v.low)
OVMS> D (4998) events: Signal(egpio.output.0.high)
OVMS> I (7178) sdcard: SD CARD has been inserted
OVMS> I (7398) sdcard: mount done
D (7398) events: Signal(sd.insert)
OVMS> D (9178) events: Signal(sd.mounted)
I (9198) command: OpenLogfile: now logging to file '/sd/logs/log'
OVMS> D (9998) events: Signal(egpio.output.0.low)
D (10198) events: Signal(egpio.output.0.high)
D (10198) cellular: State timeout PowerOffOn => PoweringOn
I (10198) cellular: State: Enter PoweringOn state
I (10198) cellular-modem-auto: Power Cycle
I (10198) Simcom: Power Cycle - T_off 2500 ms - T_on 200 ms
D (10198) events: Signal(system.modem.poweringon)
D (10198) events: Signal(egpio.output.0.low)
OVMS> D (12698) events: Signal(egpio.output.0.high)
OVMS> D (17698) events: Signal(egpio.output.0.low)
D (17898) cellular: tx-cmd: AT
D (17898) events: Signal(egpio.output.0.high)
D (17898) cellular: tx-cmd: AT
D (17898) cellular: tx-cmd: AT
I (17898) cellular: State: Enter Identify state
D (17898) cellular: tx-cmd: AT+CGMM
D (17898) cellular: tx-cmd: AT+CGMM
D (17898) cellular: tx-cmd: AT+CGMM
OVMS> D (18178) cellular: tx-cmd: AT+CGMM
I (18188) cellular: Identified cellular modem: SIM7600/Experimental support for SIMCOM SIM7600
D (18188) cellular: Remove old 'auto' modem driver
I (18188) cellular: Set modem driver to 'SIM7600'
I (18188) cellular: State: Enter PoweredOn state
D (18188) events: Signal(system.modem.installed)
D (18188) events: Signal(system.modem.poweredon)
OVMS> D (28178) cellular: tx-cmd: AT+CPIN?;+CREG=1;+CGREG=1;+CEREG=1;+CTZU=1;+CTZR=1;+CLIP=1;+CMGF=1;+CNMI=1,2,0,0,0;+CSDH=1;+CMEE=2;+CSQ;+AUTOCSQ=1,1;E0;S0=0
D (28208) cellular: mux-rx-line #0 (2/120): OK
D (28208) cellular: mux-rx-line #0 (124/0): AT+CPIN?;+CREG=1;+CGREG=1;+CEREG=1;+CTZU=1;+CTZR=1;+CLIP=1;+CMGF=1;+CNMI=1,2,0,0,0;+CSDH=1;+CMEE=2;+CSQ;+AUTOCSQ=1,1;E0;S0=0
D (28208) cellular: mux-rx-line #0 (12/20): +CPIN: READY
D (28208) cellular: mux-rx-line #0 (10/6): +CSQ: 14,0
D (28208) cellular: Signal Quality is: 14 (-85 dBm)
D (28208) cellular: mux-rx-line #0 (2/0): OK
OVMS> D (29488) cellular: mux-rx-line #0 (10/0): +CSQ: 19,0
D (29488) cellular: Signal Quality is: 19 (-75 dBm)
OVMS> D (30178) cellular: tx-cmd: AT+CGMR;+ICCID
D (30188) cellular: mux-rx-line #0 (26/37): +CGMR: LE20B03SIM7600M21-A
D (30188) cellular: mux-rx-line #0 (27/6): +ICCID: 8944500408175816389
D (30198) cellular: mux-rx-line #0 (2/0): OK
OVMS> D (38178) cellular: tx-cmd: AT+CMUX=0;+CATR=6
D (38188) cellular: mux-rx-line #0 (2/0): OK
I (38188) cellular: State: Enter MuxStart state
V (38188) cellular: Starting MUX
D (38188) events: Signal(system.modem.muxstart)
OVMS> D (39178) cellular: State transition MuxStart => NetWait
I (39178) cellular: State: Enter NetWait state
V (39178) cellular: Starting NMEA
D (39178) cellular: mux-tx #1: AT+CGPS=0
D (39178) events: Signal(system.modem.netwait)
OVMS> D (41178) cellular: mux-tx #1: AT+CGPSNMEA=258
D (41198) cellular: mux-tx #1: AT+CGPSINFOCFG=5,258
D (41218) cellular: mux-tx #1: AT+CGPS=1,1
D (41218) events: Signal(system.modem.gpsstart)
D (41218) cellular: mux-rx-line #1 (2/0): OK
D (41218) cellular: mux-rx-line #1 (2/0): OK
D (41218) cellular: mux-rx-line #1 (2/0): OK
D (41228) cellular: mux-rx-line #1 (2/0): OK
OVMS> D (49178) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (49198) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
I (49198) cellular: Network Registration status: RegisteredRoaming
D (49198) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (49208) cellular: mux-rx-line #3 (11/53): +CEREG: 1,4
D (49208) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:26:15+04"
D (49208) cellular: mux-rx-line #3 (10/6): +CSQ: 19,0
D (49208) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (49498) cellular: mux-rx-line #3 (10/0): +CSQ: 19,7
OVMS> D (50178) cellular: mux-tx #3: AT+CPSI?
D (50178) cellular: State transition NetWait => NetStart
I (50178) cellular: State: Enter NetStart state
D (50178) events: Signal(system.modem.netstart)
D (50188) cellular: mux-rx-line #3 (59/0): +CPSI: GSM,Online,262-02,0x011a,9302,2 EGSM 900,-80,0,27-27
I (50188) cellular: Network Mode: GSM,Online
D (50188) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (51178) cellular: Netstart AT+CGDCONT=1,"IP","hologram";+CGDATA="PPP",1
D (51228) cellular: mux-rx-line #2 (14/0): CONNECT 115200
I (51228) cellular: PPP Connection is ready to start
OVMS> D (51498) cellular: mux-rx-line #3 (10/0): +CSQ: 19,0
OVMS> D (52178) cellular: State transition NetStart => NetMode
I (52178) cellular: State: Enter NetMode state
V (52178) cellular: Launching PPP
V (52178) cellular: Starting PPP
I (52178) gsm-ppp: Initialising...
D (52188) events: Signal(system.modem.netmode)
I (52308) gsm-ppp: StatusCallBack: None
I (52308) gsm-ppp: status_cb: Connected
I (52308) gsm-ppp:    our_ipaddr  = 10.170.195.13
I (52308) gsm-ppp:    his_ipaddr  = 10.64.64.64
I (52308) gsm-ppp:    netmask     = 255.255.255.255
I (52308) gsm-ppp:    DNS#0       = 8.8.8.8
I (52308) gsm-ppp:    DNS#1       = 8.8.4.4
I (52308) gsm-ppp:    our6_ipaddr = ::
D (52318) events: Signal(network.interface.up)
D (52318) events: Signal(system.modem.gotip)
D (52318) netmanager: Saved DNS#0 8.8.8.8
D (52318) netmanager: Saved DNS#1 8.8.4.4
D (52318) netmanager: Saved DNS#2 0.0.0.0
I (52318) netmanager: Interface priority is pp1 (10.170.195.13/255.255.255.255 gateway 10.64.64.64)
I (52318) netmanager: Set DNS#2 0.0.0.0
I (52318) netmanager: MODEM up (with WIFI client down): starting network with MODEM
D (52318) events: Signal(network.modem.up)
D (52328) events: Signal(network.up)
D (52328) events: Signal(network.interface.change)
D (52338) netmanager: MongooseTask starting
D (52338) events: Signal(network.mgr.init)
I (52358) ssh: Launching SSH Server
OVMS> D (53498) cellular: mux-rx-line #3 (10/0): +CSQ: 19,4
OVMS> D (57308) cellular: mux-rx-line #3 (10/0): +CSQ: 24,4
D (57308) cellular: Signal Quality is: 24 (-65 dBm)
D (57508) cellular: mux-rx-line #3 (10/0): +CSQ: 18,4
D (57508) cellular: Signal Quality is: 18 (-77 dBm)
OVMS> D (82178) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (82198) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
D (82198) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (82198) cellular: mux-rx-line #3 (11/53): +CEREG: 1,5
D (82198) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:26:48+04"
D (82198) cellular: mux-rx-line #3 (10/6): +CSQ: 18,4
D (82198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (83178) cellular: mux-tx #3: AT+CPSI?
D (83198) cellular: mux-rx-line #3 (84/0): +CPSI: LTE,Online,262-02,0xB092,13250570,245,EUTRAN-BAND3,1801,5,5,-98,-1069,-776,10
I (83198) cellular: Network Mode: LTE,Online
D (83198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (84178) cellular: mux-tx #3: AT+COPS?
D (84188) cellular: mux-rx-line #3 (35/6): +COPS: 0,0,"vodafone.de Hologram",7
I (84198) cellular: Network Provider is: vodafone.de Hologram
D (84198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (112178) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (112198) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
D (112198) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (112198) cellular: mux-rx-line #3 (11/53): +CEREG: 1,5
D (112198) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:27:18+04"
D (112198) cellular: mux-rx-line #3 (10/6): +CSQ: 18,4
D (112198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (113178) cellular: mux-tx #3: AT+CPSI?
D (113198) cellular: mux-rx-line #3 (85/0): +CPSI: LTE,Online,262-02,0xB092,13250570,245,EUTRAN-BAND3,1801,5,5,-100,-1078,-780,10
D (113198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (114178) cellular: mux-tx #3: AT+COPS?
D (114188) cellular: mux-rx-line #3 (35/6): +COPS: 0,0,"vodafone.de Hologram",7
D (114188) cellular: mux-rx-line #3 (2/0): OK
OVMS> I (122188) housekeeping: System considered stable (RAM: 8b=102672-105328 32b=12128 SPI=3274072-3278628)
OVMS> D (142178) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (142198) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
D (142198) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (142198) cellular: mux-rx-line #3 (11/53): +CEREG: 1,5
D (142198) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:27:48+04"
D (142198) cellular: mux-rx-line #3 (10/6): +CSQ: 18,4
D (142198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (143178) cellular: mux-tx #3: AT+CPSI?
D (143198) cellular: mux-rx-line #3 (84/0): +CPSI: LTE,Online,262-02,0xB092,13250570,245,EUTRAN-BAND3,1801,5,5,-97,-1068,-771,10
D (143198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (144178) cellular: mux-tx #3: AT+COPS?
D (144188) cellular: mux-rx-line #3 (35/6): +COPS: 0,0,"vodafone.de Hologram",7
D (144198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (172178) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (172198) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
D (172198) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (172198) cellular: mux-rx-line #3 (11/53): +CEREG: 1,5
D (172198) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:28:18+04"
D (172198) cellular: mux-rx-line #3 (10/6): +CSQ: 18,4
D (172198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (173178) cellular: mux-tx #3: AT+CPSI?
D (173198) cellular: mux-rx-line #3 (85/0): +CPSI: LTE,Online,262-02,0xB092,13250570,245,EUTRAN-BAND3,1801,5,5,-107,-1068,-768,10
D (173198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (174178) cellular: mux-tx #3: AT+COPS?
D (174188) cellular: mux-rx-line #3 (35/6): +COPS: 0,0,"vodafone.de Hologram",7
D (174188) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (202178) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (202198) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
D (202198) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (202198) cellular: mux-rx-line #3 (11/53): +CEREG: 1,5
D (202198) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:28:48+04"
D (202198) cellular: mux-rx-line #3 (10/6): +CSQ: 18,4
D (202198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (203178) cellular: mux-tx #3: AT+CPSI?
D (203198) cellular: mux-rx-line #3 (85/0): +CPSI: LTE,Online,262-02,0xB092,13250570,245,EUTRAN-BAND3,1801,5,5,-120,-1074,-746,10
D (203198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (204178) cellular: mux-tx #3: AT+COPS?
D (204188) cellular: mux-rx-line #3 (35/6): +COPS: 0,0,"vodafone.de Hologram",7
D (204188) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (232178) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (232198) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
D (232198) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (232198) cellular: mux-rx-line #3 (11/53): +CEREG: 1,5
D (232198) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:29:18+04"
D (232198) cellular: mux-rx-line #3 (10/6): +CSQ: 18,4
D (232198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (233178) cellular: mux-tx #3: AT+CPSI?
D (233198) cellular: mux-rx-line #3 (84/0): +CPSI: LTE,Online,262-02,0xB092,13250570,245,EUTRAN-BAND3,1801,5,5,-108,-1079,-772,9
D (233198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (234178) cellular: mux-tx #3: AT+COPS?
D (234188) cellular: mux-rx-line #3 (35/6): +COPS: 0,0,"vodafone.de Hologram",7
D (234188) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (262178) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (262198) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
D (262198) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (262198) cellular: mux-rx-line #3 (11/53): +CEREG: 1,5
D (262198) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:29:48+04"
D (262198) cellular: mux-rx-line #3 (10/6): +CSQ: 18,4
D (262198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (263178) cellular: mux-tx #3: AT+CPSI?
D (263198) cellular: mux-rx-line #3 (85/0): +CPSI: LTE,Online,262-02,0xB092,13250570,245,EUTRAN-BAND3,1801,5,5,-109,-1080,-778,10
D (263198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (264178) cellular: mux-tx #3: AT+COPS?
D (264188) cellular: mux-rx-line #3 (35/6): +COPS: 0,0,"vodafone.de Hologram",7
D (264188) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (292178) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (292198) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
D (292198) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (292198) cellular: mux-rx-line #3 (11/53): +CEREG: 1,5
D (292198) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:30:18+04"
D (292198) cellular: mux-rx-line #3 (10/6): +CSQ: 18,4
D (292198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (293178) cellular: mux-tx #3: AT+CPSI?
D (293198) cellular: mux-rx-line #3 (84/0): +CPSI: LTE,Online,262-02,0xB092,13250570,245,EUTRAN-BAND3,1801,5,5,-104,-1080,-777,9
D (293198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (294178) cellular: mux-tx #3: AT+COPS?
D (294188) cellular: mux-rx-line #3 (35/6): +COPS: 0,0,"vodafone.de Hologram",7
D (294188) cellular: mux-rx-line #3 (2/0): OK
OVMS> I (302198) housekeeping: 2025-03-29 08:30:29 CET (RAM: 8b=102672-105264 32b=12128 SPI=3274072-3278660)
OVMS> D (322178) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (322198) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
D (322198) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (322198) cellular: mux-rx-line #3 (11/53): +CEREG: 1,5
D (322198) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:30:48+04"
D (322198) cellular: mux-rx-line #3 (10/6): +CSQ: 18,4
D (322198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (323178) cellular: mux-tx #3: AT+CPSI?
D (323198) cellular: mux-rx-line #3 (84/0): +CPSI: LTE,Online,262-02,0xB092,13250570,245,EUTRAN-BAND3,1801,5,5,-115,-1081,-765,9
D (323198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (324178) cellular: mux-tx #3: AT+COPS?
D (324188) cellular: mux-rx-line #3 (35/6): +COPS: 0,0,"vodafone.de Hologram",7
D (324188) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (352178) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (352198) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
D (352198) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (352198) cellular: mux-rx-line #3 (11/53): +CEREG: 1,5
D (352198) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:31:18+04"
D (352198) cellular: mux-rx-line #3 (10/6): +CSQ: 18,4
D (352198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (353178) cellular: mux-tx #3: AT+CPSI?
D (353198) cellular: mux-rx-line #3 (85/0): +CPSI: LTE,Online,262-02,0xB092,13250570,245,EUTRAN-BAND3,1801,5,5,-117,-1080,-771,10
D (353198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (354178) cellular: mux-tx #3: AT+COPS?
D (354188) cellular: mux-rx-line #3 (35/6): +COPS: 0,0,"vodafone.de Hologram",7
D (354188) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (382178) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (382198) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
D (382198) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (382198) cellular: mux-rx-line #3 (11/53): +CEREG: 1,5
D (382198) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:31:48+04"
D (382198) cellular: mux-rx-line #3 (10/6): +CSQ: 18,4
D (382198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (383178) cellular: mux-tx #3: AT+CPSI?
D (383198) cellular: mux-rx-line #3 (85/0): +CPSI: LTE,Online,262-02,0xB092,13250570,245,EUTRAN-BAND3,1801,5,5,-130,-1081,-751,10
D (383198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (384178) cellular: mux-tx #3: AT+COPS?
D (384188) cellular: mux-rx-line #3 (35/6): +COPS: 0,0,"vodafone.de Hologram",7
D (384188) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (412178) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (412198) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
D (412198) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (412198) cellular: mux-rx-line #3 (11/53): +CEREG: 1,5
D (412198) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:32:18+04"
D (412198) cellular: mux-rx-line #3 (10/6): +CSQ: 18,4
D (412198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (413178) cellular: mux-tx #3: AT+CPSI?
D (413198) cellular: mux-rx-line #3 (84/0): +CPSI: LTE,Online,262-02,0xB092,13250570,245,EUTRAN-BAND3,1801,5,5,-143,-1081,-739,9
D (413198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (414178) cellular: mux-tx #3: AT+COPS?
D (414188) cellular: mux-rx-line #3 (35/6): +COPS: 0,0,"vodafone.de Hologram",7
D (414188) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (442178) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (442198) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
D (442198) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (442198) cellular: mux-rx-line #3 (11/53): +CEREG: 1,5
D (442198) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:32:48+04"
D (442198) cellular: mux-rx-line #3 (10/6): +CSQ: 18,4
D (442198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (443178) cellular: mux-tx #3: AT+CPSI?
D (443198) cellular: mux-rx-line #3 (85/0): +CPSI: LTE,Online,262-02,0xB092,13250570,245,EUTRAN-BAND3,1801,5,5,-130,-1091,-755,10
D (443198) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (444178) cellular: mux-tx #3: AT+COPS?
D (444188) cellular: mux-rx-line #3 (35/6): +COPS: 0,0,"vodafone.de Hologram",7
D (444188) cellular: mux-rx-line #3 (2/0): OK
OVMS> enable
Secure mode
OVMS# module reset 
Resetting system...
OVMS# I (459308) boot: Shutting down for Restart...
D (459308) events: Signal(system.shuttingdown)
W (459308) boot: Shutdown: vehicle pending, 1 total
I (459308) v-none: Shutdown NONE vehicle module
W (459308) boot: Shutdown: vehicle-poll pending, 2 total
D (459308) vehicle-poll: Poller Shutdown Sending Shut-Down
V (459318) vehicle-poll: Poller Shutdown Powering Down Busses
V (459318) vehicle-poll: Poller Shutdown Finished
D (459318) vehicle-poll: Pollers: Shutdown null
W (459328) boot: Shutdown: sdcard pending, 3 total
I (459328) sdcard: Unmounting SDCARD for reset
W (459328) boot: Shutdown: cellular pending, 4 total
W (459328) boot: Shutdown: ovms-duktape pending, 5 total
I (459328) cellular: State: Enter PoweringOff state
V (459328) cellular: Stopping PPP
W (459328) boot: Shutdown: webserver pending, 6 total
I (459328) gsm-ppp: Shutting down (hard)...
I (459328) gsm-ppp: StatusCallBack: User Interrupt
I (459338) gsm-ppp: PPP is shutdown
V (459338) cellular: Stopping NMEA
D (459338) cellular: mux-tx #1: AT+CGPSNMEA=0
D (459338) events: Signal(sd.unmounting)
I (459338) ovms-duktape: Duktape: Clearing existing context
D (459358) cellular: mux-tx #1: AT+CGPSINFOCFG=0
D (459458) cellular: mux-tx #1: AT+CGPS=0
I (459458) Simcom: Power Off - 3000 ms
I (459528) command: CloseLogfile: file logging stopped
I (459528) sdcard: unmount done
D (459528) events: Signal(system.modem.down)
I (459528) netmanager: MODEM down (with WIFI client down): network connectivity has been lost
D (459528) events: Signal(system.modem.gpsstop)
D (459528) events: Signal(system.modem.stop)
D (459538) events: Signal(egpio.output.3.low)
D (459538) events: Signal(egpio.output.0.low)
D (459538) events: Signal(network.modem.down)
D (459538) events: Signal(network.down)
D (459548) events: Signal(network.interface.change)
D (459648) netmanager: MongooseTask stopping
D (459648) events: Signal(network.mgr.stop)
I (459648) ssh: Stopping SSH Server
OVMS# I (460178) boot: Shutdown: vehicle ready, 5 pending
I (460178) boot: Shutdown: vehicle-poll ready, 4 pending
I (460178) boot: Shutdown: ovms-duktape ready, 3 pending
OVMS# I (462178) boot: Shutdown: sdcard ready, 2 pending
I (462178) boot: Shutdown: webserver ready, 1 pending
D (462178) events: Signal(sd.unmounted)
OVMS# D (462468) events: Signal(egpio.output.0.high)
OVMS# I (464178) boot: Restart in 65 seconds (1 pending)...
OVMS# I (469178) boot: Restart in 60 seconds (1 pending)...
OVMS# I (474178) boot: Restart in 55 seconds (1 pending)...
OVMS# I (479178) boot: Restart in 50 seconds (1 pending)...
D (479178) cellular: State timeout PoweringOff => CheckPowerOff
I (479178) cellular: State: Enter CheckPowerOff state
OVMS# D (482178) cellular: tx-cmd: AT
W (482178) cellular: UART frame error
W (482178) cellular: UART frame error
I (482178) cellular: State: Enter PoweringOff state
V (482178) cellular: Stopping PPP
I (482178) gsm-ppp: Shutting down (hard)...
I (482178) gsm-ppp: StatusCallBack: User Interrupt
I (482178) gsm-ppp: PPP is shutdown
I (482178) Simcom: Power Off - 3000 ms
D (482178) events: Signal(system.modem.down)
D (482188) events: Signal(system.modem.stop)
D (482188) events: Signal(egpio.output.0.low)
OVMS# I (484178) boot: Restart in 45 seconds (1 pending)...
OVMS# D (485178) events: Signal(egpio.output.0.high)
OVMS# I (489178) boot: Restart in 40 seconds (1 pending)...
OVMS# I (494178) boot: Restart in 35 seconds (1 pending)...
OVMS# I (499178) boot: Restart in 30 seconds (1 pending)...
OVMS# D (502178) cellular: State timeout PoweringOff => CheckPowerOff
I (502178) cellular: State: Enter CheckPowerOff state
OVMS# I (504178) boot: Restart in 25 seconds (1 pending)...
OVMS# D (505178) cellular: tx-cmd: AT
I (505188) cellular: State: Enter PoweringOff state
V (505188) cellular: Stopping PPP
I (505188) gsm-ppp: Shutting down (hard)...
I (505188) gsm-ppp: StatusCallBack: User Interrupt
I (505188) gsm-ppp: PPP is shutdown
D (505188) events: Signal(system.modem.down)
I (505188) Simcom: Power Off - 3000 ms
D (505188) events: Signal(system.modem.stop)
D (505188) events: Signal(egpio.output.0.low)
OVMS# D (508188) events: Signal(egpio.output.0.high)
OVMS# I (509178) boot: Restart in 20 seconds (1 pending)...
OVMS# I (514178) boot: Restart in 15 seconds (1 pending)...
OVMS# I (519178) boot: Restart in 10 seconds (1 pending)...
OVMS# I (524178) boot: Restart in 5 seconds (1 pending)...
OVMS# D (525178) cellular: State timeout PoweringOff => CheckPowerOff
I (525178) cellular: State: Enter CheckPowerOff state
OVMS# D (528178) cellular: tx-cmd: AT
I (528178) boot: Restart now
I (528188) cellular: State: Enter PoweringOff state
V (528188) cellular: Stopping PPP
I (528188) gsm-ppp: Shutting down (hard)...
I (528188) gsm-ppp: StatusCallBack: User Interrupt
I (528188) gsm-ppp: PPP is shutdown
D (528188) events: Signal(system.modem.down)
I (528188) Simcom: Power Off - 3000 ms
D (528188) events: Signal(system.modem.stop)
D (528188) events: Signal(egpio.output.0.low)
OVMS# D (529178) events: Signal(system.shutdown)ets Jul 29 2019 12:21:46

rst:0xc (SW_CPU_RESET),boot:0x1b (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:5980
ho 0 tail 12 room 4
load:0x40078000,len:16028
load:0x40080400,len:3816
entry 0x40080600
I (1252) psram: This chip is ESP32-D0WD
I (1253) spiram: Found 64MBit SPI RAM device
I (1253) spiram: SPI RAM mode: flash 40m sram 40m
I (1256) spiram: PSRAM initialized, cache is in low/high (2-core) mode.
I (1263) cpu_start: Pro cpu up.
I (1267) cpu_start: Application information:
I (1272) cpu_start: Project name:     ovms3
I (1277) cpu_start: App version:      3.3.004-426-g56a6a42b
I (1283) cpu_start: Compile time:     Mar 29 2025 08:14:13
I (1289) cpu_start: ELF file SHA256:  96d26c67fedbd772...
I (1295) cpu_start: ESP-IDF:          v3.3.4-851-gfa4f07fb3b
I (1302) cpu_start: Starting app cpu, entry point is 0x400818e0
I (1294) cpu_start: App cpu up.
I (2180) spiram: SPI SRAM memory test OK
I (2180) heap_init: Initializing. RAM available for dynamic allocation:
I (2180) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (2186) heap_init: At 3FFC1F80 len 0001E080 (120 KiB): DRAM
I (2193) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (2199) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (2206) heap_init: At 4009CDD4 len 0000322C (12 KiB): IRAM
I (2212) cpu_start: Pro cpu start user code
I (2217) spiram: Adding pool of 4096K of external SPI memory to heap allocator
I (44) ovms_main: Set default logging level for * to INFO
I (44) ovms_main: WATCHDOG already initialized...
I (44) ovms-duktape: Initialising DUKTAPE Registry (1000)
I (51) command: Initialising COMMAND (1010)
I (57) command: Expanding DUKTAPE javascript engine
I (61) boot: Initialising BOOT (1100)
I (66) boot: Boot #1 reasons for CPU0=12 and CPU1=12
I (71) boot: Soft reset by user
I (75) events: Initialising EVENTS (1200)
I (80) config: Initialising CONFIG (1400)
I (85) time: Initialising TIME (1500)
I (89) script: Initialising SCRIPTS (1600)
I (94) ovms-duk-http: Installing DUKTAPE HTTP (1710)
I (99) ovms-duk-util: Installing DUKTAPE Utilities (1710)
I (105) ovms-duk-vfs: Installing DUKTAPE VFS (1710)
I (111) metrics: Initialising METRICS (1810)
I (116) metrics: Expanding DUKTAPE javascript engine
I (121) metrics: Persistent metrics serial 2 using 820 bytes, 66/100 slots used
I (132) metrics: persist v.b.12v.voltage.ref = 12.6V
I (143) metrics: persist v.e.parktime = 457Sec
I (149) notify: Initialising NOTIFICATIONS (1820)
I (150) notify: Registered notification type info
I (151) notify: Registered notification type error
I (156) notify: Registered notification type alert
I (161) notify: Registered notification type data
I (167) notify: Registered notification type stream
I (172) notify: Expanding DUKTAPE javascript engine
I (178) location: Initialising LOCATIONS (1900)
I (187) location: Expanding DUKTAPE javascript engine
I (189) vehicle: Initialising VEHICLE Factory (2000)
I (200) tls: Initialising TLS (3000)
I (201) pcp: Initialising POWER (4000)
I (204) max7317: Initialising MAX7317 EGPIO (4200)
I (210) sdcard: Initialising SD CARD (4400)
I (214) ota: Initialising OTA (4400)
I (220) canformat: Initialising CAN Format Factory (4500)
I (224) canformat-cs11: Registering CAN Format: CS11 (4505)
I (230) canformat-crtd: Registering CAN Format: CRTD (4505)
I (236) canformat-gvret: Registering CAN Format: GVRET (4505)
I (243) canformat-lawicel: Registering CAN Format: LAWICEL (4505)
I (250) canformat-panda: Registering CAN Format: PANDA (4505)
I (256) canformat-pcap: Registering CAN Format: PCAP (4505)
I (262) canformat-raw: Registering CAN Format: RAW (4505)
I (268) can: Initialising CAN (4510)
I (280) dbc-app: Initialising DBC (4520)
I (283) canlog: Initialising CAN logging (4550)
I (284) canlog-monitor: Initialising CAN logging to MONITOR (4560)
I (290) canlog-tcpclient: Initialising CAN logging as TCP client (4560)
I (300) canlog-tcpserver: Initialising CAN logging as TCP server (4560)
I (307) canlog-udpclient: Initialising CAN logging as UDP client (4560)
I (313) canlog-udpserver: Initialising CAN logging as UDP server (4560)
I (322) canlog-vfs: Initialising CAN logging to VFS (4560)
I (326) canplay: Initialising CAN play framework (4570)
I (331) canplay-vfs: Initialising CAN playing from VFS (4580)
I (338) cellular: Initialising CELLULAR (4600)
I (345) cellular-modem-factory: Initialising CELLULAR MODEM Factory (4601)
I (350) cellular-modem-auto: Registering auto-detect modem driver (4650)
I (357) SIM5360: Registering SIM5360 modem driver (4650)
I (363) SIM7000: Registering SIM7000 modem driver (4650)
I (369) SIM7600: Registering SIM7600 modem driver (4650)
I (375) SIM7670: Registering Simcom A7670E modem driver (4660)
I (381) tpms: Initialising TPMS (4700)
I (387) test: Initialising TEST (5000)
I (392) module: Initialising MODULE (5100)
I (397) vfs: Initialising VFS (5200)
I (401) ovms-server: Initialising OVMS Server (6000)
I (405) ovms-server-v2: Initialising OVMS V2 Server (6100)
I (412) ovms-server-v3: Initialising OVMS V3 Server (6200)
I (418) vehicle-poll: Initialising Poller (7000)
I (426) obd2ecu: Initialising OBD2ECU (7000)
I (429) canopen: Initialising CANopen (7000)
I (437) pluginstore: Initialising PLUGINS (7100)
I (440) esp32wifi: Initialising ESP32WIFI (8000)
I (445) ovms-mdns: Initialising MDNS (8100)
I (448) webserver: Initialising WEBSERVER (8200)
I (456) ssh: Initialising SSH (8300)
I (458) powermgmt: Initialising POWERMGMT (8500)
I (464) re: Initialising RE Tools (8800)
I (470) pushover: Initialising Pushover client (8800)
I (475) netmanager: Initialising NETMANAGER (8999)
I (482) v-zombie-vcu: Registering Vehicle: ZombieVerter VCU (9000)
I (485) v-zeva: Registering Vehicle: ZEVA (9000)
I (491) v-vweup: Registering Vehicle: VW e-Up (9000)
I (496) v-voltampera: Registering Vehicle: Chevrolet Volt/Ampera (9000)
I (504) v-track: Registering Vehicle: TRACK (9000)
I (509) v-toyotarav4ev: Registering Vehicle: Toyota RAV4 EV (9000)
I (516) v-thinkcity: Registering Vehicle: THINK CITY (9000)
I (522) v-teslaroadster: Registering Vehicle: Tesla Roadster (9000)
I (529) v-teslamodels: Registering Vehicle: Tesla Model S (9000)
I (536) v-teslamodel3: Registering Vehicle: Tesla Model 3 (9000)
I (543) v-smarteq: Registering Vehicle: SMART EQ (9000)
I (548) v-smarted: Registering Vehicle: SMART ED (9000)
I (554) v-zoe-ph2-obd: Registering Vehicle: Renault Zoe Ph2 (OBD) (9000)
I (562) v-zoe: Registering Vehicle: Renault Zoe/Kangoo (9000)
I (568) v-twizy: Registering Vehicle: Renault Twizy (9000)
I (574) v-obdii: Registering Vehicle: OBDII (9000)
I (580) v-none: Registering Vehicle: NONE (9000)
I (585) v-nissanleaf: Registering Vehicle: Nissan Leaf (9000)
I (592) v-mitsubishi: Registering Vehicle: Mitsubishi iMiEV, Citroen C-Zero, Peugeot iOn (9000)
I (601) v-minise: Registering Vehicle: Mini Cooper SE (9000)
I (607) v-mgev4: Registering Vehicle: MG4 (9000)
I (613) v-mgev: Registering Vehicle: MG5 (9000)
I (618) v-mgev: Registering Vehicle: MG ZS EV (UK/EU) (9000)
I (624) v-mgev: Registering Vehicle: MG ZS EV (AU/TH) (9000)
I (630) v-mgev: Registering Vehicle: MG ZS EV (2023-)
I (636) v-mbb250e: Registering Vehicle: MERCEDESB250E (9000)
I (642) v-maxe6: Registering Vehicle: Maxus Euniq 6 (9000)
I (649) v-maxe56: Registering Vehicle: Maxus eDeliver3 (9000)
I (655) v-maxed3: Registering Vehicle: Maxus eDeliver3 (9000)
I (662) v-maple60s: Registering Vehicle: Maple 60S (9000)
I (668) v-kiasoulev: Registering Vehicle: Kia Soul EV (9000)
I (674) v-kianiroev: Registering Vehicle: Kia Niro / Hyundai Kona EV (9000)
I (682) v-jaguaripace: Registering Vehicle: Jaguar Ipace (9000)
I (688) v-hyundaivfl: Registering Vehicle: Hyundai Ioniq vFL (9000)
I (695) v-ioniq5: Registering Vehicle: Hyundai Ioniq 5 EV/KIA EV6 (9000)
I (702) v-fiat500e: Registering Vehicle: FIAT 500e (9000)
I (709) v-energica: Registering Vehicle: Energica (9000)
I (715) v-demo: Registering Vehicle: DEMO (9000)
I (720) v-dbc: Registering Vehicle: DBC based vehicle (9000)
I (726) v-chevroletc6corvette: Registering Vehicle: Chevrolet C6 Corvette (9000)
I (734) v-cadillacc2cts: Registering Vehicle: Cadillac 2nd gen CTS (9000)
I (742) v-atto3: Registering Vehicle: BYD Atto3 (9000)
I (748) v-boltev: Registering Vehicle: Bolt EV (9000)
I (753) v-bmwi3: Registering Vehicle: BMW i3 (9000)
I (759) version: Initialising Versioning (9900)
I (767) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (30) ovms-duktape: Duktape: Scripting task is running
I (850) ovms_main: Executing on CPU core 0
I (850) ovms_main: Mounting CONFIG...
I (970) ovms_main: Configure logging...
W (980) command: OpenLogfile: cannot open '/sd/logs/log', will retry on SD mount
I (980) ovms_main: Registering default configs...
I (980) location: UpdateParkPosition: vehicle is parking @0.000000,0.000000 gpslock=0 satcount=0 hdop=0.0 sq=0 invalid=1
I (980) ovms_main: Starting HOUSEKEEPING...
I (1000) housekeeping: Initialising HOUSEKEEPING Framework...
I (1000) tls: Built trusted CA cache (5 entries, 8101 bytes)
I (2170) pluginstore: Loading enabled plugins (2)
I (2170) pluginstore:   Load retools web page /plugins/retools
I (2170) pluginstore: Loading enabled plugins (3)
D (2180) events: Signal(housekeeping.init)
I (2180) housekeeping: Executing on CPU core 1
I (2180) housekeeping: reset_reason: cpu0=12, cpu1=12
I (2190) housekeeping: Starting PERIPHERALS...
I (2190) peripherals: Initialising OVMS Peripherals...
I (2200) peripherals:   TCP/IP Adaptor
I (2200) peripherals:   ESP32 system
I (2210) peripherals:   SPI bus
I (2210) peripherals:   MAX7317 I/O Expander
I (2220) peripherals:   ESP32 CAN
I (2220) peripherals:   ESP32 WIFI
I (2230) peripherals:   ESP32 ADC
I (2230) peripherals:   MCP2515 CAN 1/2
I (2230) mcp2515: can2: SetPowerMode off
I (2320) peripherals:   MCP2515 CAN 2/2
I (2320) mcp2515: can3: SetPowerMode off
I (2400) peripherals:   SD CARD
I (2400) peripherals:   CELLULAR MODEM
I (2400) gpio: GPIO[13]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 
I (2410) gpio: GPIO[4]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 
V (2420) cellular: Starting modem task
I (2420) uart: queue free spaces: 50
I (2420) ext12v: Powering off external 12V devices
I (2430) housekeeping: Auto init max7317 (free: 160656 bytes)
I (2440) housekeeping: Auto init ext12v (free: 160656 bytes)
I (2440) housekeeping: Auto init dbc (free: 160656 bytes)
I (2450) housekeeping: Auto init wifi (free: 160656 bytes)
I (2450) housekeeping: Auto init modem (free: 160656 bytes)
I (2460) housekeeping: Auto init Pollers (free: 160656 bytes)
I (2460) cellular: Set modem driver to 'auto'
I (2470) housekeeping: Auto init vehicle (free: 160656 bytes)
I (2470) cellular: State: Enter PowerOffOn state
I (2480) v-none: Generic NONE vehicle module
I (2480) cellular-modem-auto: Power Cycle
I (2490) housekeeping: Auto init obd2ecu (free: 148856 bytes)
I (2490) Simcom: Power Cycle - T_off 2500 ms - T_on 200 ms
I (2500) housekeeping: Auto init server v2 (free: 148856 bytes)
I (2510) housekeeping: Auto init server v3 (free: 148856 bytes)
I (2520) housekeeping: Auto init javascript (free: 148856 bytes)
I (2530) housekeeping: Auto init done (free: 148816 bytes)
I (2530) housekeeping: Starting USB console...
I (2540) uart: queue free spaces: 100
D (2550) events: Signal(egpio.output.1.low)
D (2550) events: Signal(power.cellular.on)
D (2550) events: Signal(system.modem.stop)
D (2560) events: Signal(vehicle.type.set)
D (2560) events: Signal(egpio.output.0.low)
D (2560) events: Signal(system.start)
I (2570) ovms-mdns: Starting MDNS

Welcome to the Open Vehicle Monitoring System (OVMS) - Async Console
Firmware: 3.3.004-426-g56a6a42b/factory/edge
Hardware: OVMS WIFI BLE BT cores=2 rev=ESP32/3
I (2580) ovms-duktape: Duktape: Creating heap (size: 524288 bytes)

OVMS> I (2710) ovms-duktape: Duktape: Initialising module system
I (2890) pluginstore: Loading enabled plugins (1)
OVMS> D (4190) events: Signal(vehicle.aux.12v.low)
OVMS> D (5010) events: Signal(egpio.output.0.high)
OVMS> I (7190) sdcard: SD CARD has been inserted
I (7230) sdcard: mount done
D (7230) events: Signal(sd.insert)
OVMS> D (9190) events: Signal(sd.mounted)
I (9210) command: OpenLogfile: now logging to file '/sd/logs/log'
OVMS> D (10010) events: Signal(egpio.output.0.low)
D (10210) events: Signal(egpio.output.0.high)
D (10210) cellular: State timeout PowerOffOn => PoweringOn
I (10210) cellular: State: Enter PoweringOn state
I (10210) cellular-modem-auto: Power Cycle
I (10210) Simcom: Power Cycle - T_off 2500 ms - T_on 200 ms
D (10210) events: Signal(system.modem.poweringon)
D (10210) events: Signal(egpio.output.0.low)
OVMS> D (12710) events: Signal(egpio.output.0.high)
OVMS> D (17710) events: Signal(egpio.output.0.low)
D (17910) cellular: tx-cmd: AT
D (17910) events: Signal(egpio.output.0.high)
D (17910) cellular: tx-cmd: AT
D (17910) cellular: tx-cmd: AT
D (17910) cellular: tx-cmd: AT
OVMS> D (20190) cellular: tx-cmd: AT
I (20190) cellular: State: Enter Identify state
OVMS> D (21190) cellular: tx-cmd: AT+CGMM
W (21190) cellular: UART frame error
OVMS> D (22190) cellular: tx-cmd: AT+CGMM
OVMS> D (23190) cellular: tx-cmd: AT+CGMM
OVMS> D (24190) cellular: tx-cmd: AT+CGMM
OVMS> D (25190) cellular: tx-cmd: AT+CGMM
OVMS> D (26190) cellular: tx-cmd: AT+CGMM
OVMS> D (27190) cellular: tx-cmd: AT+CGMM
OVMS> D (28190) cellular: tx-cmd: AT+CGMM
OVMS> D (29190) cellular: tx-cmd: AT+CGMM
OVMS> D (30190) cellular: tx-cmd: AT+CGMM
OVMS> D (31190) cellular: tx-cmd: AT+CGMM
OVMS> D (32190) cellular: tx-cmd: AT+CGMM
OVMS> D (33190) cellular: tx-cmd: AT+CGMM
OVMS> D (34190) cellular: tx-cmd: AT+CGMM
OVMS> D (35190) cellular: tx-cmd: AT+CGMM
OVMS> D (36190) cellular: tx-cmd: AT+CGMM
OVMS> D (37190) cellular: tx-cmd: AT+CGMM
I (37200) cellular: Identified cellular modem: SIM7600/Experimental support for SIMCOM SIM7600
D (37200) cellular: Remove old 'auto' modem driver
I (37200) cellular: Set modem driver to 'SIM7600'
I (37200) cellular: State: Enter PoweredOn state
D (37200) events: Signal(system.modem.installed)
D (37200) events: Signal(system.modem.poweredon)
OVMS> D (47190) cellular: tx-cmd: AT+CPIN?;+CREG=1;+CGREG=1;+CEREG=1;+CTZU=1;+CTZR=1;+CLIP=1;+CMGF=1;+CNMI=1,2,0,0,0;+CSDH=1;+CMEE=2;+CSQ;+AUTOCSQ=1,1;E0;S0=0
W (47190) cellular: UART frame error
D (47200) cellular: mux-rx-line #0 (2/1): OK
D (47220) cellular: mux-rx-line #0 (125/0): ™AT+CPIN?;+CREG=1;+CGREG=1;+CEREG=1;+CTZU=1;+CTZR=1;+CLIP=1;+CMGF=1;+CNMI=1,2,0,0,0;+CSDH=1;+CMEE=2;+CSQ;+AUTOCSQ=1,1;E0;S0=0
D (47220) cellular: mux-rx-line #0 (12/20): +CPIN: READY
D (47220) cellular: mux-rx-line #0 (10/6): +CSQ: 19,0
D (47220) cellular: Signal Quality is: 19 (-75 dBm)
D (47220) cellular: mux-rx-line #0 (2/0): OK
OVMS> D (49190) cellular: tx-cmd: AT+CGMR;+ICCID
D (49200) cellular: mux-rx-line #0 (26/37): +CGMR: LE20B03SIM7600M21-A
D (49200) cellular: mux-rx-line #0 (27/6): +ICCID: 8944500408175816389
D (49210) cellular: mux-rx-line #0 (2/0): OK
OVMS> D (57190) cellular: tx-cmd: AT+CMUX=0;+CATR=6
D (57200) cellular: mux-rx-line #0 (2/0): OK
I (57200) cellular: State: Enter MuxStart state
V (57200) cellular: Starting MUX
D (57200) events: Signal(system.modem.muxstart)
OVMS> D (58190) cellular: State transition MuxStart => NetWait
I (58190) cellular: State: Enter NetWait state
V (58190) cellular: Starting NMEA
D (58190) cellular: mux-tx #1: AT+CGPS=0
D (58190) events: Signal(system.modem.netwait)
OVMS> D (60190) cellular: mux-tx #1: AT+CGPSNMEA=258
D (60210) cellular: mux-tx #1: AT+CGPSINFOCFG=5,258
D (60230) cellular: mux-tx #1: AT+CGPS=1,1
D (60230) events: Signal(system.modem.gpsstart)
D (60230) cellular: mux-rx-line #1 (2/0): OK
D (60230) cellular: mux-rx-line #1 (2/0): OK
D (60230) cellular: mux-rx-line #1 (2/0): OK
D (60240) cellular: mux-rx-line #1 (2/0): OK
W (60240) cellular: UART frame error
W (60240) cellular: UART frame error
W (60240) cellular: UART frame error
W (60240) cellular: UART frame error
OVMS> D (68190) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (68210) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
I (68210) cellular: Network Registration status: RegisteredRoaming
D (68210) cellular: mux-rx-line #3 (11/68): +CGREG: 1,2
D (68210) cellular: mux-rx-line #3 (11/53): +CEREG: 1,4
D (68210) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:35:26+04"
D (68210) cellular: mux-rx-line #3 (10/6): +CSQ: 19,0
D (68210) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (69190) cellular: mux-tx #3: AT+CPSI?
D (69190) cellular: State transition NetWait => NetStart
I (69190) cellular: State: Enter NetStart state
D (69190) events: Signal(system.modem.netstart)
D (69200) cellular: mux-rx-line #3 (57/0): +CPSI: GSM,Online,262-02,0x011a,9302,2 EGSM 900,-77,0,0-0
I (69210) cellular: Network Mode: GSM,Online
D (69210) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (70190) cellular: Netstart AT+CGDCONT=1,"IP","hologram";+CGDATA="PPP",1
D (70260) cellular: mux-rx-line #2 (14/0): CONNECT 115200
I (70260) cellular: PPP Connection is ready to start
OVMS> D (71190) cellular: State transition NetStart => NetMode
I (71190) cellular: State: Enter NetMode state
V (71190) cellular: Launching PPP
V (71190) cellular: Starting PPP
I (71190) gsm-ppp: Initialising...
D (71190) events: Signal(system.modem.netmode)
W (71220) cellular: UART frame error
W (71240) cellular: UART frame error
OVMS> D (74210) cellular: mux-rx-line #3 (9/0): +CGREG: 5
OVMS> D (74500) cellular: mux-rx-line #3 (26/0): +CTZV: 4,25/03/29,07:35:33
OVMS> I (74740) gsm-ppp: StatusCallBack: None
I (74740) gsm-ppp: status_cb: Connected
I (74740) gsm-ppp:    our_ipaddr  = 10.170.195.13
I (74740) gsm-ppp:    his_ipaddr  = 10.64.64.64
I (74740) gsm-ppp:    netmask     = 255.255.255.255
I (74740) gsm-ppp:    DNS#0       = 8.8.8.8
I (74740) gsm-ppp:    DNS#1       = 8.8.4.4
I (74740) gsm-ppp:    our6_ipaddr = ::
D (74740) events: Signal(network.interface.up)
D (74740) events: Signal(system.modem.gotip)
D (74740) netmanager: Saved DNS#0 8.8.8.8
D (74740) netmanager: Saved DNS#1 8.8.4.4
D (74740) netmanager: Saved DNS#2 0.0.0.0
I (74740) netmanager: Interface priority is pp1 (10.170.195.13/255.255.255.255 gateway 10.64.64.64)
I (74740) netmanager: Set DNS#2 0.0.0.0
I (74740) netmanager: MODEM up (with WIFI client down): starting network with MODEM
D (74750) events: Signal(network.modem.up)
D (74750) events: Signal(network.up)
D (74750) events: Signal(network.interface.change)
D (74760) netmanager: MongooseTask starting
D (74760) events: Signal(network.mgr.init)
I (74780) ssh: Launching SSH Server
OVMS> D (79030) cellular: mux-rx-line #3 (10/0): +CSQ: 19,1
OVMS> D (84040) cellular: mux-rx-line #3 (10/0): +CSQ: 19,0
OVMS> D (101190) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (101210) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
D (101210) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (101210) cellular: mux-rx-line #3 (11/53): +CEREG: 1,4
D (101210) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:35:59+04"
D (101210) cellular: mux-rx-line #3 (10/6): +CSQ: 19,0
D (101210) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (102190) cellular: mux-tx #3: AT+CPSI?
D (102200) cellular: mux-rx-line #3 (57/0): +CPSI: GSM,Online,262-02,0x011a,9302,2 EGSM 900,-76,0,0-0
D (102210) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (103190) cellular: mux-tx #3: AT+COPS?
D (103200) cellular: mux-rx-line #3 (35/6): +COPS: 0,0,"vodafone.de Hologram",0
I (103210) cellular: Network Provider is: vodafone.de Hologram
D (103210) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (112060) cellular: mux-rx-line #3 (10/0): +CSQ: 19,7
OVMS> D (114060) cellular: mux-rx-line #3 (10/0): +CSQ: 19,0
OVMS> D (116060) cellular: mux-rx-line #3 (11/0): +CSQ: 19,99
OVMS> D (120070) cellular: mux-rx-line #3 (10/0): +CSQ: 19,3
OVMS> I (122200) housekeeping: System considered stable (RAM: 8b=102344-105056 32b=12128 SPI=3274048-3278596)
OVMS> D (124080) cellular: mux-rx-line #3 (10/0): +CSQ: 17,3
D (124080) cellular: Signal Quality is: 17 (-79 dBm)
OVMS> D (131190) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (131210) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
D (131210) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (131210) cellular: mux-rx-line #3 (11/53): +CEREG: 1,5
D (131210) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:36:29+04"
D (131210) cellular: mux-rx-line #3 (10/6): +CSQ: 17,3
D (131210) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (132190) cellular: mux-tx #3: AT+CPSI?
D (132330) cellular: mux-rx-line #3 (84/0): +CPSI: LTE,Online,262-02,0xB092,14062611,194,EUTRAN-BAND1,100,5,5,-135,-1123,-801,10
I (132330) cellular: Network Mode: LTE,Online
D (132330) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (133190) cellular: mux-tx #3: AT+COPS?
D (133210) cellular: mux-rx-line #3 (35/6): +COPS: 0,0,"vodafone.de Hologram",7
D (133210) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (161190) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (161210) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
D (161210) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (161210) cellular: mux-rx-line #3 (11/53): +CEREG: 1,5
D (161210) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:36:59+04"
D (161210) cellular: mux-rx-line #3 (10/6): +CSQ: 17,3
D (161210) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (162190) cellular: mux-tx #3: AT+CPSI?
D (162210) cellular: mux-rx-line #3 (84/0): +CPSI: LTE,Online,262-02,0xB092,14062611,194,EUTRAN-BAND1,100,5,5,-127,-1123,-798,11
D (162210) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (163190) cellular: mux-tx #3: AT+COPS?
D (163210) cellular: mux-rx-line #3 (35/6): +COPS: 0,0,"vodafone.de Hologram",7
D (163210) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (191190) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (191210) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
D (191210) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (191210) cellular: mux-rx-line #3 (11/53): +CEREG: 1,5
D (191210) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:37:29+04"
D (191210) cellular: mux-rx-line #3 (10/6): +CSQ: 17,3
D (191210) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (192190) cellular: mux-tx #3: AT+CPSI?
D (192210) cellular: mux-rx-line #3 (84/0): +CPSI: LTE,Online,262-02,0xB092,14062611,194,EUTRAN-BAND1,100,5,5,-116,-1105,-792,11
D (192210) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (193190) cellular: mux-tx #3: AT+COPS?
D (193200) cellular: mux-rx-line #3 (35/6): +COPS: 0,0,"vodafone.de Hologram",7
D (193200) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (221190) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (221210) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
D (221210) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (221210) cellular: mux-rx-line #3 (11/53): +CEREG: 1,5
D (221210) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:37:59+04"
D (221210) cellular: mux-rx-line #3 (10/6): +CSQ: 17,3
D (221210) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (222190) cellular: mux-tx #3: AT+CPSI?
D (222210) cellular: mux-rx-line #3 (84/0): +CPSI: LTE,Online,262-02,0xB092,14062611,194,EUTRAN-BAND1,100,5,5,-122,-1081,-752,11
D (222210) cellular: mux-rx-line #3 (2/0): OK
OVMS> D (223190) cellular: mux-tx #3: AT+COPS?
D (223200) cellular: mux-rx-line #3 (35/6): +COPS: 0,0,"vodafone.de Hologram",7
D (223200) cellular: mux-rx-line #3 (2/0): OK
OVMS> enable
Secure mode
OVMS# test 
canrx cantx chargen commands echo javascript mkstemp realloc sdcard sleep spiram stackoverflow string strverscmp watchdog 
OVMS# test D (251190) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (251210) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
D (251210) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (251210) cellular: mux-rx-line #3 (11/53): +CEREG: 1,5
D (251210) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:38:29+04"
D (251210) cellular: mux-rx-line #3 (10/6): +CSQ: 17,3
D (251210) cellular: mux-rx-line #3 (2/0): OK
OVMS# test D (252190) cellular: mux-tx #3: AT+CPSI?
D (252210) cellular: mux-rx-line #3 (83/0): +CPSI: LTE,Online,262-02,0xB092,14062611,194,EUTRAN-BAND1,100,5,5,-133,-1079,-741,9
D (252210) cellular: mux-rx-line #3 (2/0): OK
OVMS# test D (253190) cellular: mux-tx #3: AT+COPS?
D (253200) cellular: mux-rx-line #3 (35/6): +COPS: 0,0,"vodafone.de Hologram",7
D (253200) cellular: mux-rx-line #3 (2/0): OK
OVMS# D (281190) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (281210) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
D (281210) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (281210) cellular: mux-rx-line #3 (11/53): +CEREG: 1,5
D (281210) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:38:59+04"
D (281210) cellular: mux-rx-line #3 (10/6): +CSQ: 17,3
D (281210) cellular: mux-rx-line #3 (2/0): OK
OVMS# D (282190) cellular: mux-tx #3: AT+CPSI?
D (282210) cellular: mux-rx-line #3 (84/0): +CPSI: LTE,Online,262-02,0xB092,14062611,194,EUTRAN-BAND1,100,5,5,-101,-1079,-782,12
D (282210) cellular: mux-rx-line #3 (2/0): OK
OVMS# D (283190) cellular: mux-tx #3: AT+COPS?
D (283200) cellular: mux-rx-line #3 (35/6): +COPS: 0,0,"vodafone.de Hologram",7
D (283200) cellular: mux-rx-line #3 (2/0): OK
OVMS# s test I (302210) housekeeping: 2025-03-29 08:39:20 CET (RAM: 8b=102344-104992 32b=12128 SPI=3274048-3278664)
OVMS# test D (311190) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (311210) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
D (311210) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (311210) cellular: mux-rx-line #3 (11/53): +CEREG: 1,5
D (311210) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:39:29+04"
D (311210) cellular: mux-rx-line #3 (10/6): +CSQ: 17,3
D (311210) cellular: mux-rx-line #3 (2/0): OK
OVMS# test D (312190) cellular: mux-tx #3: AT+CPSI?
D (312210) cellular: mux-rx-line #3 (83/0): +CPSI: LTE,Online,262-02,0xB092,14062611,194,EUTRAN-BAND1,100,5,5,-97,-1077,-779,13
D (312210) cellular: mux-rx-line #3 (2/0): OK
OVMS# test D (313190) cellular: mux-tx #3: AT+COPS?
D (313200) cellular: mux-rx-line #3 (35/6): +COPS: 0,0,"vodafone.de Hologram",7
D (313200) cellular: mux-rx-line #3 (2/0): OK
OVMS# test D (341190) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (341210) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
D (341210) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (341210) cellular: mux-rx-line #3 (11/53): +CEREG: 1,5
D (341210) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:39:59+04"
D (341210) cellular: mux-rx-line #3 (10/6): +CSQ: 17,3
D (341210) cellular: mux-rx-line #3 (2/0): OK
OVMS# test D (342190) cellular: mux-tx #3: AT+CPSI?
D (342210) cellular: mux-rx-line #3 (84/0): +CPSI: LTE,Online,262-02,0xB092,14062611,194,EUTRAN-BAND1,100,5,5,-101,-1080,-781,11
D (342210) cellular: mux-rx-line #3 (2/0): OK
OVMS# test D (343190) cellular: mux-tx #3: AT+COPS?
D (343200) cellular: mux-rx-line #3 (35/6): +COPS: 0,0,"vodafone.de Hologram",7
D (343200) cellular: mux-rx-line #3 (2/0): OK
OVMS# test D (371190) cellular: mux-tx #3: AT+CREG?;+CGREG?;+CEREG?;+CCLK?;+CSQ
D (371210) cellular: mux-rx-line #3 (10/83): +CREG: 1,5
D (371210) cellular: mux-rx-line #3 (11/68): +CGREG: 1,5
D (371210) cellular: mux-rx-line #3 (11/53): +CEREG: 1,5
D (371210) cellular: mux-rx-line #3 (29/20): +CCLK: "25/03/29,08:40:29+04"
D (371210) cellular: mux-rx-line #3 (10/6): +CSQ: 17,3
D (371210) cellular: mux-rx-line #3 (2/0): OK
OVMS# test D (372190) cellular: mux-tx #3: AT+CPSI?
D (372210) cellular: mux-rx-line #3 (83/0): +CPSI: LTE,Online,262-02,0xB092,14062611,194,EUTRAN-BAND1,100,5,5,-93,-1078,-785,14
D (372210) cellular: mux-rx-line #3 (2/0): OK
OVMS# test D (373190) cellular: mux-tx #3: AT+COPS?
D (373200) cellular: mux-rx-line #3 (35/6): +COPS: 0,0,"vodafone.de Hologram",7
D (373200) cellular: mux-rx-line #3 (2/0): OK
OVMS# test stackoverflow 

[OVMS] ***ERROR*** A stack overflow in task OVMS Console has been detected.
abort() was called at PC 0x4012a3f2 on core 1

ELF file SHA256: 96d26c67fedbd772

Backtrace: 0x4008ddae:0x3ffdcff0 0x4008e049:0x3ffdd010 0x4012a3f2:0x3ffdd030 0x4009001c:0x3ffdd050 0x40091a0c:0x3ffdd070 0x400919c2:0x3f413129


[OVMS] Current tasks: IDLE0|OVMS Console
Rebooting...
ets Jul 29 2019 12:21:46

rst:0xc (SW_CPU_RESET),boot:0x1b (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:5980
ho 0 tail 12 room 4
load:0x40078000,len:16028
load:0x40080400,len:3816
entry 0x40080600
I (1252) psram: This chip is ESP32-D0WD
I (1253) spiram: Found 64MBit SPI RAM device
I (1253) spiram: SPI RAM mode: flash 40m sram 40m
I (1256) spiram: PSRAM initialized, cache is in low/high (2-core) mode.
I (1263) cpu_start: Pro cpu up.
I (1267) cpu_start: Application information:
I (1272) cpu_start: Project name:     ovms3
I (1277) cpu_start: App version:      3.3.004-426-g56a6a42b
I (1283) cpu_start: Compile time:     Mar 29 2025 08:14:13
I (1289) cpu_start: ELF file SHA256:  96d26c67fedbd772...
I (1295) cpu_start: ESP-IDF:          v3.3.4-851-gfa4f07fb3b
I (1302) cpu_start: Starting app cpu, entry point is 0x400818e0
I (1294) cpu_start: App cpu up.
I (2180) spiram: SPI SRAM memory test OK
I (2180) heap_init: Initializing. RAM available for dynamic allocation:
I (2180) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (2186) heap_init: At 3FFC1F80 len 0001E080 (120 KiB): DRAM
I (2193) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (2199) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (2206) heap_init: At 4009CDD4 len 0000322C (12 KiB): IRAM
I (2212) cpu_start: Pro cpu start user code
I (2217) spiram: Adding pool of 4096K of external SPI memory to heap allocator
I (44) ovms_main: Set default logging level for * to INFO
I (44) ovms_main: WATCHDOG already initialized...
I (44) ovms-duktape: Initialising DUKTAPE Registry (1000)
I (51) command: Initialising COMMAND (1010)
I (57) command: Expanding DUKTAPE javascript engine
I (61) boot: Initialising BOOT (1100)
I (66) boot: Boot #2 reasons for CPU0=12 and CPU1=12
E (71) boot: Crash #1 detected
I (75) boot: Reset reason Exception/panic (4)
I (80) events: Initialising EVENTS (1200)
I (85) config: Initialising CONFIG (1400)
I (90) time: Initialising TIME (1500)
I (94) script: Initialising SCRIPTS (1600)
I (99) ovms-duk-http: Installing DUKTAPE HTTP (1710)
I (104) ovms-duk-util: Installing DUKTAPE Utilities (1710)
I (110) ovms-duk-vfs: Installing DUKTAPE VFS (1710)
I (116) metrics: Initialising METRICS (1810)
I (121) metrics: Expanding DUKTAPE javascript engine
I (126) metrics: Persistent metrics serial 3 using 820 bytes, 66/100 slots used
I (137) metrics: persist v.b.12v.voltage.ref = 12.6V
I (148) metrics: persist v.e.parktime = 872Sec
I (154) notify: Initialising NOTIFICATIONS (1820)
I (155) notify: Registered notification type info
I (156) notify: Registered notification type error
I (161) notify: Registered notification type alert
I (167) notify: Registered notification type data
I (172) notify: Registered notification type stream
I (177) notify: Expanding DUKTAPE javascript engine
I (183) location: Initialising LOCATIONS (1900)
I (192) location: Expanding DUKTAPE javascript engine
I (194) vehicle: Initialising VEHICLE Factory (2000)
I (205) tls: Initialising TLS (3000)
I (206) pcp: Initialising POWER (4000)
I (209) max7317: Initialising MAX7317 EGPIO (4200)
I (215) sdcard: Initialising SD CARD (4400)
I (219) ota: Initialising OTA (4400)
I (225) canformat: Initialising CAN Format Factory (4500)
I (229) canformat-cs11: Registering CAN Format: CS11 (4505)
I (235) canformat-crtd: Registering CAN Format: CRTD (4505)
I (241) canformat-gvret: Registering CAN Format: GVRET (4505)
I (248) canformat-lawicel: Registering CAN Format: LAWICEL (4505)
I (255) canformat-panda: Registering CAN Format: PANDA (4505)
I (261) canformat-pcap: Registering CAN Format: PCAP (4505)
I (267) canformat-raw: Registering CAN Format: RAW (4505)
I (273) can: Initialising CAN (4510)
I (285) dbc-app: Initialising DBC (4520)
I (288) canlog: Initialising CAN logging (4550)
I (289) canlog-monitor: Initialising CAN logging to MONITOR (4560)
I (295) canlog-tcpclient: Initialising CAN logging as TCP client (4560)
I (305) canlog-tcpserver: Initialising CAN logging as TCP server (4560)
I (312) canlog-udpclient: Initialising CAN logging as UDP client (4560)
I (318) canlog-udpserver: Initialising CAN logging as UDP server (4560)
I (327) canlog-vfs: Initialising CAN logging to VFS (4560)
I (331) canplay: Initialising CAN play framework (4570)
I (336) canplay-vfs: Initialising CAN playing from VFS (4580)
I (343) cellular: Initialising CELLULAR (4600)
I (350) cellular-modem-factory: Initialising CELLULAR MODEM Factory (4601)
I (355) cellular-modem-auto: Registering auto-detect modem driver (4650)
I (362) SIM5360: Registering SIM5360 modem driver (4650)
I (368) SIM7000: Registering SIM7000 modem driver (4650)
I (374) SIM7600: Registering SIM7600 modem driver (4650)
I (380) SIM7670: Registering Simcom A7670E modem driver (4660)
I (387) tpms: Initialising TPMS (4700)
I (392) test: Initialising TEST (5000)
I (397) module: Initialising MODULE (5100)
I (402) vfs: Initialising VFS (5200)
I (406) ovms-server: Initialising OVMS Server (6000)
I (410) ovms-server-v2: Initialising OVMS V2 Server (6100)
I (417) ovms-server-v3: Initialising OVMS V3 Server (6200)
I (423) vehicle-poll: Initialising Poller (7000)
I (431) obd2ecu: Initialising OBD2ECU (7000)
I (434) canopen: Initialising CANopen (7000)
I (442) pluginstore: Initialising PLUGINS (7100)
I (445) esp32wifi: Initialising ESP32WIFI (8000)
I (450) ovms-mdns: Initialising MDNS (8100)
I (453) webserver: Initialising WEBSERVER (8200)
I (461) ssh: Initialising SSH (8300)
I (463) powermgmt: Initialising POWERMGMT (8500)
I (469) re: Initialising RE Tools (8800)
I (475) pushover: Initialising Pushover client (8800)
I (480) netmanager: Initialising NETMANAGER (8999)
I (487) v-zombie-vcu: Registering Vehicle: ZombieVerter VCU (9000)
I (491) v-zeva: Registering Vehicle: ZEVA (9000)
I (496) v-vweup: Registering Vehicle: VW e-Up (9000)
I (501) v-voltampera: Registering Vehicle: Chevrolet Volt/Ampera (9000)
I (509) v-track: Registering Vehicle: TRACK (9000)
I (514) v-toyotarav4ev: Registering Vehicle: Toyota RAV4 EV (9000)
I (521) v-thinkcity: Registering Vehicle: THINK CITY (9000)
I (527) v-teslaroadster: Registering Vehicle: Tesla Roadster (9000)
I (534) v-teslamodels: Registering Vehicle: Tesla Model S (9000)
I (541) v-teslamodel3: Registering Vehicle: Tesla Model 3 (9000)
I (548) v-smarteq: Registering Vehicle: SMART EQ (9000)
I (554) v-smarted: Registering Vehicle: SMART ED (9000)
I (559) v-zoe-ph2-obd: Registering Vehicle: Renault Zoe Ph2 (OBD) (9000)
I (567) v-zoe: Registering Vehicle: Renault Zoe/Kangoo (9000)
I (573) v-twizy: Registering Vehicle: Renault Twizy (9000)
I (579) v-obdii: Registering Vehicle: OBDII (9000)
I (585) v-none: Registering Vehicle: NONE (9000)
I (590) v-nissanleaf: Registering Vehicle: Nissan Leaf (9000)
I (597) v-mitsubishi: Registering Vehicle: Mitsubishi iMiEV, Citroen C-Zero, Peugeot iOn (9000)
I (606) v-minise: Registering Vehicle: Mini Cooper SE (9000)
I (612) v-mgev4: Registering Vehicle: MG4 (9000)
I (618) v-mgev: Registering Vehicle: MG5 (9000)
I (623) v-mgev: Registering Vehicle: MG ZS EV (UK/EU) (9000)
I (629) v-mgev: Registering Vehicle: MG ZS EV (AU/TH) (9000)
I (635) v-mgev: Registering Vehicle: MG ZS EV (2023-)
I (641) v-mbb250e: Registering Vehicle: MERCEDESB250E (9000)
I (648) v-maxe6: Registering Vehicle: Maxus Euniq 6 (9000)
I (654) v-maxe56: Registering Vehicle: Maxus eDeliver3 (9000)
I (660) v-maxed3: Registering Vehicle: Maxus eDeliver3 (9000)
I (667) v-maple60s: Registering Vehicle: Maple 60S (9000)
I (673) v-kiasoulev: Registering Vehicle: Kia Soul EV (9000)
I (679) v-kianiroev: Registering Vehicle: Kia Niro / Hyundai Kona EV (9000)
I (687) v-jaguaripace: Registering Vehicle: Jaguar Ipace (9000)
I (693) v-hyundaivfl: Registering Vehicle: Hyundai Ioniq vFL (9000)
I (700) v-ioniq5: Registering Vehicle: Hyundai Ioniq 5 EV/KIA EV6 (9000)
I (708) v-fiat500e: Registering Vehicle: FIAT 500e (9000)
I (714) v-energica: Registering Vehicle: Energica (9000)
I (720) v-demo: Registering Vehicle: DEMO (9000)
I (725) v-dbc: Registering Vehicle: DBC based vehicle (9000)
I (731) v-chevroletc6corvette: Registering Vehicle: Chevrolet C6 Corvette (9000)
I (739) v-cadillacc2cts: Registering Vehicle: Cadillac 2nd gen CTS (9000)
I (747) v-atto3: Registering Vehicle: BYD Atto3 (9000)
I (753) v-boltev: Registering Vehicle: Bolt EV (9000)
I (758) v-bmwi3: Registering Vehicle: BMW i3 (9000)
I (764) version: Initialising Versioning (9900)
I (772) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (30) ovms-duktape: Duktape: Scripting task is running
I (855) ovms_main: Executing on CPU core 0
I (855) ovms_main: Mounting CONFIG...
I (975) ovms_main: Configure logging...
W (985) command: OpenLogfile: cannot open '/sd/logs/log', will retry on SD mount
I (985) ovms_main: Registering default configs...
I (985) location: UpdateParkPosition: vehicle is parking @0.000000,0.000000 gpslock=0 satcount=0 hdop=0.0 sq=0 invalid=1
I (985) ovms_main: Starting HOUSEKEEPING...
I (1005) housekeeping: Initialising HOUSEKEEPING Framework...
I (1005) tls: Built trusted CA cache (5 entries, 8101 bytes)
I (2175) pluginstore: Loading enabled plugins (2)
I (2175) pluginstore:   Load retools web page /plugins/retools
I (2175) pluginstore: Loading enabled plugins (3)
D (2185) events: Signal(housekeeping.init)
I (2185) housekeeping: Executing on CPU core 1
I (2185) housekeeping: reset_reason: cpu0=12, cpu1=12
I (2195) housekeeping: Starting PERIPHERALS...
I (2195) peripherals: Initialising OVMS Peripherals...
I (2205) peripherals:   TCP/IP Adaptor
I (2205) peripherals:   ESP32 system
I (2215) peripherals:   SPI bus
I (2215) peripherals:   MAX7317 I/O Expander
I (2225) peripherals:   ESP32 CAN
I (2225) peripherals:   ESP32 WIFI
I (2235) peripherals:   ESP32 ADC
I (2235) peripherals:   MCP2515 CAN 1/2
I (2235) mcp2515: can2: SetPowerMode off
I (2325) peripherals:   MCP2515 CAN 2/2
I (2325) mcp2515: can3: SetPowerMode off
I (2405) peripherals:   SD CARD
I (2405) peripherals:   CELLULAR MODEM
I (2405) gpio: GPIO[13]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 
I (2415) gpio: GPIO[4]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 
V (2425) cellular: Starting modem task
I (2425) uart: queue free spaces: 50
I (2425) ext12v: Powering off external 12V devices
I (2435) housekeeping: Auto init max7317 (free: 160656 bytes)
I (2445) housekeeping: Auto init ext12v (free: 160656 bytes)
I (2445) housekeeping: Auto init dbc (free: 160656 bytes)
I (2455) housekeeping: Auto init wifi (free: 160656 bytes)
I (2455) housekeeping: Auto init modem (free: 160656 bytes)
I (2465) housekeeping: Auto init Pollers (free: 160656 bytes)
I (2465) cellular: Set modem driver to 'auto'
I (2475) housekeeping: Auto init vehicle (free: 160656 bytes)
I (2475) cellular: State: Enter PowerOffOn state
I (2485) v-none: Generic NONE vehicle module
I (2485) cellular-modem-auto: Power Cycle
I (2495) housekeeping: Auto init obd2ecu (free: 148856 bytes)
I (2495) Simcom: Power Cycle - T_off 2500 ms - T_on 200 ms
I (2505) housekeeping: Auto init server v2 (free: 148856 bytes)
I (2515) housekeeping: Auto init server v3 (free: 148856 bytes)
I (2525) housekeeping: Auto init javascript (free: 148856 bytes)
I (2535) housekeeping: Auto init done (free: 148816 bytes)
I (2535) housekeeping: Starting USB console...
I (2545) uart: queue free spaces: 100
D (2555) events: Signal(egpio.output.1.low)
D (2555) events: Signal(power.cellular.on)
D (2555) events: Signal(system.modem.stop)
D (2565) events: Signal(vehicle.type.set)
D (2565) events: Signal(egpio.output.0.low)
D (2565) events: Signal(system.start)
I (2575) ovms-mdns: Starting MDNS

Welcome to the Open Vehicle Monitoring System (OVMS) - Async Console
Firmware: 3.3.004-426-g56a6a42b/factory/edge
Hardware: OVMS WIFI BLE BT cores=2 rev=ESP32/3
I (2585) ovms-duktape: Duktape: Creating heap (size: 524288 bytes)

OVMS> I (2715) ovms-duktape: Duktape: Initialising module system
I (2895) pluginstore: Loading enabled plugins (1)
OVMS> D (4195) events: Signal(vehicle.aux.12v.low)
OVMS> D (5015) events: Signal(egpio.output.0.high)
OVMS> I (7195) sdcard: SD CARD has been inserted
I (7235) sdcard: mount done
D (7235) events: Signal(sd.insert)
OVMS> D (9195) events: Signal(sd.mounted)
I (9215) command: OpenLogfile: now logging to file '/sd/logs/log'
OVMS> D (10015) events: Signal(egpio.output.0.low)
D (10215) events: Signal(egpio.output.0.high)
D (10215) cellular: State timeout PowerOffOn => PoweringOn
I (10215) cellular: State: Enter PoweringOn state
I (10215) cellular-modem-auto: Power Cycle
I (10215) Simcom: Power Cycle - T_off 2500 ms - T_on 200 ms
D (10215) events: Signal(system.modem.poweringon)
D (10215) events: Signal(egpio.output.0.low)
OVMS> D (12715) events: Signal(egpio.output.0.high)
OVMS> D (17715) events: Signal(egpio.output.0.low)
D (17915) events: Signal(egpio.output.0.high)
I (18015) cellular: State: Enter Identify state
D (18115) cellular: tx-cmd: AT+CGMM
D (18115) cellular: tx-cmd: AT+CGMM
D (18115) cellular: tx-cmd: AT+CGMM
D (18115) cellular: tx-cmd: AT+CGMM
D (18215) cellular: tx-cmd: AT+CGMM
D (18415) cellular: tx-cmd: AT+CGMM
D (18415) cellular: tx-cmd: AT+CGMM
D (18415) cellular: tx-cmd: AT+CGMM
D (18415) cellular: tx-cmd: AT+CGMM
D (18415) cellular: tx-cmd: AT+CGMM
D (18415) cellular: tx-cmd: AT+CGMM
D (18415) cellular: tx-cmd: AT+CGMM
D (18415) cellular: tx-cmd: AT+CGMM
OVMS> D (19195) cellular: tx-cmd: AT+CGMM
OVMS> D (20195) cellular: tx-cmd: AT+CGMM
OVMS> D (21195) cellular: tx-cmd: AT+CGMM
OVMS> D (22195) cellular: tx-cmd: AT+CGMM
OVMS> D (23195) cellular: tx-cmd: AT+CGMM
OVMS> D (24195) cellular: tx-cmd: AT+CGMM
OVMS> D (25195) cellular: tx-cmd: AT+CGMM
OVMS> D (26195) cellular: tx-cmd: AT+CGMM
OVMS> D (27195) cellular: tx-cmd: AT+CGMM
OVMS> D (28195) cellular: tx-cmd: AT+CGMM
OVMS> D (29195) cellular: tx-cmd: AT+CGMM
OVMS> D (30195) cellular: tx-cmd: AT+CGMM
OVMS> D (31195) cellular: tx-cmd: AT+CGMM
W (31195) cellular: UART frame error
W (31195) cellular: UART frame error
OVMS> D (32195) cellular: tx-cmd: AT+CGMM
W (32195) cellular: UART frame error
OVMS> D (33195) cellular: tx-cmd: AT+CGMM
W (33195) cellular: UART frame error
W (33195) cellular: UART frame error
W (33195) cellular: UART frame error
OVMS> D (34195) cellular: tx-cmd: AT+CGMM
OVMS> D (35195) cellular: tx-cmd: AT+CGMM
D (35195) cellular: State timeout Identify => PowerOffOn
I (35195) cellular: State: Enter PowerOffOn state
I (35195) cellular-modem-auto: Power Cycle
I (35195) Simcom: Power Cycle - T_off 2500 ms - T_on 1000 ms
D (35195) events: Signal(system.modem.stop)
D (35195) events: Signal(egpio.output.0.low)
OVMS> D (37695) events: Signal(egpio.output.0.high)
OVMS> D (42695) events: Signal(egpio.output.0.low)
OVMS> D (43695) events: Signal(egpio.output.0.high)
D (43695) cellular: State timeout PowerOffOn => PoweringOn
I (43695) cellular: State: Enter PoweringOn state
I (43695) cellular-modem-auto: Power Cycle
I (43695) Simcom: Power Cycle - T_off 2500 ms - T_on 1000 ms
D (43695) events: Signal(system.modem.poweringon)
D (43695) events: Signal(egpio.output.0.low)
OVMS> D (46195) events: Signal(egpio.output.0.high)
OVMS> D (51195) events: Signal(egpio.output.0.low)
OVMS> D (52195) cellular: tx-cmd: AT
D (52195) cellular: tx-cmd: AT
D (52195) cellular: tx-cmd: AT
I (52195) cellular: State: Enter Identify state
D (52195) cellular: tx-cmd: AT+CGMM
D (52195) cellular: tx-cmd: AT+CGMM
D (52195) cellular: tx-cmd: AT+CGMM
D (52195) cellular: tx-cmd: AT+CGMM
D (52195) events: Signal(egpio.output.0.high)
OVMS> D (53195) cellular: tx-cmd: AT+CGMM
OVMS> D (54195) cellular: tx-cmd: AT+CGMM
OVMS> D (55195) cellular: tx-cmd: AT+CGMM
OVMS> D (56195) cellular: tx-cmd: AT+CGMM
OVMS> D (57195) cellular: tx-cmd: AT+CGMM
OVMS> D (58195) cellular: tx-cmd: AT+CGMM
OVMS> D (59195) cellular: tx-cmd: AT+CGMM
OVMS> D (60195) cellular: tx-cmd: AT+CGMM
OVMS> D (61195) cellular: tx-cmd: AT+CGMM
OVMS> D (62195) cellular: tx-cmd: AT+CGMM
OVMS> D (63195) cellular: tx-cmd: AT+CGMM
OVMS> D (64195) cellular: tx-cmd: AT+CGMM
OVMS> D (65195) cellular: tx-cmd: AT+CGMM
OVMS> D (66195) cellular: tx-cmd: AT+CGMM
OVMS> D (67195) cellular: tx-cmd: AT+CGMM
OVMS> D (68195) cellular: tx-cmd: AT+CGMM
OVMS> D (69195) cellular: tx-cmd: AT+CGMM
OVMS> D (70195) cellular: tx-cmd: AT+CGMM
OVMS> D (71195) cellular: tx-cmd: AT+CGMM
OVMS> D (72195) cellular: tx-cmd: AT+CGMM
OVMS> D (73195) cellular: tx-cmd: AT+CGMM
W (73195) cellular: UART frame error
OVMS> D (74195) cellular: tx-cmd: AT+CGMM
W (74195) cellular: UART frame error
W (74195) cellular: UART frame error
OVMS> D (75195) cellular: tx-cmd: AT+CGMM
W (75195) cellular: UART frame error
OVMS> D (76195) cellular: tx-cmd: AT+CGMM
OVMS> D (77195) cellular: tx-cmd: AT+CGMM
OVMS> D (78195) cellular: tx-cmd: AT+CGMM
D (78195) cellular: State timeout Identify => PowerOffOn
I (78195) cellular: State: Enter PowerOffOn state
I (78195) cellular-modem-auto: Power Cycle
I (78195) Simcom: Power Cycle - T_off 2500 ms - T_on 1126913089 ms
D (78195) events: Signal(system.modem.stop)
D (78195) events: Signal(egpio.output.0.low)
OVMS> D (80695) events: Signal(egpio.output.0.high)
OVMS> D (85695) events: Signal(egpio.output.0.low)
OVMS> I (122205) housekeeping: System considered stable (RAM: 8b=113788-119376 32b=12128 SPI=3300264-3301076)
OVMS> 
OVMS> I (302215) housekeeping: 2025-03-29 08:46:19 CET (RAM: 8b=113788-119312 32b=12128 SPI=3300264-3301108)
OVMS> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 203 bytes
Desc: OpenPGP digital signature
URL: <http://lists.openvehicles.com/pipermail/ovmsdev/attachments/20250329/ece77e35/attachment-0001.sig>


More information about the OvmsDev mailing list