Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

In passive mode, GPS not started after running for a few hours #41

Closed
coderbyheart opened this issue Apr 3, 2020 · 1 comment
Closed
Assignees
Labels
bug Something isn't working released

Comments

@coderbyheart
Copy link
Member

This happened for two days in a row: If I leave the Thingy running over night, the next morning I see that it no longer acquires the GPS position when movement timeout is triggered. It does wake up every hour, though.

[2020-04-02 18:29:33] [07:55:42.735,534] <dbg> nrf9160_gps.print_satellite_stats: Tracking: 5 Using: 4 Unhealthy: 0
[2020-04-02 18:29:33] [07:55:42.744,598] <dbg> nrf9160_gps.print_satellite_stats: Seconds since last fix 14731
[2020-04-02 18:29:34] [07:55:43.687,286] <dbg> nrf9160_gps.print_satellite_stats: Tracking SV 31:     used,     healthy
[2020-04-02 18:29:34] [07:55:43.696,685] <dbg> nrf9160_gps.print_satellite_stats: Tracking SV 16:     used,     healthy
[2020-04-02 18:29:34] [07:55:43.706,085] <dbg> nrf9160_gps.print_satellite_stats: Tracking SV 27:     used,     healthy
[2020-04-02 18:29:34] [07:55:43.715,606] <dbg> nrf9160_gps.print_satellite_stats: Tracking SV 20:     used,     healthy
[2020-04-02 18:29:34] [07:55:43.724,975] <dbg> nrf9160_gps.print_satellite_stats: Tracking SV 26: not used,     healthy
[2020-04-02 18:29:34] [07:55:43.734,375] <dbg> nrf9160_gps.print_satellite_stats: Tracking: 5 Using: 4 Unhealthy: 0
[2020-04-02 18:29:34] [07:55:43.743,438] <dbg> nrf9160_gps.print_satellite_stats: Seconds since last fix 14732
[2020-04-02 18:29:35] [07:55:44.690,032] <dbg> nrf9160_gps.gps_thread: PVT: Position fix
[2020-04-02 18:29:35] [07:55:44.696,746] <dbg> nrf9160_gps.stop_gps: Stopping GPS
[2020-04-02 18:29:35] [07:55:44.709,320] <inf> cat_tracker: GPS_EVT_PVT_FIX
[2020-04-02 18:29:35] [07:55:44.714,904] <inf> cat_tracker: Entry: 2 in gps_buffer filled
[2020-04-02 18:29:35] [07:55:44.721,771] <dbg> nrf9160_gps.print_satellite_stats: Tracking SV 31:     used,     healthy
[2020-04-02 18:29:35] [07:55:44.731,445] <dbg> nrf9160_gps.print_satellite_stats: Tracking SV 16:     used,     healthy
[2020-04-02 18:29:35] [07:55:44.740,844] <dbg> nrf9160_gps.print_satellite_stats: Tracking SV 27:     used,     healthy
[2020-04-02 18:29:35] [07:55:44.750,244] <dbg> nrf9160_gps.print_satellite_stats: Tracking SV 20:     used,     healthy
[2020-04-02 18:29:35] [07:55:44.759,735] <dbg> nrf9160_gps.print_satellite_stats: Tracking SV 26: not used,     healthy
[2020-04-02 18:29:35] [07:55:44.769,134] <dbg> nrf9160_gps.print_satellite_stats: Tracking: 5 Using: 4 Unhealthy: 0
[2020-04-02 18:29:35] [07:55:44.778,198] <dbg> nrf9160_gps.print_satellite_stats: Seconds since last fix 0
[2020-04-02 18:29:35] [07:55:44.786,590] <dbg> nrf9160_gps.gps_thread: NMEA: Position fix
[2020-04-02 18:29:35] [07:55:44.793,457] <inf> cat_tracker: Position fix with NMEA data
[2020-04-02 18:29:35] [07:55:44.807,098] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 5
[2020-04-02 18:29:35] [07:55:44.815,338] <inf> cat_tracker: Checking LTE connection...
[2020-04-02 18:29:35] [07:55:44.821,838] <inf> cat_tracker: LTE link maintained
[2020-04-02 18:29:35] [07:55:44.827,941] <inf> cat_tracker: Going to sleep for: 60 seconds
[2020-04-02 18:29:35] Encoded message: {
[2020-04-02 18:29:35]   "state":        {
[2020-04-02 18:29:35]           "reported":     {
[2020-04-02 18:29:35]                   "roam": {
[2020-04-02 18:29:35]                           "v":    {
[2020-04-02 18:29:35]                                   "rsrp": 63,
[2020-04-02 18:29:35]                                   "area": 3305,
[2020-04-02 18:29:35]                                   "mccmnc":       24202,
[2020-04-02 18:29:35]                                   "cell": 34247442,
[2020-04-02 18:29:35]                                   "ip":   "10.81.189.186"
[2020-04-02 18:29:35]                           },
[2020-04-02 18:29:35]                           "ts":   1585844975215
[2020-04-02 18:29:35]                   },
[2020-04-02 18:29:35]                   "bat":  {
[2020-04-02 18:29:35]                           "v":    4418,
[2020-04-02 18:29:35]                           "ts":   1585844975215
[2020-04-02 18:29:35]                   },
[2020-04-02 18:29:35]                   "gps":  {
[2020-04-02 18:29:35]                           "v":    {
[2020-04-02 18:29:35]                                   "lng":  10.41424660761521,
[2020-04-02 18:29:35]                                   "lat":  63.429305523105931,
[2020-04-02 18:29:35]                                   "acc":  26.544374465942383,
[2020-04-02 18:29:35]                                   "alt":  126.40077209472656,
[2020-04-02 18:29:35]                                   "spd":  0.2657468318939209,
[2020-04-02 18:29:35]                                   "hdg":  0
[2020-04-02 18:29:35]                           },
[2020-04-02 18:29:35]                           "ts":   1585844975000
[2020-04-02 18:29:35]                   }
[2020-04-02 18:29:35]           }
[2020-04-02 18:29:35]   }
[2020-04-02 18:29:35] }
[2020-04-02 18:29:35] [07:55:44.982,604] <dbg> aws_iot.aws_iot_send: Publishing to topic: $aws/things/352656100248049/shadow/update
[2020-04-02 18:29:36] [07:55:46.121,795] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 63
[2020-04-02 18:30:35] [07:56:44.834,991] <inf> cat_tracker: Device in PASSIVE mode
[2020-04-02 18:33:50] [08:00:00.264,648] <dbg> date_time.date_time_handler: New date time update in: 3600 seconds
[2020-04-02 18:33:50] [08:00:00.273,590] <dbg> date_time.new_date_time_get: Updating date time UTC...
[2020-04-02 18:33:50] [08:00:00.281,433] <dbg> date_time.new_date_time_get: Time successfully obtained
[2020-04-02 18:34:25] [08:00:35.419,250] <inf> cat_tracker: Movement timeout triggered
[2020-04-02 18:34:25] [08:00:35.435,394] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 5
[2020-04-02 18:34:25] [08:00:35.443,664] <inf> cat_tracker: Checking LTE connection...
[2020-04-02 18:34:25] [08:00:35.450,195] <inf> cat_tracker: LTE link maintained
[2020-04-02 18:34:26] Encoded message: {
[2020-04-02 18:34:26]   "state":        {
[2020-04-02 18:34:26]           "reported":     {
[2020-04-02 18:34:26]                   "roam": {
[2020-04-02 18:34:26]                           "v":    {
[2020-04-02 18:34:26]                                   "rsrp": 63,
[2020-04-02 18:34:26]                                   "area": 3305,
[2020-04-02 18:34:26]                                   "mccmnc":       24202,
[2020-04-02 18:34:26]                                   "cell": 34247442,
[2020-04-02 18:34:26]                                   "ip":   "10.81.189.186"
[2020-04-02 18:34:26]                           },
[2020-04-02 18:34:26]                           "ts":   1585845265843
[2020-04-02 18:34:26]                   },
[2020-04-02 18:34:26]                   "bat":  {
[2020-04-02 18:34:26]                           "v":    4418,
[2020-04-02 18:34:26]                           "ts":   1585845265843
[2020-04-02 18:34:26]                   }
[2020-04-02 18:34:26]           }
[2020-04-02 18:34:26]   }
[2020-04-02 18:34:26] }
[2020-04-02 18:34:26] [08:00:35.587,127] <dbg> aws_iot.aws_iot_send: Publishing to topic: $aws/things/352656100248049/shadow/update
[2020-04-02 18:34:27] [08:00:36.843,078] <inf> cat_tracker: Cloud ping!
[2020-04-02 18:34:28] [08:00:37.969,543] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 64
[2020-04-02 18:54:27] [08:20:36.853,485] <inf> cat_tracker: Cloud ping!
[2020-04-02 18:54:31] [08:20:41.200,988] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 63
[2020-04-02 19:14:27] [08:40:36.862,945] <inf> cat_tracker: Cloud ping!
[2020-04-02 19:14:29] [08:40:39.311,950] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 64
[2020-04-02 19:33:50] [09:00:00.273,681] <dbg> date_time.date_time_handler: New date time update in: 3600 seconds
[2020-04-02 19:33:50] [09:00:00.282,623] <dbg> date_time.new_date_time_get: Updating date time UTC...
[2020-04-02 19:33:50] [09:00:00.290,466] <dbg> date_time.current_time_check: Current date time too old
[2020-04-02 19:33:50] [09:00:00.298,431] <dbg> date_time.new_date_time_get: Current time not valid
[2020-04-02 19:33:50] [09:00:00.306,030] <dbg> date_time.new_date_time_get: Fallback on cellular network time
[2020-04-02 19:33:50] [09:00:00.323,608] <dbg> date_time.time_modem_get: Response from modem: +CCLK: "20/04/02,17:33:50+08
[2020-04-02 19:33:50] [09:00:00.333,343] <dbg> date_time.new_date_time_get: Time from cellular network obtained
[2020-04-02 19:34:25] [09:00:35.456,268] <inf> cat_tracker: Movement timeout triggered
[2020-04-02 19:34:25] [09:00:35.478,576] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 5
[2020-04-02 19:34:25] [09:00:35.486,846] <inf> cat_tracker: Checking LTE connection...
[2020-04-02 19:34:25] [09:00:35.493,377] <inf> cat_tracker: LTE link maintained
[2020-04-02 19:34:26] Encoded message: {
[2020-04-02 19:34:26]   "state":        {
[2020-04-02 19:34:26]           "reported":     {
[2020-04-02 19:34:26]                   "roam": {
[2020-04-02 19:34:26]                           "v":    {
[2020-04-02 19:34:26]                                   "rsrp": 64,
[2020-04-02 19:34:26]                                   "area": 3305,
[2020-04-02 19:34:26]                                   "mccmnc":       24202,
[2020-04-02 19:34:26]                                   "cell": 34247442,
[2020-04-02 19:34:26]                                   "ip":   "10.81.189.186"
[2020-04-02 19:34:26]                           },
[2020-04-02 19:34:26]                           "ts":   1585848865267
[2020-04-02 19:34:26]                   },
[2020-04-02 19:34:26]                   "bat":  {
[2020-04-02 19:34:26]                           "v":    4422,
[2020-04-02 19:34:26]                           "ts":   1585848865267
[2020-04-02 19:34:26]                   }
[2020-04-02 19:34:26]           }
[2020-04-02 19:34:26]   }
[2020-04-02 19:34:26] }
[2020-04-02 19:34:26] [09:00:35.630,401] <dbg> aws_iot.aws_iot_send: Publishing to topic: $aws/things/352656100248049/shadow/update
[2020-04-02 19:34:27] [09:00:36.873,413] <inf> cat_tracker: Cloud ping!
[2020-04-02 19:34:27] [09:00:37.422,729] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 64
[2020-04-02 19:54:27] [09:20:36.882,690] <inf> cat_tracker: Cloud ping!
[2020-04-02 19:54:31] [09:20:40.653,503] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 63
[2020-04-02 20:14:27] [09:40:36.892,517] <inf> cat_tracker: Cloud ping!
[2020-04-02 20:14:29] [09:40:38.764,221] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 64
[2020-04-02 20:33:50] [10:00:00.282,714] <dbg> date_time.date_time_handler: New date time update in: 3600 seconds
[2020-04-02 20:33:50] [10:00:00.291,656] <dbg> date_time.new_date_time_get: Updating date time UTC...
[2020-04-02 20:33:50] [10:00:00.299,499] <dbg> date_time.new_date_time_get: Time successfully obtained
[2020-04-02 20:34:25] [10:00:35.499,481] <inf> cat_tracker: Movement timeout triggered
[2020-04-02 20:34:25] [10:00:35.521,789] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 5
[2020-04-02 20:34:25] [10:00:35.530,059] <inf> cat_tracker: Checking LTE connection...
[2020-04-02 20:34:25] [10:00:35.536,590] <inf> cat_tracker: LTE link maintained
[2020-04-02 20:34:25] Encoded message: {
[2020-04-02 20:34:25]   "state":        {
[2020-04-02 20:34:25]           "reported":     {
[2020-04-02 20:34:25]                   "roam": {
[2020-04-02 20:34:25]                           "v":    {
[2020-04-02 20:34:25]                                   "rsrp": 64,
[2020-04-02 20:34:25]                                   "area": 3305,
[2020-04-02 20:34:25]                                   "mccmnc":       24202,
[2020-04-02 20:34:25]                                   "cell": 34247442,
[2020-04-02 20:34:25]                                   "ip":   "10.81.189.186"
[2020-04-02 20:34:26]                           },
[2020-04-02 20:34:26]                           "ts":   1585852465310
[2020-04-02 20:34:26]                   },
[2020-04-02 20:34:26]                   "bat":  {
[2020-04-02 20:34:26]                           "v":    4426,
[2020-04-02 20:34:26]                           "ts":   1585852465310
[2020-04-02 20:34:26]                   }
[2020-04-02 20:34:26]           }
[2020-04-02 20:34:26]   }
[2020-04-02 20:34:26] }
[2020-04-02 20:34:26] [10:00:35.673,522] <dbg> aws_iot.aws_iot_send: Publishing to topic: $aws/things/352656100248049/shadow/update
[2020-04-02 20:34:27] [10:00:36.875,183] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 64
[2020-04-02 20:34:27] [10:00:36.894,866] <inf> cat_tracker: Cloud ping!
[2020-04-02 20:54:27] [10:20:36.905,090] <inf> cat_tracker: Cloud ping!
[2020-04-02 20:54:30] [10:20:40.106,384] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 63
[2020-04-02 21:14:27] [10:40:36.915,344] <inf> cat_tracker: Cloud ping!
[2020-04-02 21:14:28] [10:40:38.217,529] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 62
[2020-04-02 21:33:50] [11:00:00.291,748] <dbg> date_time.date_time_handler: New date time update in: 3600 seconds
[2020-04-02 21:33:50] [11:00:00.300,689] <dbg> date_time.new_date_time_get: Updating date time UTC...
[2020-04-02 21:33:50] [11:00:00.308,532] <dbg> date_time.current_time_check: Current date time too old
[2020-04-02 21:33:50] [11:00:00.316,467] <dbg> date_time.new_date_time_get: Current time not valid
[2020-04-02 21:33:50] [11:00:00.324,066] <dbg> date_time.new_date_time_get: Fallback on cellular network time
[2020-04-02 21:33:50] [11:00:00.341,674] <dbg> date_time.time_modem_get: Response from modem: +CCLK: "20/04/02,19:33:50+08
[2020-04-02 21:33:50] [11:00:00.351,409] <dbg> date_time.new_date_time_get: Time from cellular network obtained
[2020-04-02 21:34:25] [11:00:35.542,663] <inf> cat_tracker: Movement timeout triggered
[2020-04-02 21:34:25] [11:00:35.564,941] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 5
[2020-04-02 21:34:25] [11:00:35.573,211] <inf> cat_tracker: Checking LTE connection...
[2020-04-02 21:34:25] [11:00:35.579,742] <inf> cat_tracker: LTE link maintained
[2020-04-02 21:34:25] Encoded message: {
[2020-04-02 21:34:25]   "state":        {
[2020-04-02 21:34:25]           "reported":     {
[2020-04-02 21:34:25]                   "roam": {
[2020-04-02 21:34:25]                           "v":    {
[2020-04-02 21:34:25]                                   "rsrp": 62,
[2020-04-02 21:34:25]                                   "area": 3305,
[2020-04-02 21:34:25]                                   "mccmnc":       24202,
[2020-04-02 21:34:25]                                   "cell": 34247442,
[2020-04-02 21:34:25]                                   "ip":   "10.81.189.186"
[2020-04-02 21:34:25]                           },
[2020-04-02 21:34:25]                           "ts":   1585856065335
[2020-04-02 21:34:25]                   },
[2020-04-02 21:34:25]                   "bat":  {
[2020-04-02 21:34:25]                           "v":    4418,
[2020-04-02 21:34:25]                           "ts":   1585856065335
[2020-04-02 21:34:25]                   }
[2020-04-02 21:34:25]           }
[2020-04-02 21:34:25]   }
[2020-04-02 21:34:25] }
[2020-04-02 21:34:25] [11:00:35.716,674] <dbg> aws_iot.aws_iot_send: Publishing to topic: $aws/things/352656100248049/shadow/update
[2020-04-02 21:34:26] [11:00:36.328,735] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 64
[2020-04-02 21:34:27] [11:00:36.916,412] <inf> cat_tracker: Cloud ping!
[2020-04-02 21:54:27] [11:20:36.925,659] <inf> cat_tracker: Cloud ping!
[2020-04-02 21:54:29] [11:20:39.560,058] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 63
[2020-04-02 22:14:27] [11:40:36.935,058] <inf> cat_tracker: Cloud ping!
[2020-04-02 22:14:27] [11:40:37.671,264] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 64
[2020-04-02 22:33:50] [12:00:00.300,781] <dbg> date_time.date_time_handler: New date time update in: 3600 seconds
[2020-04-02 22:33:50] [12:00:00.309,722] <dbg> date_time.new_date_time_get: Updating date time UTC...
[2020-04-02 22:33:50] [12:00:00.317,565] <dbg> date_time.new_date_time_get: Time successfully obtained
[2020-04-02 22:34:25] [12:00:35.585,815] <inf> cat_tracker: Movement timeout triggered
[2020-04-02 22:34:25] [12:00:35.608,093] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 5
[2020-04-02 22:34:25] [12:00:35.616,333] <inf> cat_tracker: Checking LTE connection...
[2020-04-02 22:34:25] [12:00:35.622,863] <inf> cat_tracker: LTE link maintained
[2020-04-02 22:34:25] Encoded message: {
[2020-04-02 22:34:25]   "state":        {
[2020-04-02 22:34:25]           "reported":     {
[2020-04-02 22:34:25]                   "roam": {
[2020-04-02 22:34:25]                           "v":    {
[2020-04-02 22:34:25]                                   "rsrp": 64,
[2020-04-02 22:34:25]                                   "area": 3305,
[2020-04-02 22:34:25]                                   "mccmnc":       24202,
[2020-04-02 22:34:25]                                   "cell": 34247442,
[2020-04-02 22:34:25]                                   "ip":   "10.81.189.186"
[2020-04-02 22:34:25]                           },
[2020-04-02 22:34:25]                           "ts":   1585859665378
[2020-04-02 22:34:25]                   },
[2020-04-02 22:34:25]                   "bat":  {
[2020-04-02 22:34:25]                           "v":    4414,
[2020-04-02 22:34:25]                           "ts":   1585859665378
[2020-04-02 22:34:25]                   }
[2020-04-02 22:34:25]           }
[2020-04-02 22:34:25]   }
[2020-04-02 22:34:25] }
[2020-04-02 22:34:25] [12:00:35.759,826] <dbg> aws_iot.aws_iot_send: Publishing to topic: $aws/things/352656100248049/shadow/update
[2020-04-02 22:34:27] [12:00:36.944,763] <inf> cat_tracker: Cloud ping!
[2020-04-02 22:34:31] [12:00:40.902,618] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 64
[2020-04-02 22:54:27] [12:20:36.954,589] <inf> cat_tracker: Cloud ping!
[2020-04-02 22:54:29] [12:20:39.013,824] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 63
[2020-04-02 23:14:27] [12:40:36.963,775] <inf> cat_tracker: Cloud ping!
[2020-04-02 23:14:32] [12:40:42.245,208] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 63
[2020-04-02 23:33:50] [13:00:00.309,814] <dbg> date_time.date_time_handler: New date time update in: 3600 seconds
[2020-04-02 23:33:50] [13:00:00.318,756] <dbg> date_time.new_date_time_get: Updating date time UTC...
[2020-04-02 23:33:50] [13:00:00.326,599] <dbg> date_time.current_time_check: Current date time too old
[2020-04-02 23:33:50] [13:00:00.334,564] <dbg> date_time.new_date_time_get: Current time not valid
[2020-04-02 23:33:50] [13:00:00.342,163] <dbg> date_time.new_date_time_get: Fallback on cellular network time
[2020-04-02 23:33:50] [13:00:00.359,771] <dbg> date_time.time_modem_get: Response from modem: +CCLK: "20/04/02,21:33:50+08
[2020-04-02 23:33:50] [13:00:00.369,506] <dbg> date_time.new_date_time_get: Time from cellular network obtained
[2020-04-02 23:34:25] [13:00:35.628,936] <inf> cat_tracker: Movement timeout triggered
[2020-04-02 23:34:25] [13:00:35.645,111] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 5
[2020-04-02 23:34:25] [13:00:35.653,381] <inf> cat_tracker: Checking LTE connection...
[2020-04-02 23:34:25] [13:00:35.659,912] <inf> cat_tracker: LTE link maintained
[2020-04-02 23:34:25] Encoded message: {
[2020-04-02 23:34:25]   "state":        {
[2020-04-02 23:34:25]           "reported":     {
[2020-04-02 23:34:25]                   "roam": {
[2020-04-02 23:34:25]                           "v":    {
[2020-04-02 23:34:25]                                   "rsrp": 63,
[2020-04-02 23:34:25]                                   "area": 3305,
[2020-04-02 23:34:25]                                   "mccmnc":       24202,
[2020-04-02 23:34:25]                                   "cell": 34247442,
[2020-04-02 23:34:25]                                   "ip":   "10.81.189.186"
[2020-04-02 23:34:25]                           },
[2020-04-02 23:34:25]                           "ts":   1585863265397
[2020-04-02 23:34:25]                   },
[2020-04-02 23:34:25]                   "bat":  {
[2020-04-02 23:34:25]                           "v":    4426,
[2020-04-02 23:34:25]                           "ts":   1585863265397
[2020-04-02 23:34:25]                   }
[2020-04-02 23:34:25]           }
[2020-04-02 23:34:25]   }
[2020-04-02 23:34:25] }
[2020-04-02 23:34:25] [13:00:35.796,905] <dbg> aws_iot.aws_iot_send: Publishing to topic: $aws/things/352656100248049/shadow/update
[2020-04-02 23:34:27] [13:00:36.972,808] <inf> cat_tracker: Cloud ping!
[2020-04-02 23:34:30] [13:00:40.356,506] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 63
[2020-04-02 23:54:27] [13:20:36.982,452] <inf> cat_tracker: Cloud ping!
[2020-04-02 23:54:28] [13:20:38.471,130] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 26
[2020-04-03 00:14:26] [13:40:36.991,943] <inf> cat_tracker: Cloud ping!
[2020-04-03 00:14:31] [13:40:41.699,340] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 63
[2020-04-03 00:33:50] [14:00:00.318,847] <dbg> date_time.date_time_handler: New date time update in: 3600 seconds
[2020-04-03 00:33:50] [14:00:00.327,789] <dbg> date_time.new_date_time_get: Updating date time UTC...
[2020-04-03 00:33:50] [14:00:00.335,632] <dbg> date_time.new_date_time_get: Time successfully obtained
[2020-04-03 00:34:25] [14:00:35.666,015] <inf> cat_tracker: Movement timeout triggered
[2020-04-03 00:34:25] [14:00:35.682,189] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 5
[2020-04-03 00:34:25] [14:00:35.690,460] <inf> cat_tracker: Checking LTE connection...
[2020-04-03 00:34:25] [14:00:35.696,990] <inf> cat_tracker: LTE link maintained
[2020-04-03 00:34:25] Encoded message: {
[2020-04-03 00:34:25]   "state":        {
[2020-04-03 00:34:25]           "reported":     {
[2020-04-03 00:34:25]                   "roam": {
[2020-04-03 00:34:25]                           "v":    {
[2020-04-03 00:34:25]                                   "rsrp": 63,
[2020-04-03 00:34:25]                                   "area": 3305,
[2020-04-03 00:34:25]                                   "mccmnc":       24202,
[2020-04-03 00:34:25]                                   "cell": 34247442,
[2020-04-03 00:34:25]                                   "ip":   "10.81.189.186"
[2020-04-03 00:34:25]                           },
[2020-04-03 00:34:25]                           "ts":   1585866865434
[2020-04-03 00:34:25]                   },
[2020-04-03 00:34:25]                   "bat":  {
[2020-04-03 00:34:25]                           "v":    4418,
[2020-04-03 00:34:25]                           "ts":   1585866865434
[2020-04-03 00:34:25]                   }
[2020-04-03 00:34:25]           }
[2020-04-03 00:34:25]   }
[2020-04-03 00:34:25] }
[2020-04-03 00:34:25] [14:00:35.833,923] <dbg> aws_iot.aws_iot_send: Publishing to topic: $aws/things/352656100248049/shadow/update
[2020-04-03 00:34:26] [14:00:37.000,915] <inf> cat_tracker: Cloud ping!
[2020-04-03 00:34:29] [14:00:39.810,546] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 63
[2020-04-03 00:54:26] [14:20:37.010,528] <inf> cat_tracker: Cloud ping!
[2020-04-03 00:54:27] [14:20:37.921,844] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 63
[2020-04-03 01:14:26] [14:40:37.019,836] <inf> cat_tracker: Cloud ping!
[2020-04-03 01:14:31] [14:40:41.153,289] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 64
[2020-04-03 01:33:50] [15:00:00.327,880] <dbg> date_time.date_time_handler: New date time update in: 3600 seconds
[2020-04-03 01:33:50] [15:00:00.336,822] <dbg> date_time.new_date_time_get: Updating date time UTC...
[2020-04-03 01:33:50] [15:00:00.344,665] <dbg> date_time.current_time_check: Current date time too old
[2020-04-03 01:33:50] [15:00:00.352,600] <dbg> date_time.new_date_time_get: Current time not valid
[2020-04-03 01:33:50] [15:00:00.360,198] <dbg> date_time.new_date_time_get: Fallback on cellular network time
[2020-04-03 01:33:50] [15:00:00.377,807] <dbg> date_time.time_modem_get: Response from modem: +CCLK: "20/04/02,23:33:49+08
[2020-04-03 01:33:50] [15:00:00.387,542] <dbg> date_time.new_date_time_get: Time from cellular network obtained
[2020-04-03 01:34:25] [15:00:35.703,063] <inf> cat_tracker: Movement timeout triggered
[2020-04-03 01:34:25] [15:00:35.719,268] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 5
[2020-04-03 01:34:25] [15:00:35.727,539] <inf> cat_tracker: Checking LTE connection...
[2020-04-03 01:34:25] [15:00:35.734,069] <inf> cat_tracker: LTE link maintained
[2020-04-03 01:34:25] Encoded message: {
[2020-04-03 01:34:25]   "state":        {
[2020-04-03 01:34:25]           "reported":     {
[2020-04-03 01:34:25]                   "roam": {
[2020-04-03 01:34:25]                           "v":    {
[2020-04-03 01:34:25]                                   "rsrp": 64,
[2020-04-03 01:34:25]                                   "area": 3305,
[2020-04-03 01:34:25]                                   "mccmnc":       24202,
[2020-04-03 01:34:25]                                   "cell": 34247442,
[2020-04-03 01:34:25]                                   "ip":   "10.81.189.186"
[2020-04-03 01:34:25]                           },
[2020-04-03 01:34:25]                           "ts":   1585870464454
[2020-04-03 01:34:25]                   },
[2020-04-03 01:34:25]                   "bat":  {
[2020-04-03 01:34:25]                           "v":    4422,
[2020-04-03 01:34:25]                           "ts":   1585870464454
[2020-04-03 01:34:25]                   }
[2020-04-03 01:34:25]           }
[2020-04-03 01:34:25]   }
[2020-04-03 01:34:25] }
[2020-04-03 01:34:25] [15:00:35.871,002] <dbg> aws_iot.aws_iot_send: Publishing to topic: $aws/things/352656100248049/shadow/update
[2020-04-03 01:34:26] [15:00:37.029,937] <inf> cat_tracker: Cloud ping!
[2020-04-03 01:34:29] [15:00:39.264,617] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 64
[2020-04-03 01:54:26] [15:20:37.038,574] <inf> cat_tracker: Cloud ping!
[2020-04-03 01:54:32] [15:20:42.496,032] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 62
[2020-04-03 02:14:26] [15:40:37.047,973] <inf> cat_tracker: Cloud ping!
[2020-04-03 02:14:30] [15:40:40.607,330] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 64
[2020-04-03 02:33:50] [16:00:00.336,914] <dbg> date_time.date_time_handler: New date time update in: 3600 seconds
[2020-04-03 02:33:50] [16:00:00.345,855] <dbg> date_time.new_date_time_get: Updating date time UTC...
[2020-04-03 02:33:50] [16:00:00.353,729] <dbg> date_time.new_date_time_get: Time successfully obtained
[2020-04-03 02:34:25] [16:00:35.740,142] <inf> cat_tracker: Movement timeout triggered
[2020-04-03 02:34:25] [16:00:35.756,317] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 5
[2020-04-03 02:34:25] [16:00:35.764,587] <inf> cat_tracker: Checking LTE connection...
[2020-04-03 02:34:25] [16:00:35.771,118] <inf> cat_tracker: LTE link maintained
[2020-04-03 02:34:25] Encoded message: {
[2020-04-03 02:34:25]   "state":        {
[2020-04-03 02:34:25]           "reported":     {
[2020-04-03 02:34:25]                   "roam": {
[2020-04-03 02:34:25]                           "v":    {
[2020-04-03 02:34:25]                                   "rsrp": 64,
[2020-04-03 02:34:25]                                   "area": 3305,
[2020-04-03 02:34:25]                                   "mccmnc":       24202,
[2020-04-03 02:34:25]                                   "cell": 34247442,
[2020-04-03 02:34:25]                                   "ip":   "10.81.189.186"
[2020-04-03 02:34:25]                           },
[2020-04-03 02:34:25]                           "ts":   1585874064491
[2020-04-03 02:34:25]                   },
[2020-04-03 02:34:25]                   "bat":  {
[2020-04-03 02:34:25]                           "v":    4418,
[2020-04-03 02:34:25]                           "ts":   1585874064491
[2020-04-03 02:34:25]                   }
[2020-04-03 02:34:25]           }
[2020-04-03 02:34:25]   }
[2020-04-03 02:34:25] }
[2020-04-03 02:34:25] [16:00:35.908,050] <dbg> aws_iot.aws_iot_send: Publishing to topic: $aws/things/352656100248049/shadow/update
[2020-04-03 02:34:26] [16:00:37.058,013] <inf> cat_tracker: Cloud ping!
[2020-04-03 02:34:28] [16:00:38.718,597] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 64
[2020-04-03 02:54:26] [16:20:37.067,565] <inf> cat_tracker: Cloud ping!
[2020-04-03 02:54:31] [16:20:41.949,981] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 64
[2020-04-03 03:14:26] [16:40:37.076,965] <inf> cat_tracker: Cloud ping!
[2020-04-03 03:14:29] [16:40:40.061,248] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 65
[2020-04-03 03:33:50] [17:00:00.345,947] <dbg> date_time.date_time_handler: New date time update in: 3600 seconds
[2020-04-03 03:33:50] [17:00:00.354,888] <dbg> date_time.new_date_time_get: Updating date time UTC...
[2020-04-03 03:33:50] [17:00:00.362,731] <dbg> date_time.current_time_check: Current date time too old
[2020-04-03 03:33:50] [17:00:00.370,666] <dbg> date_time.new_date_time_get: Current time not valid
[2020-04-03 03:33:50] [17:00:00.378,265] <dbg> date_time.new_date_time_get: Fallback on cellular network time
[2020-04-03 03:33:50] [17:00:00.395,843] <dbg> date_time.time_modem_get: Response from modem: +CCLK: "20/04/03,01:33:49+08
[2020-04-03 03:33:50] [17:00:00.405,609] <dbg> date_time.new_date_time_get: Time from cellular network obtained
[2020-04-03 03:34:25] [17:00:35.777,191] <inf> cat_tracker: Movement timeout triggered
[2020-04-03 03:34:25] [17:00:35.793,518] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 5
[2020-04-03 03:34:25] [17:00:35.801,788] <inf> cat_tracker: Checking LTE connection...
[2020-04-03 03:34:25] [17:00:35.808,319] <inf> cat_tracker: LTE link maintained
[2020-04-03 03:34:25] Encoded message: {
[2020-04-03 03:34:25]   "state":        {
[2020-04-03 03:34:25]           "reported":     {
[2020-04-03 03:34:25]                   "roam": {
[2020-04-03 03:34:25]                           "v":    {
[2020-04-03 03:34:25]                                   "rsrp": 65,
[2020-04-03 03:34:25]                                   "area": 3305,
[2020-04-03 03:34:25]                                   "mccmnc":       24202,
[2020-04-03 03:34:25]                                   "cell": 34247442,
[2020-04-03 03:34:25]                                   "ip":   "10.81.189.186"
[2020-04-03 03:34:25]                           },
[2020-04-03 03:34:25]                           "ts":   1585877664510
[2020-04-03 03:34:25]                   },
[2020-04-03 03:34:25]                   "bat":  {
[2020-04-03 03:34:25]                           "v":    4418,
[2020-04-03 03:34:25]                           "ts":   1585877664510
[2020-04-03 03:34:25]                   }
[2020-04-03 03:34:25]           }
[2020-04-03 03:34:25]   }
[2020-04-03 03:34:25] }
[2020-04-03 03:34:25] [17:00:35.945,190] <dbg> aws_iot.aws_iot_send: Publishing to topic: $aws/things/352656100248049/shadow/update
[2020-04-03 03:34:26] [17:00:37.086,090] <inf> cat_tracker: Cloud ping!
[2020-04-03 03:34:27] [17:00:38.215,850] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 24
[2020-04-03 03:54:26] [17:20:37.095,672] <inf> cat_tracker: Cloud ping!
[2020-04-03 03:54:31] [17:20:41.404,022] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 64
[2020-04-03 04:14:26] [17:40:37.104,827] <inf> cat_tracker: Cloud ping!
[2020-04-03 04:14:29] [17:40:39.515,106] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 63
[2020-04-03 04:33:49] [18:00:00.354,980] <dbg> date_time.date_time_handler: New date time update in: 3600 seconds
[2020-04-03 04:33:49] [18:00:00.363,891] <dbg> date_time.new_date_time_get: Updating date time UTC...
[2020-04-03 04:33:49] [18:00:00.371,765] <dbg> date_time.new_date_time_get: Time successfully obtained
[2020-04-03 04:34:25] [18:00:35.814,422] <inf> cat_tracker: Movement timeout triggered
[2020-04-03 04:34:25] [18:00:35.836,700] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 5
[2020-04-03 04:34:25] [18:00:35.844,970] <inf> cat_tracker: Checking LTE connection...
[2020-04-03 04:34:25] [18:00:35.851,501] <inf> cat_tracker: LTE link maintained
[2020-04-03 04:34:25] Encoded message: {
[2020-04-03 04:34:25]   "state":        {
[2020-04-03 04:34:25]           "reported":     {
[2020-04-03 04:34:25]                   "roam": {
[2020-04-03 04:34:25]                           "v":    {
[2020-04-03 04:34:25]                                   "rsrp": 63,
[2020-04-03 04:34:25]                                   "area": 3305,
[2020-04-03 04:34:25]                                   "mccmnc":       24202,
[2020-04-03 04:34:25]                                   "cell": 34247442,
[2020-04-03 04:34:25]                                   "ip":   "10.81.189.186"
[2020-04-03 04:34:25]                           },
[2020-04-03 04:34:25]                           "ts":   1585881264553
[2020-04-03 04:34:25]                   },
[2020-04-03 04:34:25]                   "bat":  {
[2020-04-03 04:34:25]                           "v":    4418,
[2020-04-03 04:34:25]                           "ts":   1585881264553
[2020-04-03 04:34:25]                   }
[2020-04-03 04:34:25]           }
[2020-04-03 04:34:25]   }
[2020-04-03 04:34:25] }
[2020-04-03 04:34:25] [18:00:35.988,494] <dbg> aws_iot.aws_iot_send: Publishing to topic: $aws/things/352656100248049/shadow/update
[2020-04-03 04:34:26] [18:00:37.113,403] <inf> cat_tracker: Cloud ping!
[2020-04-03 04:34:27] [18:00:37.626,342] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 63
[2020-04-03 04:54:26] [18:20:37.123,321] <inf> cat_tracker: Cloud ping!
[2020-04-03 04:54:30] [18:20:40.857,727] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 63
[2020-04-03 05:14:26] [18:40:37.132,751] <inf> cat_tracker: Cloud ping!
[2020-04-03 05:14:28] [18:40:38.968,963] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 64
[2020-04-03 05:33:49] [19:00:00.364,013] <dbg> date_time.date_time_handler: New date time update in: 3600 seconds
[2020-04-03 05:33:49] [19:00:00.372,924] <dbg> date_time.new_date_time_get: Updating date time UTC...
[2020-04-03 05:33:49] [19:00:00.380,798] <dbg> date_time.current_time_check: Current date time too old
[2020-04-03 05:33:49] [19:00:00.388,732] <dbg> date_time.new_date_time_get: Current time not valid
[2020-04-03 05:33:49] [19:00:00.396,331] <dbg> date_time.new_date_time_get: Fallback on cellular network time
[2020-04-03 05:33:49] [19:00:00.413,879] <dbg> date_time.time_modem_get: Response from modem: +CCLK: "20/04/03,03:33:49+08
[2020-04-03 05:33:49] [19:00:00.423,645] <dbg> date_time.new_date_time_get: Time from cellular network obtained
[2020-04-03 05:34:25] [19:00:35.857,574] <inf> cat_tracker: Movement timeout triggered
[2020-04-03 05:34:25] [19:00:35.879,882] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 5
[2020-04-03 05:34:25] [19:00:35.888,153] <inf> cat_tracker: Checking LTE connection...
[2020-04-03 05:34:25] [19:00:35.894,683] <inf> cat_tracker: LTE link maintained
[2020-04-03 05:34:25] Encoded message: {
[2020-04-03 05:34:25]   "state":        {
[2020-04-03 05:34:25]           "reported":     {
[2020-04-03 05:34:25]                   "roam": {
[2020-04-03 05:34:25]                           "v":    {
[2020-04-03 05:34:25]                                   "rsrp": 64,
[2020-04-03 05:34:25]                                   "area": 3305,
[2020-04-03 05:34:25]                                   "mccmnc":       24202,
[2020-04-03 05:34:25]                                   "cell": 34247442,
[2020-04-03 05:34:25]                                   "ip":   "10.81.189.186"
[2020-04-03 05:34:25]                           },
[2020-04-03 05:34:25]                           "ts":   1585884864578
[2020-04-03 05:34:25]                   },
[2020-04-03 05:34:25]                   "bat":  {
[2020-04-03 05:34:25]                           "v":    4422,
[2020-04-03 05:34:25]                           "ts":   1585884864578
[2020-04-03 05:34:25]                   }
[2020-04-03 05:34:25]           }
[2020-04-03 05:34:25]   }
[2020-04-03 05:34:25] }
[2020-04-03 05:34:25] [19:00:36.031,616] <dbg> aws_iot.aws_iot_send: Publishing to topic: $aws/things/352656100248049/shadow/update
[2020-04-03 05:34:26] [19:00:37.080,169] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 64
[2020-04-03 05:34:26] [19:00:37.133,850] <inf> cat_tracker: Cloud ping!
[2020-04-03 05:54:26] [19:20:37.143,157] <inf> cat_tracker: Cloud ping!
[2020-04-03 05:54:29] [19:20:40.311,553] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 63
[2020-04-03 06:14:26] [19:40:37.153,503] <inf> cat_tracker: Cloud ping!
[2020-04-03 06:14:27] [19:40:38.422,790] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 64
[2020-04-03 06:33:49] [20:00:00.373,046] <dbg> date_time.date_time_handler: New date time update in: 3600 seconds
[2020-04-03 06:33:49] [20:00:00.381,988] <dbg> date_time.new_date_time_get: Updating date time UTC...
[2020-04-03 06:33:49] [20:00:00.389,831] <dbg> date_time.new_date_time_get: Time successfully obtained
[2020-04-03 06:34:25] [20:00:35.900,756] <inf> cat_tracker: Movement timeout triggered
[2020-04-03 06:34:25] [20:00:35.923,065] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 5
[2020-04-03 06:34:25] [20:00:35.931,335] <inf> cat_tracker: Checking LTE connection...
[2020-04-03 06:34:25] [20:00:35.937,866] <inf> cat_tracker: LTE link maintained
[2020-04-03 06:34:25] Encoded message: {
[2020-04-03 06:34:25]   "state":        {
[2020-04-03 06:34:25]           "reported":     {
[2020-04-03 06:34:25]                   "roam": {
[2020-04-03 06:34:25]                           "v":    {
[2020-04-03 06:34:25]                                   "rsrp": 64,
[2020-04-03 06:34:25]                                   "area": 3305,
[2020-04-03 06:34:25]                                   "mccmnc":       24202,
[2020-04-03 06:34:25]                                   "cell": 34247442,
[2020-04-03 06:34:25]                                   "ip":   "10.81.189.186"
[2020-04-03 06:34:25]                           },
[2020-04-03 06:34:25]                           "ts":   1585888464621
[2020-04-03 06:34:25]                   },
[2020-04-03 06:34:25]                   "bat":  {
[2020-04-03 06:34:25]                           "v":    4422,
[2020-04-03 06:34:25]                           "ts":   1585888464621
[2020-04-03 06:34:25]                   }
[2020-04-03 06:34:25]           }
[2020-04-03 06:34:25]   }
[2020-04-03 06:34:25] }
[2020-04-03 06:34:25] [20:00:36.074,798] <dbg> aws_iot.aws_iot_send: Publishing to topic: $aws/things/352656100248049/shadow/update
[2020-04-03 06:34:26] [20:00:37.163,757] <inf> cat_tracker: Cloud ping!
[2020-04-03 06:34:31] [20:00:41.654,144] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 64
[2020-04-03 06:54:26] [20:20:37.173,126] <inf> cat_tracker: Cloud ping!
[2020-04-03 06:54:29] [20:20:39.765,411] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 64
[2020-04-03 07:14:26] [20:40:37.183,319] <inf> cat_tracker: Cloud ping!
[2020-04-03 07:14:27] [20:40:37.876,647] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 64
[2020-04-03 07:33:49] [21:00:00.382,080] <dbg> date_time.date_time_handler: New date time update in: 3600 seconds
[2020-04-03 07:33:49] [21:00:00.391,021] <dbg> date_time.new_date_time_get: Updating date time UTC...
[2020-04-03 07:33:49] [21:00:00.398,864] <dbg> date_time.current_time_check: Current date time too old
[2020-04-03 07:33:49] [21:00:00.406,799] <dbg> date_time.new_date_time_get: Current time not valid
[2020-04-03 07:33:49] [21:00:00.414,398] <dbg> date_time.new_date_time_get: Fallback on cellular network time
[2020-04-03 07:33:49] [21:00:00.431,976] <dbg> date_time.time_modem_get: Response from modem: +CCLK: "20/04/03,05:33:49+08
[2020-04-03 07:33:49] [21:00:00.441,741] <dbg> date_time.new_date_time_get: Time from cellular network obtained
[2020-04-03 07:34:25] [21:00:35.943,939] <inf> cat_tracker: Movement timeout triggered
[2020-04-03 07:34:25] [21:00:35.966,217] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 5
[2020-04-03 07:34:25] [21:00:35.974,487] <inf> cat_tracker: Checking LTE connection...
[2020-04-03 07:34:25] [21:00:35.981,018] <inf> cat_tracker: LTE link maintained
[2020-04-03 07:34:25] Encoded message: {
[2020-04-03 07:34:25]   "state":        {
[2020-04-03 07:34:25]           "reported":     {
[2020-04-03 07:34:25]                   "roam": {
[2020-04-03 07:34:25]                           "v":    {
[2020-04-03 07:34:25]                                   "rsrp": 64,
[2020-04-03 07:34:25]                                   "area": 3305,
[2020-04-03 07:34:25]                                   "mccmnc":       24202,
[2020-04-03 07:34:25]                                   "cell": 34247442,
[2020-04-03 07:34:25]                                   "ip":   "10.81.189.186"
[2020-04-03 07:34:25]                           },
[2020-04-03 07:34:25]                           "ts":   1585892064646
[2020-04-03 07:34:25]                   },
[2020-04-03 07:34:25]                   "bat":  {
[2020-04-03 07:34:25]                           "v":    4406,
[2020-04-03 07:34:25]                           "ts":   1585892064646
[2020-04-03 07:34:25]                   }
[2020-04-03 07:34:25]           }
[2020-04-03 07:34:25]   }
[2020-04-03 07:34:25] }
[2020-04-03 07:34:25] [21:00:36.117,919] <dbg> aws_iot.aws_iot_send: Publishing to topic: $aws/things/352656100248049/shadow/update
[2020-04-03 07:34:26] [21:00:37.194,824] <inf> cat_tracker: Cloud ping!
[2020-04-03 07:34:30] [21:00:41.108,093] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 64
[2020-04-03 07:54:26] [21:20:37.204,528] <inf> cat_tracker: Cloud ping!
[2020-04-03 07:54:28] [21:20:39.219,421] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 65
[2020-04-03 08:14:26] [21:40:37.214,385] <inf> cat_tracker: Cloud ping!
[2020-04-03 08:14:31] [21:40:42.450,866] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 65
[2020-04-03 08:33:49] [22:00:00.391,082] <dbg> date_time.date_time_handler: New date time update in: 3600 seconds
[2020-04-03 08:33:49] [22:00:00.400,024] <dbg> date_time.new_date_time_get: Updating date time UTC...
[2020-04-03 08:33:49] [22:00:00.407,897] <dbg> date_time.new_date_time_get: Time successfully obtained
[2020-04-03 08:34:25] [22:00:35.987,091] <inf> cat_tracker: Movement timeout triggered
[2020-04-03 08:34:25] [22:00:36.003,265] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 5
[2020-04-03 08:34:25] [22:00:36.011,535] <inf> cat_tracker: Checking LTE connection...
[2020-04-03 08:34:25] [22:00:36.018,066] <inf> cat_tracker: LTE link maintained
[2020-04-03 08:34:25] Encoded message: {
[2020-04-03 08:34:25]   "state":        {
[2020-04-03 08:34:25]           "reported":     {
[2020-04-03 08:34:25]                   "roam": {
[2020-04-03 08:34:25]                           "v":    {
[2020-04-03 08:34:25]                                   "rsrp": 65,
[2020-04-03 08:34:25]                                   "area": 3305,
[2020-04-03 08:34:25]                                   "mccmnc":       24202,
[2020-04-03 08:34:25]                                   "cell": 34247442,
[2020-04-03 08:34:25]                                   "ip":   "10.81.189.186"
[2020-04-03 08:34:25]                           },
[2020-04-03 08:34:25]                           "ts":   1585895664684
[2020-04-03 08:34:25]                   },
[2020-04-03 08:34:25]                   "bat":  {
[2020-04-03 08:34:25]                           "v":    4418,
[2020-04-03 08:34:25]                           "ts":   1585895664684
[2020-04-03 08:34:25]                   }
[2020-04-03 08:34:25]           }
[2020-04-03 08:34:25]   }
[2020-04-03 08:34:25] }
[2020-04-03 08:34:25] [22:00:36.154,998] <dbg> aws_iot.aws_iot_send: Publishing to topic: $aws/things/352656100248049/shadow/update
[2020-04-03 08:34:26] [22:00:37.224,975] <inf> cat_tracker: Cloud ping!
[2020-04-03 08:34:29] [22:00:40.562,255] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 63
[2020-04-03 08:54:26] [22:20:37.234,252] <inf> cat_tracker: Cloud ping!
[2020-04-03 08:54:27] [22:20:38.673,828] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 65
[2020-04-03 09:14:26] [22:40:37.243,804] <inf> cat_tracker: Cloud ping!
[2020-04-03 09:14:31] [22:40:41.905,761] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 63
[2020-04-03 09:33:49] [23:00:00.400,085] <dbg> date_time.date_time_handler: New date time update in: 3600 seconds
[2020-04-03 09:33:49] [23:00:00.409,027] <dbg> date_time.new_date_time_get: Updating date time UTC...
[2020-04-03 09:33:49] [23:00:00.416,900] <dbg> date_time.current_time_check: Current date time too old
[2020-04-03 09:33:49] [23:00:00.424,835] <dbg> date_time.new_date_time_get: Current time not valid
[2020-04-03 09:33:49] [23:00:00.432,434] <dbg> date_time.new_date_time_get: Fallback on cellular network time
[2020-04-03 09:33:49] [23:00:00.450,012] <dbg> date_time.time_modem_get: Response from modem: +CCLK: "20/04/03,07:33:49+08
[2020-04-03 09:33:49] [23:00:00.459,747] <dbg> date_time.new_date_time_get: Time from cellular network obtained
[2020-04-03 09:34:25] [23:00:36.024,139] <inf> cat_tracker: Movement timeout triggered
[2020-04-03 09:34:25] [23:00:36.040,344] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 5
[2020-04-03 09:34:25] [23:00:36.048,614] <inf> cat_tracker: Checking LTE connection...
[2020-04-03 09:34:25] [23:00:36.055,145] <inf> cat_tracker: LTE link maintained
[2020-04-03 09:34:25] Encoded message: {
[2020-04-03 09:34:25]   "state":        {
[2020-04-03 09:34:25]           "reported":     {
[2020-04-03 09:34:25]                   "roam": {
[2020-04-03 09:34:25]                           "v":    {
[2020-04-03 09:34:25]                                   "rsrp": 63,
[2020-04-03 09:34:25]                                   "area": 3305,
[2020-04-03 09:34:25]                                   "mccmnc":       24202,
[2020-04-03 09:34:25]                                   "cell": 34247442,
[2020-04-03 09:34:25]                                   "ip":   "10.81.189.186"
[2020-04-03 09:34:25]                           },
[2020-04-03 09:34:25]                           "ts":   1585899264703
[2020-04-03 09:34:25]                   },
[2020-04-03 09:34:25]                   "bat":  {
[2020-04-03 09:34:25]                           "v":    4422,
[2020-04-03 09:34:25]                           "ts":   1585899264703
[2020-04-03 09:34:25]                   }
[2020-04-03 09:34:25]           }
[2020-04-03 09:34:25]   }
[2020-04-03 09:34:25] }
[2020-04-03 09:34:25] [23:00:36.192,108] <dbg> aws_iot.aws_iot_send: Publishing to topic: $aws/things/352656100248049/shadow/update
[2020-04-03 09:34:26] [23:00:37.253,051] <inf> cat_tracker: Cloud ping!
[2020-04-03 09:34:29] [23:00:40.017,486] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 65
[2020-04-03 09:54:26] [23:20:37.263,427] <inf> cat_tracker: Cloud ping!
[2020-04-03 09:54:27] [23:20:38.128,936] <inf> cat_tracker: Incoming RSRP status message, RSRP value is 64
@coderbyheart coderbyheart added the bug Something isn't working label Apr 3, 2020
@github-actions
Copy link

github-actions bot commented Apr 4, 2020

🎉 This issue has been resolved in version 1.7.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working released
Projects
None yet
Development

No branches or pull requests

2 participants