2 posts / 0 new
Last post
anthonws
"timeout car due to inactivity"

Module was not properly responsive since December 4th, since data was not being updated (LTE). I got it to update data once it got connected to WiFi, but then I could no longer access it (via WiFi console) and on the next day (December 5th), data was not being updated anymore and module was not responsive via API.

Looking at the logs I don't see anything suspicious that indicates a problem, other than this:

"2022-12-05 09:23:47,46671,'#427 C rx msg a '
2022-12-05 09:33:28,53473,'#405 B got login'
2022-12-05 09:33:28,53474,'#405 B rx msg C 7,?'
2022-12-05 09:33:48,53719,'#405 B got error: Broken pipe'
2022-12-05 09:39:47,58052,'#427 C timeout car due to inactivity'
2022-12-05 19:35:45,11151,'#118 C got login'
2022-12-05 19:35:46,11167,'#118 C rx msg S 0,K,0,0.00,stopped,standard,230,0,0,0,0,0,0,21,0,0,0,0,74.25,0,0,0,0,-1,0,0,0,0,0,230,0,0.00,0.00,110,0.00,0.00,0.00,0.0'
2022-12-05 19:35:46,11168,'#118 C rx msg D 1,0,5,0,0,20,0,0,0,15,0,0,1,1,12.14,0,12.6,0,0,0,0'
2022-12-05 19:35:46,11169,'#118 C rx msg L 0,0,0,0,0,0,0.0,0,0,0,0,0,0,0,,0,0,0,0'
2022-12-05 19:35:46,11170,'#118 C rx msg Y 4,FL,FR,RL,RR,0,-1,0,-1,0,-1,0,-1'
2022-12-05 19:35:46,11171,'#118 C rx msg W 0,0,0,0,0,0,0,0,-1'
2022-12-05 19:35:46,11172,'#118 C rx msg F 3.3.003-190-ge19f95c4/ota_1/edge (build idf v3.3.4-849-g6e214dc335 Nov 30 2022 23:08:18),,15,0,KS,WIFIAPI SSID,-1,-1,OVMS WIFI BLE BT cores=2 rev=ESP32/3; MODEM SIM7600'
2022-12-05 19:36:16,11637,'#118 C got error: Broken pipe'
2022-12-05 19:36:25,11763,'#411 C got login'"

There are also some messages related to "Broken pipe" that I don't understand what it might be the source or reason for.

Amy insights that might shed some light?

Thanks!

anthonws.

markwj
markwj's picture
The server messages won't

The server messages won't help much. They just mean the car didn't send any data for a while (timeout due to inactivity) or the connection was broken.

The connection originates in the car module, and the logs there are generally needed to find out the cause.

Log in or register to post comments