Cool stuff for Raspberry Pi, Arduino and all electronics hobby projects
Notifications
Clear all

[Solved / Archived] Witty Pi 3 Not Restarting on Schedule

5 Posts
2 Users
0 Likes
417 Views
(@cspringb)
Posts: 5
Active Member
Topic starter
 

We are using WittyPi 3s as a solution for remotely deployed Raspberry Pi cameras and they will follow the correct schedule, cycling on and off for a time, but eventually (all within 24 hours) they will fail to restart. It seems to get stuck at the point where it is "Writing RTC time to system..." After that the log shows it hangs there until we disconnect and reconnect the wittypi from its power source. Any thoughts on what might be causing this?

 

 

 
Posted : 07/09/2023 8:08 pm
(@admin)
Posts: 432
Member Admin
 

Writing RTC time to system is just to read the RTC time from several I2C registers and then call the "date" command to set system time. All these operations should not hung your system.

Do you have other I2C device (besides Witty Pi 3) connected to your Raspberry Pi?

If you paste the content of log file here, we might also find something.

 
Posted : 08/09/2023 6:17 pm
(@cspringb)
Posts: 5
Active Member
Topic starter
 

The pi is connected to a camera module and a MOSFET module. I added the wittyPi log below. You can see that the system is cycling normally for a time, on and off every 5 minutes, then it eventually just stops, with the "Done :-)" line skipping to the next time the Pi was disconnected then reconnected to its power source. There aren't really any errors being thrown because its just not booting up again...I added the wittyPi run log below, as well as the the camera run log. We're having similar issues like this with both WittyPi 3s and 4s, and so any help with this would be appreciated!

 

[2023-08-07 15:18:51] Witty Pi daemon (v3.51) is started.
[2023-08-07 15:18:51] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-07 15:18:54] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-07 15:18:55] Witty Pi is not connected, skip I2C communications...
[2023-08-07 15:18:55] Witty Pi is not connected, skip synchronizing time...
[2023-08-07 15:19:03] Witty Pi is not connected, skip schedule script...
[2023-08-07 15:19:03] Pending for incoming shutdown command...
[2023-08-07 15:20:11] Witty Pi daemon (v3.51) is started.
[2023-08-07 15:20:11] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-07 15:20:13] Firmware ID: 0x24
[2023-08-07 15:20:13] Current Vout=5.16, Iout=0
[2023-08-07 15:20:13] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-07 15:20:14] System startup as scheduled.
[2023-08-07 15:20:14] Synchronizing time between system and Witty Pi...
[2023-08-07 15:20:14] Writing RTC time to system...
[2023-08-07 15:20:35] Done 🙂
[2023-08-07 15:20:42] Pending for incoming shutdown command...
[2023-08-07 15:20:42] File "schedule.wpi" not found, skip running schedule script.
[2023-08-07 15:20:45] Internet detected, apply network time to system and Witty Pi...
[2023-08-07 15:20:45] Applying network time to system...
[2023-08-07 15:21:03] Done 🙂
[2023-08-07 15:21:03] Writing system time to RTC...
[2023-08-07 15:21:03] Done 🙂
[2023-08-07 15:21:56] Set to "Default ON"!
[2023-08-07 15:25:36] Witty Pi daemon (v3.51) is started.
[2023-08-07 15:25:36] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-07 15:25:38] Firmware ID: 0x24
[2023-08-07 15:25:38] Current Vout=5.08, Iout=0.47
[2023-08-07 15:25:38] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-07 15:25:39] Synchronizing time between system and Witty Pi...
[2023-08-07 15:25:39] Writing RTC time to system...
[2023-08-07 15:40:51] Done 🙂
[2023-08-07 15:40:58] Pending for incoming shutdown command...
[2023-08-07 15:40:59] Skip scheduling next shutdown, which should be done externally.
[2023-08-07 15:40:59] Schedule next startup at: 2023-08-07 15:50:00
[2023-08-07 15:46:19] Witty Pi daemon (v3.51) is started.
[2023-08-07 15:46:19] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-07 15:46:22] Firmware ID: 0x24
[2023-08-07 15:46:22] Current Vout=5.08, Iout=0.19
[2023-08-07 15:46:22] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-07 15:46:22] System startup as scheduled.
[2023-08-07 15:46:22] Synchronizing time between system and Witty Pi...
[2023-08-07 15:46:22] Writing RTC time to system...
[2023-08-07 15:50:20] Done 🙂
[2023-08-07 15:50:27] Pending for incoming shutdown command...
[2023-08-07 15:50:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-07 15:50:28] Schedule next startup at: 2023-08-07 16:00:00
[2023-08-07 15:55:49] Witty Pi daemon (v3.51) is started.
[2023-08-07 15:55:49] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-07 15:55:51] Firmware ID: 0x24
[2023-08-07 15:55:51] Current Vout=5.14, Iout=0.47
[2023-08-07 15:55:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-07 15:55:52] System startup as scheduled.
[2023-08-07 15:55:53] I2C write 0x01 0x68 0x0F 140 failed (result=0x88), retrying 1 ...
[2023-08-07 15:55:53] Synchronizing time between system and Witty Pi...
[2023-08-07 15:55:53] Writing RTC time to system...
[2023-08-07 16:00:21] Done 🙂
[2023-08-07 16:00:28] Pending for incoming shutdown command...
[2023-08-07 16:00:29] Skip scheduling next shutdown, which should be done externally.
[2023-08-07 16:00:29] Schedule next startup at: 2023-08-07 16:10:00
[2023-08-07 16:05:48] Witty Pi daemon (v3.51) is started.
[2023-08-07 16:05:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-07 16:05:51] Firmware ID: 0x24
[2023-08-07 16:05:51] Current Vout=5.14, Iout=0.53
[2023-08-07 16:05:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-07 16:05:51] System startup as scheduled.
[2023-08-07 16:05:51] Synchronizing time between system and Witty Pi...
[2023-08-07 16:05:51] Writing RTC time to system...
[2023-08-16 10:58:04] Done 🙂
[2023-08-16 10:58:11] Pending for incoming shutdown command...
[2023-08-16 10:58:12] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 10:58:12] Schedule next startup at: 2023-08-16 11:10:00
[2023-08-16 11:03:31] Witty Pi daemon (v3.51) is started.
[2023-08-16 11:03:31] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 11:03:34] Firmware ID: 0x24
[2023-08-16 11:03:34] Current Vout=5.01, Iout=0.55
[2023-08-16 11:03:34] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 11:03:34] System startup as scheduled.
[2023-08-16 11:03:34] Synchronizing time between system and Witty Pi...
[2023-08-16 11:03:34] Writing RTC time to system...
[2023-08-16 11:10:20] Done 🙂
[2023-08-16 11:10:27] Pending for incoming shutdown command...
[2023-08-16 11:10:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 11:10:28] Schedule next startup at: 2023-08-16 11:20:00
[2023-08-16 11:15:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 11:15:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 11:15:50] Firmware ID: 0x24
[2023-08-16 11:15:50] Current Vout=5.01, Iout=0.55
[2023-08-16 11:15:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 11:15:50] System startup as scheduled.
[2023-08-16 11:15:50] Synchronizing time between system and Witty Pi...
[2023-08-16 11:15:50] Writing RTC time to system...
[2023-08-16 11:20:19] Done 🙂
[2023-08-16 11:20:26] Pending for incoming shutdown command...
[2023-08-16 11:20:27] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 11:20:27] Schedule next startup at: 2023-08-16 11:30:00
[2023-08-16 11:25:46] Witty Pi daemon (v3.51) is started.
[2023-08-16 11:25:46] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 11:25:49] Firmware ID: 0x24
[2023-08-16 11:25:49] Current Vout=5.07, Iout=0.49
[2023-08-16 11:25:49] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 11:25:49] System startup as scheduled.
[2023-08-16 11:25:49] Synchronizing time between system and Witty Pi...
[2023-08-16 11:25:49] Writing RTC time to system...
[2023-08-16 11:30:20] Done 🙂
[2023-08-16 11:30:27] Pending for incoming shutdown command...
[2023-08-16 11:30:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 11:30:28] Schedule next startup at: 2023-08-16 11:40:00
[2023-08-16 11:35:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 11:35:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 11:35:51] Firmware ID: 0x24
[2023-08-16 11:35:51] Current Vout=5.07, Iout=0.55
[2023-08-16 11:35:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 11:35:51] System startup as scheduled.
[2023-08-16 11:35:51] Synchronizing time between system and Witty Pi...
[2023-08-16 11:35:51] Writing RTC time to system...
[2023-08-16 11:40:20] Done 🙂
[2023-08-16 11:40:27] Pending for incoming shutdown command...
[2023-08-16 11:40:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 11:40:28] Schedule next startup at: 2023-08-16 11:50:00
[2023-08-16 11:45:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 11:45:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 11:45:50] Firmware ID: 0x24
[2023-08-16 11:45:51] Current Vout=5.08, Iout=0.45
[2023-08-16 11:45:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 11:45:51] System startup as scheduled.
[2023-08-16 11:45:51] Synchronizing time between system and Witty Pi...
[2023-08-16 11:45:51] Writing RTC time to system...
[2023-08-16 11:50:19] Done 🙂
[2023-08-16 11:50:26] Pending for incoming shutdown command...
[2023-08-16 11:50:27] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 11:50:27] Schedule next startup at: 2023-08-16 12:00:00
[2023-08-16 11:55:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 11:55:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 11:55:50] Firmware ID: 0x24
[2023-08-16 11:55:50] Current Vout=5.07, Iout=0.53
[2023-08-16 11:55:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 11:55:50] System startup as scheduled.
[2023-08-16 11:55:50] Synchronizing time between system and Witty Pi...
[2023-08-16 11:55:50] Writing RTC time to system...
[2023-08-16 12:00:20] Done 🙂
[2023-08-16 12:00:27] Pending for incoming shutdown command...
[2023-08-16 12:00:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 12:00:28] Schedule next startup at: 2023-08-16 12:10:00
[2023-08-16 12:05:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 12:05:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 12:05:49] Firmware ID: 0x24
[2023-08-16 12:05:50] Current Vout=5.07, Iout=0.53
[2023-08-16 12:05:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 12:05:50] System startup as scheduled.
[2023-08-16 12:05:50] Synchronizing time between system and Witty Pi...
[2023-08-16 12:05:50] Writing RTC time to system...
[2023-08-16 12:10:19] Done 🙂
[2023-08-16 12:10:26] Pending for incoming shutdown command...
[2023-08-16 12:10:27] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 12:10:27] Schedule next startup at: 2023-08-16 12:20:00
[2023-08-16 12:15:46] Witty Pi daemon (v3.51) is started.
[2023-08-16 12:15:46] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 12:15:49] Firmware ID: 0x24
[2023-08-16 12:15:49] Current Vout=5.07, Iout=0.51
[2023-08-16 12:15:49] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 12:15:49] System startup as scheduled.
[2023-08-16 12:15:49] Synchronizing time between system and Witty Pi...
[2023-08-16 12:15:50] Writing RTC time to system...
[2023-08-16 12:20:20] Done 🙂
[2023-08-16 12:20:27] Pending for incoming shutdown command...
[2023-08-16 12:20:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 12:20:28] Schedule next startup at: 2023-08-16 12:30:00
[2023-08-16 12:25:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 12:25:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 12:25:51] Firmware ID: 0x24
[2023-08-16 12:25:51] Current Vout=5.07, Iout=0.55
[2023-08-16 12:25:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 12:25:51] System startup as scheduled.
[2023-08-16 12:25:51] Synchronizing time between system and Witty Pi...
[2023-08-16 12:25:52] Writing RTC time to system...
[2023-08-16 12:30:20] Done 🙂
[2023-08-16 12:30:27] Pending for incoming shutdown command...
[2023-08-16 12:30:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 12:30:28] Schedule next startup at: 2023-08-16 12:40:00
[2023-08-16 12:35:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 12:35:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 12:35:50] Firmware ID: 0x24
[2023-08-16 12:35:50] Current Vout=5.08, Iout=0.47
[2023-08-16 12:35:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 12:35:50] System startup as scheduled.
[2023-08-16 12:35:50] Synchronizing time between system and Witty Pi...
[2023-08-16 12:35:50] Writing RTC time to system...
[2023-08-16 12:40:20] Done 🙂
[2023-08-16 12:40:27] Pending for incoming shutdown command...
[2023-08-16 12:40:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 12:40:28] Schedule next startup at: 2023-08-16 12:50:00
[2023-08-16 12:45:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 12:45:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 12:45:51] Firmware ID: 0x24
[2023-08-16 12:45:51] Current Vout=5.07, Iout=0.49
[2023-08-16 12:45:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 12:45:51] System startup as scheduled.
[2023-08-16 12:45:51] Synchronizing time between system and Witty Pi...
[2023-08-16 12:45:51] Writing RTC time to system...
[2023-08-16 12:50:20] Done 🙂
[2023-08-16 12:50:27] Pending for incoming shutdown command...
[2023-08-16 12:50:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 12:50:28] Schedule next startup at: 2023-08-16 13:00:00
[2023-08-16 12:55:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 12:55:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 12:55:50] Firmware ID: 0x24
[2023-08-16 12:55:50] Current Vout=5.07, Iout=0.47
[2023-08-16 12:55:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 12:55:50] System startup as scheduled.
[2023-08-16 12:55:50] Synchronizing time between system and Witty Pi...
[2023-08-16 12:55:50] Writing RTC time to system...
[2023-08-16 13:00:20] Done 🙂
[2023-08-16 13:00:27] Pending for incoming shutdown command...
[2023-08-16 13:00:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 13:00:28] Schedule next startup at: 2023-08-16 13:10:00
[2023-08-16 13:05:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 13:05:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 13:05:51] Firmware ID: 0x24
[2023-08-16 13:05:51] Current Vout=5.01, Iout=0.47
[2023-08-16 13:05:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 13:05:51] System startup as scheduled.
[2023-08-16 13:05:51] Synchronizing time between system and Witty Pi...
[2023-08-16 13:05:52] Writing RTC time to system...
[2023-08-16 13:10:24] Done 🙂
[2023-08-16 13:10:31] Pending for incoming shutdown command...
[2023-08-16 13:10:32] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 13:10:32] Schedule next startup at: 2023-08-16 13:20:00
[2023-08-16 13:15:52] Witty Pi daemon (v3.51) is started.
[2023-08-16 13:15:52] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 13:15:54] Firmware ID: 0x24
[2023-08-16 13:15:54] Current Vout=5.07, Iout=0.47
[2023-08-16 13:15:54] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 13:15:55] System startup as scheduled.
[2023-08-16 13:15:55] Synchronizing time between system and Witty Pi...
[2023-08-16 13:15:55] Writing RTC time to system...
[2023-08-16 13:20:20] Done 🙂
[2023-08-16 13:20:27] Pending for incoming shutdown command...
[2023-08-16 13:20:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 13:20:28] Schedule next startup at: 2023-08-16 13:30:00
[2023-08-16 13:25:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 13:25:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 13:25:49] Firmware ID: 0x24
[2023-08-16 13:25:49] Current Vout=5.07, Iout=0.47
[2023-08-16 13:25:49] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 13:25:50] System startup as scheduled.
[2023-08-16 13:25:50] Synchronizing time between system and Witty Pi...
[2023-08-16 13:25:50] Writing RTC time to system...
[2023-08-16 13:30:19] Done 🙂
[2023-08-16 13:30:26] Pending for incoming shutdown command...
[2023-08-16 13:30:27] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 13:30:27] Schedule next startup at: 2023-08-16 13:40:00
[2023-08-16 13:35:46] Witty Pi daemon (v3.51) is started.
[2023-08-16 13:35:46] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 13:35:49] Firmware ID: 0x24
[2023-08-16 13:35:49] Current Vout=5.01, Iout=0.49
[2023-08-16 13:35:49] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 13:35:49] System startup as scheduled.
[2023-08-16 13:35:49] Synchronizing time between system and Witty Pi...
[2023-08-16 13:35:49] Writing RTC time to system...
[2023-08-16 13:40:20] Done 🙂
[2023-08-16 13:40:27] Pending for incoming shutdown command...
[2023-08-16 13:40:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 13:40:28] Schedule next startup at: 2023-08-16 13:50:00
[2023-08-16 13:45:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 13:45:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 13:45:50] Firmware ID: 0x24
[2023-08-16 13:45:50] Current Vout=5.01, Iout=0.53
[2023-08-16 13:45:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 13:45:50] System startup as scheduled.
[2023-08-16 13:45:50] Synchronizing time between system and Witty Pi...
[2023-08-16 13:45:50] Writing RTC time to system...
[2023-08-16 13:50:20] Done 🙂
[2023-08-16 13:50:27] Pending for incoming shutdown command...
[2023-08-16 13:50:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 13:50:28] Schedule next startup at: 2023-08-16 14:00:00
[2023-08-16 13:55:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 13:55:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 13:55:50] Firmware ID: 0x24
[2023-08-16 13:55:50] Current Vout=5.07, Iout=0.51
[2023-08-16 13:55:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 13:55:50] System startup as scheduled.
[2023-08-16 13:55:50] Synchronizing time between system and Witty Pi...
[2023-08-16 13:55:50] Writing RTC time to system...
[2023-08-16 14:00:20] Done 🙂
[2023-08-16 14:00:27] Pending for incoming shutdown command...
[2023-08-16 14:00:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 14:00:28] Schedule next startup at: 2023-08-16 14:10:00
[2023-08-16 14:05:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 14:05:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 14:05:51] Firmware ID: 0x24
[2023-08-16 14:05:51] Current Vout=5.08, Iout=0.51
[2023-08-16 14:05:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 14:05:51] System startup as scheduled.
[2023-08-16 14:05:51] Synchronizing time between system and Witty Pi...
[2023-08-16 14:05:51] Writing RTC time to system...
[2023-08-16 14:10:20] Done 🙂
[2023-08-16 14:10:27] Pending for incoming shutdown command...
[2023-08-16 14:10:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 14:10:28] Schedule next startup at: 2023-08-16 14:20:00
[2023-08-16 14:15:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 14:15:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 14:15:51] Firmware ID: 0x24
[2023-08-16 14:15:51] Current Vout=5.01, Iout=0.53
[2023-08-16 14:15:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 14:15:51] System startup as scheduled.
[2023-08-16 14:15:51] Synchronizing time between system and Witty Pi...
[2023-08-16 14:15:51] Writing RTC time to system...
[2023-08-16 14:20:20] Done 🙂
[2023-08-16 14:20:27] Pending for incoming shutdown command...
[2023-08-16 14:20:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 14:20:28] Schedule next startup at: 2023-08-16 14:30:00
[2023-08-16 14:25:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 14:25:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 14:25:51] Firmware ID: 0x24
[2023-08-16 14:25:51] Current Vout=5.07, Iout=0.47
[2023-08-16 14:25:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 14:25:51] System startup as scheduled.
[2023-08-16 14:25:51] Synchronizing time between system and Witty Pi...
[2023-08-16 14:25:51] Writing RTC time to system...
[2023-08-16 14:30:20] Done 🙂
[2023-08-16 14:30:27] Pending for incoming shutdown command...
[2023-08-16 14:30:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 14:30:28] Schedule next startup at: 2023-08-16 14:40:00
[2023-08-16 14:35:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 14:35:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 14:35:50] Firmware ID: 0x24
[2023-08-16 14:35:50] Current Vout=5.01, Iout=0.47
[2023-08-16 14:35:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 14:35:50] System startup as scheduled.
[2023-08-16 14:35:50] Synchronizing time between system and Witty Pi...
[2023-08-16 14:35:50] Writing RTC time to system...
[2023-08-16 14:40:20] Done 🙂
[2023-08-16 14:40:27] Pending for incoming shutdown command...
[2023-08-16 14:40:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 14:40:28] Schedule next startup at: 2023-08-16 14:50:00
[2023-08-16 14:45:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 14:45:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 14:45:51] Firmware ID: 0x24
[2023-08-16 14:45:51] Current Vout=5.01, Iout=0.49
[2023-08-16 14:45:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 14:45:51] System startup as scheduled.
[2023-08-16 14:45:51] Synchronizing time between system and Witty Pi...
[2023-08-16 14:45:51] Writing RTC time to system...
[2023-08-16 14:50:20] Done 🙂
[2023-08-16 14:50:27] Pending for incoming shutdown command...
[2023-08-16 14:50:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 14:50:28] Schedule next startup at: 2023-08-16 15:00:00
[2023-08-16 14:55:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 14:55:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 14:55:51] Firmware ID: 0x24
[2023-08-16 14:55:51] Current Vout=5.07, Iout=0.49
[2023-08-16 14:55:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 14:55:51] System startup as scheduled.
[2023-08-16 14:55:51] Synchronizing time between system and Witty Pi...
[2023-08-16 14:55:51] Writing RTC time to system...
[2023-08-16 15:00:23] Done 🙂
[2023-08-16 15:00:30] Pending for incoming shutdown command...
[2023-08-16 15:00:31] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 15:00:31] Schedule next startup at: 2023-08-16 15:10:00
[2023-08-16 15:05:50] Witty Pi daemon (v3.51) is started.
[2023-08-16 15:05:50] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 15:05:53] Firmware ID: 0x24
[2023-08-16 15:05:53] Current Vout=5.07, Iout=0.53
[2023-08-16 15:05:53] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 15:05:53] System startup as scheduled.
[2023-08-16 15:05:53] Synchronizing time between system and Witty Pi...
[2023-08-16 15:05:53] Writing RTC time to system...
[2023-08-16 15:10:20] Done 🙂
[2023-08-16 15:10:27] Pending for incoming shutdown command...
[2023-08-16 15:10:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 15:10:28] Schedule next startup at: 2023-08-16 15:20:00
[2023-08-16 15:15:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 15:15:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 15:15:51] Firmware ID: 0x24
[2023-08-16 15:15:51] Current Vout=5.08, Iout=0.49
[2023-08-16 15:15:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 15:15:51] System startup as scheduled.
[2023-08-16 15:15:51] Synchronizing time between system and Witty Pi...
[2023-08-16 15:15:51] Writing RTC time to system...
[2023-08-16 15:20:20] Done 🙂
[2023-08-16 15:20:27] Pending for incoming shutdown command...
[2023-08-16 15:20:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 15:20:28] Schedule next startup at: 2023-08-16 15:30:00
[2023-08-16 15:25:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 15:25:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 15:25:50] Firmware ID: 0x24
[2023-08-16 15:25:51] Current Vout=5.07, Iout=0.53
[2023-08-16 15:25:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 15:25:51] System startup as scheduled.
[2023-08-16 15:25:51] Synchronizing time between system and Witty Pi...
[2023-08-16 15:25:51] Writing RTC time to system...
[2023-08-16 15:30:19] Done 🙂
[2023-08-16 15:30:26] Pending for incoming shutdown command...
[2023-08-16 15:30:27] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 15:30:27] Schedule next startup at: 2023-08-16 15:40:00
[2023-08-16 15:35:46] Witty Pi daemon (v3.51) is started.
[2023-08-16 15:35:46] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 15:35:49] Firmware ID: 0x24
[2023-08-16 15:35:49] Current Vout=5.08, Iout=0.47
[2023-08-16 15:35:49] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 15:35:49] System startup as scheduled.
[2023-08-16 15:35:49] Synchronizing time between system and Witty Pi...
[2023-08-16 15:35:49] Writing RTC time to system...
[2023-08-16 15:40:20] Done 🙂
[2023-08-16 15:40:27] Pending for incoming shutdown command...
[2023-08-16 15:40:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 15:40:28] Schedule next startup at: 2023-08-16 15:50:00
[2023-08-16 15:45:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 15:45:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 15:45:51] Firmware ID: 0x24
[2023-08-16 15:45:51] Current Vout=5.07, Iout=0.43
[2023-08-16 15:45:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 15:45:51] System startup as scheduled.
[2023-08-16 15:45:51] Synchronizing time between system and Witty Pi...
[2023-08-16 15:45:51] Writing RTC time to system...
[2023-08-16 15:50:20] Done 🙂
[2023-08-16 15:50:27] Pending for incoming shutdown command...
[2023-08-16 15:50:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 15:50:28] Schedule next startup at: 2023-08-16 16:00:00
[2023-08-16 15:55:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 15:55:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 15:55:51] Firmware ID: 0x24
[2023-08-16 15:55:51] Current Vout=5.07, Iout=0.45
[2023-08-16 15:55:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 15:55:51] System startup as scheduled.
[2023-08-16 15:55:51] Synchronizing time between system and Witty Pi...
[2023-08-16 15:55:51] Writing RTC time to system...
[2023-08-16 16:00:20] Done 🙂
[2023-08-16 16:00:27] Pending for incoming shutdown command...
[2023-08-16 16:00:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 16:00:28] Schedule next startup at: 2023-08-16 16:10:00
[2023-08-16 16:05:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 16:05:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 16:05:51] Firmware ID: 0x24
[2023-08-16 16:05:51] Current Vout=5.08, Iout=0.49
[2023-08-16 16:05:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 16:05:51] System startup as scheduled.
[2023-08-16 16:05:51] Synchronizing time between system and Witty Pi...
[2023-08-16 16:05:51] Writing RTC time to system...
[2023-08-16 16:10:20] Done 🙂
[2023-08-16 16:10:27] Pending for incoming shutdown command...
[2023-08-16 16:10:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 16:10:28] Schedule next startup at: 2023-08-16 16:20:00
[2023-08-16 16:15:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 16:15:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 16:15:51] Firmware ID: 0x24
[2023-08-16 16:15:51] Current Vout=5.07, Iout=0.49
[2023-08-16 16:15:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 16:15:51] System startup as scheduled.
[2023-08-16 16:15:51] Synchronizing time between system and Witty Pi...
[2023-08-16 16:15:51] Writing RTC time to system...
[2023-08-16 16:20:20] Done 🙂
[2023-08-16 16:20:27] Pending for incoming shutdown command...
[2023-08-16 16:20:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 16:20:28] Schedule next startup at: 2023-08-16 16:30:00
[2023-08-16 16:25:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 16:25:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 16:25:51] Firmware ID: 0x24
[2023-08-16 16:25:51] Current Vout=5.07, Iout=0.49
[2023-08-16 16:25:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 16:25:51] System startup as scheduled.
[2023-08-16 16:25:51] Synchronizing time between system and Witty Pi...
[2023-08-16 16:25:51] Writing RTC time to system...
[2023-08-16 16:30:20] Done 🙂
[2023-08-16 16:30:27] Pending for incoming shutdown command...
[2023-08-16 16:30:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 16:30:28] Schedule next startup at: 2023-08-16 16:40:00
[2023-08-16 16:35:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 16:35:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 16:35:51] Firmware ID: 0x24
[2023-08-16 16:35:51] Current Vout=5.01, Iout=0.55
[2023-08-16 16:35:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 16:35:51] System startup as scheduled.
[2023-08-16 16:35:51] Synchronizing time between system and Witty Pi...
[2023-08-16 16:35:51] Writing RTC time to system...
[2023-08-16 16:40:20] Done 🙂
[2023-08-16 16:40:27] Pending for incoming shutdown command...
[2023-08-16 16:40:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 16:40:28] Schedule next startup at: 2023-08-16 16:50:00
[2023-08-16 16:45:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 16:45:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 16:45:50] Firmware ID: 0x24
[2023-08-16 16:45:50] Current Vout=5.07, Iout=0.49
[2023-08-16 16:45:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 16:45:50] System startup as scheduled.
[2023-08-16 16:45:50] Synchronizing time between system and Witty Pi...
[2023-08-16 16:45:50] Writing RTC time to system...
[2023-08-16 16:50:20] Done 🙂
[2023-08-16 16:50:27] Pending for incoming shutdown command...
[2023-08-16 16:50:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 16:50:28] Schedule next startup at: 2023-08-16 17:00:00
[2023-08-16 16:55:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 16:55:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 16:55:51] Firmware ID: 0x24
[2023-08-16 16:55:51] Current Vout=5.07, Iout=0.53
[2023-08-16 16:55:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 16:55:51] System startup as scheduled.
[2023-08-16 16:55:51] Synchronizing time between system and Witty Pi...
[2023-08-16 16:55:51] Writing RTC time to system...
[2023-08-16 17:00:20] Done 🙂
[2023-08-16 17:00:27] Pending for incoming shutdown command...
[2023-08-16 17:00:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 17:00:28] Schedule next startup at: 2023-08-16 17:10:00
[2023-08-16 17:05:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 17:05:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 17:05:51] Firmware ID: 0x24
[2023-08-16 17:05:51] Current Vout=5.07, Iout=0.45
[2023-08-16 17:05:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 17:05:51] System startup as scheduled.
[2023-08-16 17:05:51] Synchronizing time between system and Witty Pi...
[2023-08-16 17:05:52] Writing RTC time to system...
[2023-08-16 17:10:20] Done 🙂
[2023-08-16 17:10:27] Pending for incoming shutdown command...
[2023-08-16 17:10:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 17:10:28] Schedule next startup at: 2023-08-16 17:20:00
[2023-08-16 17:17:17] Witty Pi daemon (v3.51) is started.
[2023-08-16 17:17:17] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 17:17:20] Firmware ID: 0x24
[2023-08-16 17:17:20] Current Vout=5.07, Iout=0.55
[2023-08-16 17:17:20] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 17:17:20] System startup as scheduled.
[2023-08-16 17:17:20] Synchronizing time between system and Witty Pi...
[2023-08-16 17:17:20] Writing RTC time to system...
[2023-08-16 17:20:20] Done 🙂
[2023-08-16 17:20:27] Pending for incoming shutdown command...
[2023-08-16 17:20:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 17:20:28] Schedule next startup at: 2023-08-16 17:30:00
[2023-08-16 17:25:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 17:25:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 17:25:51] Firmware ID: 0x24
[2023-08-16 17:25:51] Current Vout=5.07, Iout=0.55
[2023-08-16 17:25:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 17:25:51] System startup as scheduled.
[2023-08-16 17:25:51] Synchronizing time between system and Witty Pi...
[2023-08-16 17:25:51] Writing RTC time to system...
[2023-08-16 17:30:20] Done 🙂
[2023-08-16 17:30:27] Pending for incoming shutdown command...
[2023-08-16 17:30:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 17:30:28] Schedule next startup at: 2023-08-16 17:40:00
[2023-08-16 17:35:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 17:35:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 17:35:50] Firmware ID: 0x24
[2023-08-16 17:35:50] Current Vout=5.07, Iout=0.55
[2023-08-16 17:35:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 17:35:51] System startup as scheduled.
[2023-08-16 17:35:51] Synchronizing time between system and Witty Pi...
[2023-08-16 17:35:51] Writing RTC time to system...
[2023-08-16 17:40:20] Done 🙂
[2023-08-16 17:40:27] Pending for incoming shutdown command...
[2023-08-16 17:40:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 17:40:28] Schedule next startup at: 2023-08-16 17:50:00
[2023-08-16 17:45:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 17:45:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 17:45:49] Firmware ID: 0x24
[2023-08-16 17:45:50] Current Vout=5.01, Iout=0.55
[2023-08-16 17:45:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 17:45:50] System startup as scheduled.
[2023-08-16 17:45:50] Synchronizing time between system and Witty Pi...
[2023-08-16 17:45:50] Writing RTC time to system...
[2023-08-16 17:50:19] Done 🙂
[2023-08-16 17:50:26] Pending for incoming shutdown command...
[2023-08-16 17:50:27] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 17:50:27] Schedule next startup at: 2023-08-16 18:00:00
[2023-08-16 17:55:46] Witty Pi daemon (v3.51) is started.
[2023-08-16 17:55:46] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 17:55:49] Firmware ID: 0x24
[2023-08-16 17:55:49] Current Vout=5.07, Iout=0.51
[2023-08-16 17:55:49] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 17:55:49] System startup as scheduled.
[2023-08-16 17:55:49] Synchronizing time between system and Witty Pi...
[2023-08-16 17:55:49] Writing RTC time to system...
[2023-08-16 18:00:20] Done 🙂
[2023-08-16 18:00:27] Pending for incoming shutdown command...
[2023-08-16 18:00:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 18:00:28] Schedule next startup at: 2023-08-16 18:10:00
[2023-08-16 18:05:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 18:05:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 18:05:50] Firmware ID: 0x24
[2023-08-16 18:05:50] Current Vout=5.01, Iout=0.49
[2023-08-16 18:05:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 18:05:50] System startup as scheduled.
[2023-08-16 18:05:50] Synchronizing time between system and Witty Pi...
[2023-08-16 18:05:50] Writing RTC time to system...
[2023-08-16 18:10:20] Done 🙂
[2023-08-16 18:10:27] Pending for incoming shutdown command...
[2023-08-16 18:10:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 18:10:28] Schedule next startup at: 2023-08-16 18:20:00
[2023-08-16 18:15:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 18:15:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 18:15:51] Firmware ID: 0x24
[2023-08-16 18:15:51] Current Vout=5.01, Iout=0.55
[2023-08-16 18:15:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 18:15:52] System startup as scheduled.
[2023-08-16 18:15:52] Synchronizing time between system and Witty Pi...
[2023-08-16 18:15:52] Writing RTC time to system...
[2023-08-16 18:20:20] Done 🙂
[2023-08-16 18:20:27] Pending for incoming shutdown command...
[2023-08-16 18:20:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 18:20:28] Schedule next startup at: 2023-08-16 18:30:00
[2023-08-16 18:25:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 18:25:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 18:25:50] Firmware ID: 0x24
[2023-08-16 18:25:50] Current Vout=5.07, Iout=0.47
[2023-08-16 18:25:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 18:25:50] System startup as scheduled.
[2023-08-16 18:25:50] Synchronizing time between system and Witty Pi...
[2023-08-16 18:25:50] Writing RTC time to system...
[2023-08-16 18:30:20] Done 🙂
[2023-08-16 18:30:27] Pending for incoming shutdown command...
[2023-08-16 18:30:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 18:30:28] Schedule next startup at: 2023-08-16 18:40:00
[2023-08-16 18:35:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 18:35:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 18:35:51] Firmware ID: 0x24
[2023-08-16 18:35:51] Current Vout=5.07, Iout=0.45
[2023-08-16 18:35:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 18:35:51] System startup as scheduled.
[2023-08-16 18:35:51] Synchronizing time between system and Witty Pi...
[2023-08-16 18:35:52] Writing RTC time to system...
[2023-08-16 18:40:20] Done 🙂
[2023-08-16 18:40:27] Pending for incoming shutdown command...
[2023-08-16 18:40:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 18:40:28] Schedule next startup at: 2023-08-16 18:50:00
[2023-08-16 18:45:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 18:45:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 18:45:51] Firmware ID: 0x24
[2023-08-16 18:45:51] Current Vout=5.01, Iout=0.43
[2023-08-16 18:45:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 18:45:51] System startup as scheduled.
[2023-08-16 18:45:51] Synchronizing time between system and Witty Pi...
[2023-08-16 18:45:51] Writing RTC time to system...
[2023-08-16 18:50:20] Done 🙂
[2023-08-16 18:50:27] Pending for incoming shutdown command...
[2023-08-16 18:50:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 18:50:28] Schedule next startup at: 2023-08-16 19:00:00
[2023-08-16 18:55:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 18:55:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 18:55:50] Firmware ID: 0x24
[2023-08-16 18:55:50] Current Vout=5.07, Iout=0.45
[2023-08-16 18:55:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 18:55:51] System startup as scheduled.
[2023-08-16 18:55:51] Synchronizing time between system and Witty Pi...
[2023-08-16 18:55:51] Writing RTC time to system...
[2023-08-16 19:00:19] Done 🙂
[2023-08-16 19:00:26] Pending for incoming shutdown command...
[2023-08-16 19:00:27] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 19:00:27] Schedule next startup at: 2023-08-16 19:10:00
[2023-08-16 19:05:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 19:05:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 19:05:50] Firmware ID: 0x24
[2023-08-16 19:05:50] Current Vout=5.01, Iout=0.49
[2023-08-16 19:05:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 19:05:50] System startup as scheduled.
[2023-08-16 19:05:50] Synchronizing time between system and Witty Pi...
[2023-08-16 19:05:50] Writing RTC time to system...
[2023-08-16 19:10:23] Done 🙂
[2023-08-16 19:10:30] Pending for incoming shutdown command...
[2023-08-16 19:10:31] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 19:10:31] Schedule next startup at: 2023-08-16 19:20:00
[2023-08-16 19:15:51] Witty Pi daemon (v3.51) is started.
[2023-08-16 19:15:51] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 19:15:54] Firmware ID: 0x24
[2023-08-16 19:15:54] Current Vout=5.07, Iout=0.58
[2023-08-16 19:15:54] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 19:15:54] System startup as scheduled.
[2023-08-16 19:15:54] Synchronizing time between system and Witty Pi...
[2023-08-16 19:15:54] Writing RTC time to system...
[2023-08-16 19:20:20] Done 🙂
[2023-08-16 19:20:27] Pending for incoming shutdown command...
[2023-08-16 19:20:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 19:20:28] Schedule next startup at: 2023-08-16 19:30:00
[2023-08-16 19:25:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 19:25:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 19:25:50] Firmware ID: 0x24
[2023-08-16 19:25:50] Current Vout=5.07, Iout=0.45
[2023-08-16 19:25:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 19:25:50] System startup as scheduled.
[2023-08-16 19:25:50] Synchronizing time between system and Witty Pi...
[2023-08-16 19:25:50] Writing RTC time to system...
[2023-08-16 19:30:20] Done 🙂
[2023-08-16 19:30:27] Pending for incoming shutdown command...
[2023-08-16 19:30:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 19:30:28] Schedule next startup at: 2023-08-16 19:40:00
[2023-08-16 19:35:49] Witty Pi daemon (v3.51) is started.
[2023-08-16 19:35:49] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 19:35:52] Firmware ID: 0x24
[2023-08-16 19:35:52] Current Vout=5.01, Iout=0.49
[2023-08-16 19:35:52] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 19:35:52] System startup as scheduled.
[2023-08-16 19:35:52] Synchronizing time between system and Witty Pi...
[2023-08-16 19:35:52] Writing RTC time to system...
[2023-08-16 19:40:20] Done 🙂
[2023-08-16 19:40:27] Pending for incoming shutdown command...
[2023-08-16 19:40:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 19:40:28] Schedule next startup at: 2023-08-16 19:50:00
[2023-08-16 19:45:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 19:45:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 19:45:51] Firmware ID: 0x24
[2023-08-16 19:45:51] Current Vout=5.01, Iout=0.53
[2023-08-16 19:45:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 19:45:52] System startup as scheduled.
[2023-08-16 19:45:52] Synchronizing time between system and Witty Pi...
[2023-08-16 19:45:52] Writing RTC time to system...
[2023-08-16 19:50:20] Done 🙂
[2023-08-16 19:50:27] Pending for incoming shutdown command...
[2023-08-16 19:50:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 19:50:28] Schedule next startup at: 2023-08-16 20:00:00
[2023-08-16 19:55:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 19:55:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 19:55:51] Firmware ID: 0x24
[2023-08-16 19:55:51] Current Vout=5.07, Iout=0.55
[2023-08-16 19:55:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 19:55:51] System startup as scheduled.
[2023-08-16 19:55:51] Synchronizing time between system and Witty Pi...
[2023-08-16 19:55:52] Writing RTC time to system...
[2023-08-16 20:00:20] Done 🙂
[2023-08-16 20:00:27] Pending for incoming shutdown command...
[2023-08-16 20:00:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 20:00:28] Schedule next startup at: 2023-08-16 20:10:00
[2023-08-16 20:05:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 20:05:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 20:05:50] Firmware ID: 0x24
[2023-08-16 20:05:50] Current Vout=5.07, Iout=0.49
[2023-08-16 20:05:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 20:05:50] System startup as scheduled.
[2023-08-16 20:05:50] Synchronizing time between system and Witty Pi...
[2023-08-16 20:05:50] Writing RTC time to system...
[2023-08-16 20:10:20] Done 🙂
[2023-08-16 20:10:27] Pending for incoming shutdown command...
[2023-08-16 20:10:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 20:10:28] Schedule next startup at: 2023-08-16 20:20:00
[2023-08-16 20:15:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 20:15:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 20:15:51] Firmware ID: 0x24
[2023-08-16 20:15:51] Current Vout=5.01, Iout=0.47
[2023-08-16 20:15:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 20:15:51] System startup as scheduled.
[2023-08-16 20:15:51] Synchronizing time between system and Witty Pi...
[2023-08-16 20:15:51] Writing RTC time to system...
[2023-08-16 20:20:20] Done 🙂
[2023-08-16 20:20:27] Pending for incoming shutdown command...
[2023-08-16 20:20:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 20:20:28] Schedule next startup at: 2023-08-16 20:30:00
[2023-08-16 20:25:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 20:25:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 20:25:50] Firmware ID: 0x24
[2023-08-16 20:25:50] Current Vout=5.07, Iout=0.47
[2023-08-16 20:25:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 20:25:51] System startup as scheduled.
[2023-08-16 20:25:51] Synchronizing time between system and Witty Pi...
[2023-08-16 20:25:51] Writing RTC time to system...
[2023-08-16 20:30:19] Done 🙂
[2023-08-16 20:30:26] Pending for incoming shutdown command...
[2023-08-16 20:30:27] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 20:30:27] Schedule next startup at: 2023-08-16 20:40:00
[2023-08-16 20:35:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 20:35:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 20:35:49] Firmware ID: 0x24
[2023-08-16 20:35:50] Current Vout=5.01, Iout=0.45
[2023-08-16 20:35:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 20:35:50] System startup as scheduled.
[2023-08-16 20:35:50] Synchronizing time between system and Witty Pi...
[2023-08-16 20:35:50] Writing RTC time to system...
[2023-08-16 20:40:20] Done 🙂
[2023-08-16 20:40:27] Pending for incoming shutdown command...
[2023-08-16 20:40:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 20:40:28] Schedule next startup at: 2023-08-16 20:50:00
[2023-08-16 20:45:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 20:45:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 20:45:51] Firmware ID: 0x24
[2023-08-16 20:45:51] Current Vout=5.01, Iout=0.58
[2023-08-16 20:45:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 20:45:51] System startup as scheduled.
[2023-08-16 20:45:51] Synchronizing time between system and Witty Pi...
[2023-08-16 20:45:51] Writing RTC time to system...
[2023-08-16 20:50:20] Done 🙂
[2023-08-16 20:50:27] Pending for incoming shutdown command...
[2023-08-16 20:50:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 20:50:28] Schedule next startup at: 2023-08-16 21:00:00
[2023-08-16 20:55:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 20:55:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 20:55:49] Firmware ID: 0x24
[2023-08-16 20:55:49] Current Vout=5.01, Iout=0.47
[2023-08-16 20:55:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 20:55:50] System startup as scheduled.
[2023-08-16 20:55:50] Synchronizing time between system and Witty Pi...
[2023-08-16 20:55:50] Writing RTC time to system...
[2023-08-16 21:00:19] Done 🙂
[2023-08-16 21:00:26] Pending for incoming shutdown command...
[2023-08-16 21:00:27] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 21:00:27] Schedule next startup at: 2023-08-16 21:10:00
[2023-08-16 21:05:46] Witty Pi daemon (v3.51) is started.
[2023-08-16 21:05:46] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 21:05:49] Firmware ID: 0x24
[2023-08-16 21:05:49] Current Vout=5.01, Iout=0.47
[2023-08-16 21:05:49] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 21:05:49] System startup as scheduled.
[2023-08-16 21:05:50] Synchronizing time between system and Witty Pi...
[2023-08-16 21:05:50] Writing RTC time to system...
[2023-08-16 21:10:20] Done 🙂
[2023-08-16 21:10:27] Pending for incoming shutdown command...
[2023-08-16 21:10:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 21:10:28] Schedule next startup at: 2023-08-16 21:20:00
[2023-08-16 21:15:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 21:15:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 21:15:51] Firmware ID: 0x24
[2023-08-16 21:15:51] Current Vout=5.08, Iout=0.47
[2023-08-16 21:15:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 21:15:51] System startup as scheduled.
[2023-08-16 21:15:51] Synchronizing time between system and Witty Pi...
[2023-08-16 21:15:51] Writing RTC time to system...
[2023-08-16 21:20:20] Done 🙂
[2023-08-16 21:20:27] Pending for incoming shutdown command...
[2023-08-16 21:20:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 21:20:28] Schedule next startup at: 2023-08-16 21:30:00
[2023-08-16 21:25:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 21:25:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 21:25:51] Firmware ID: 0x24
[2023-08-16 21:25:51] Current Vout=5.07, Iout=0.45
[2023-08-16 21:25:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 21:25:51] System startup as scheduled.
[2023-08-16 21:25:51] Synchronizing time between system and Witty Pi...
[2023-08-16 21:25:51] Writing RTC time to system...
[2023-08-16 21:30:23] Done 🙂
[2023-08-16 21:30:30] Pending for incoming shutdown command...
[2023-08-16 21:30:31] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 21:30:31] Schedule next startup at: 2023-08-16 21:40:00
[2023-08-16 21:35:51] Witty Pi daemon (v3.51) is started.
[2023-08-16 21:35:51] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 21:35:54] Firmware ID: 0x24
[2023-08-16 21:35:54] Current Vout=5.07, Iout=0.45
[2023-08-16 21:35:54] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 21:35:54] System startup as scheduled.
[2023-08-16 21:35:54] Synchronizing time between system and Witty Pi...
[2023-08-16 21:35:54] Writing RTC time to system...
[2023-08-16 21:40:20] Done 🙂
[2023-08-16 21:40:27] Pending for incoming shutdown command...
[2023-08-16 21:40:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 21:40:28] Schedule next startup at: 2023-08-16 21:50:00
[2023-08-16 21:45:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 21:45:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 21:45:51] Firmware ID: 0x24
[2023-08-16 21:45:51] Current Vout=5.01, Iout=0.53
[2023-08-16 21:45:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 21:45:52] System startup as scheduled.
[2023-08-16 21:45:52] Synchronizing time between system and Witty Pi...
[2023-08-16 21:45:52] Writing RTC time to system...
[2023-08-16 21:50:20] Done 🙂
[2023-08-16 21:50:27] Pending for incoming shutdown command...
[2023-08-16 21:50:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 21:50:28] Schedule next startup at: 2023-08-16 22:00:00
[2023-08-16 21:55:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 21:55:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 21:55:50] Firmware ID: 0x24
[2023-08-16 21:55:50] Current Vout=5.07, Iout=0.51
[2023-08-16 21:55:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 21:55:50] System startup as scheduled.
[2023-08-16 21:55:50] Synchronizing time between system and Witty Pi...
[2023-08-16 21:55:50] Writing RTC time to system...
[2023-08-16 22:00:20] Done 🙂
[2023-08-16 22:00:27] Pending for incoming shutdown command...
[2023-08-16 22:00:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 22:00:28] Schedule next startup at: 2023-08-16 22:10:00
[2023-08-16 22:05:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 22:05:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 22:05:51] Firmware ID: 0x24
[2023-08-16 22:05:51] Current Vout=5.01, Iout=0.49
[2023-08-16 22:05:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 22:05:51] System startup as scheduled.
[2023-08-16 22:05:51] Synchronizing time between system and Witty Pi...
[2023-08-16 22:05:51] Writing RTC time to system...
[2023-08-16 22:10:20] Done 🙂
[2023-08-16 22:10:27] Pending for incoming shutdown command...
[2023-08-16 22:10:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 22:10:28] Schedule next startup at: 2023-08-16 22:20:00
[2023-08-16 22:15:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 22:15:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 22:15:50] Firmware ID: 0x24
[2023-08-16 22:15:50] Current Vout=5.01, Iout=0.43
[2023-08-16 22:15:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 22:15:50] System startup as scheduled.
[2023-08-16 22:15:50] Synchronizing time between system and Witty Pi...
[2023-08-16 22:15:50] Writing RTC time to system...
[2023-08-16 22:20:20] Done 🙂
[2023-08-16 22:20:27] Pending for incoming shutdown command...
[2023-08-16 22:20:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 22:20:28] Schedule next startup at: 2023-08-16 22:30:00
[2023-08-16 22:25:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 22:25:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 22:25:50] Firmware ID: 0x24
[2023-08-16 22:25:50] Current Vout=5.07, Iout=0.43
[2023-08-16 22:25:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 22:25:50] System startup as scheduled.
[2023-08-16 22:25:50] Synchronizing time between system and Witty Pi...
[2023-08-16 22:25:50] Writing RTC time to system...
[2023-08-16 22:30:20] Done 🙂
[2023-08-16 22:30:27] Pending for incoming shutdown command...
[2023-08-16 22:30:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 22:30:28] Schedule next startup at: 2023-08-16 22:40:00
[2023-08-16 22:35:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 22:35:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 22:35:51] Firmware ID: 0x24
[2023-08-16 22:35:51] Current Vout=5.01, Iout=0.55
[2023-08-16 22:35:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 22:35:51] System startup as scheduled.
[2023-08-16 22:35:51] Synchronizing time between system and Witty Pi...
[2023-08-16 22:35:51] Writing RTC time to system...
[2023-08-16 22:40:20] Done 🙂
[2023-08-16 22:40:27] Pending for incoming shutdown command...
[2023-08-16 22:40:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 22:40:28] Schedule next startup at: 2023-08-16 22:50:00
[2023-08-16 22:45:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 22:45:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 22:45:50] Firmware ID: 0x24
[2023-08-16 22:45:50] Current Vout=5.01, Iout=0.51
[2023-08-16 22:45:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 22:45:50] System startup as scheduled.
[2023-08-16 22:45:50] Synchronizing time between system and Witty Pi...
[2023-08-16 22:45:50] Writing RTC time to system...
[2023-08-16 22:50:20] Done 🙂
[2023-08-16 22:50:27] Pending for incoming shutdown command...
[2023-08-16 22:50:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 22:50:28] Schedule next startup at: 2023-08-16 23:00:00
[2023-08-16 22:55:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 22:55:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 22:55:50] Firmware ID: 0x24
[2023-08-16 22:55:51] Current Vout=5.01, Iout=0.55
[2023-08-16 22:55:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 22:55:51] System startup as scheduled.
[2023-08-16 22:55:51] Synchronizing time between system and Witty Pi...
[2023-08-16 22:55:51] Writing RTC time to system...
[2023-08-16 23:00:23] Done 🙂
[2023-08-16 23:00:30] Pending for incoming shutdown command...
[2023-08-16 23:00:31] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 23:00:31] Schedule next startup at: 2023-08-16 23:10:00
[2023-08-16 23:05:51] Witty Pi daemon (v3.51) is started.
[2023-08-16 23:05:51] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 23:05:54] Firmware ID: 0x24
[2023-08-16 23:05:54] Current Vout=5.02, Iout=0.43
[2023-08-16 23:05:54] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 23:05:54] System startup as scheduled.
[2023-08-16 23:05:54] Synchronizing time between system and Witty Pi...
[2023-08-16 23:05:54] Writing RTC time to system...
[2023-08-16 23:10:20] Done 🙂
[2023-08-16 23:10:27] Pending for incoming shutdown command...
[2023-08-16 23:10:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 23:10:28] Schedule next startup at: 2023-08-16 23:20:00
[2023-08-16 23:15:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 23:15:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 23:15:50] Firmware ID: 0x24
[2023-08-16 23:15:50] Current Vout=5.07, Iout=0.45
[2023-08-16 23:15:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 23:15:50] System startup as scheduled.
[2023-08-16 23:15:50] Synchronizing time between system and Witty Pi...
[2023-08-16 23:15:50] Writing RTC time to system...
[2023-08-16 23:20:20] Done 🙂
[2023-08-16 23:20:27] Pending for incoming shutdown command...
[2023-08-16 23:20:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 23:20:28] Schedule next startup at: 2023-08-16 23:30:00
[2023-08-16 23:25:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 23:25:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 23:25:51] Firmware ID: 0x24
[2023-08-16 23:25:51] Current Vout=5.08, Iout=0.47
[2023-08-16 23:25:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 23:25:51] System startup as scheduled.
[2023-08-16 23:25:51] Synchronizing time between system and Witty Pi...
[2023-08-16 23:25:51] Writing RTC time to system...
[2023-08-16 23:30:20] Done 🙂
[2023-08-16 23:30:27] Pending for incoming shutdown command...
[2023-08-16 23:30:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 23:30:28] Schedule next startup at: 2023-08-16 23:40:00
[2023-08-16 23:35:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 23:35:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 23:35:51] Firmware ID: 0x24
[2023-08-16 23:35:51] Current Vout=5.01, Iout=0.55
[2023-08-16 23:35:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 23:35:51] System startup as scheduled.
[2023-08-16 23:35:51] Synchronizing time between system and Witty Pi...
[2023-08-16 23:35:51] Writing RTC time to system...
[2023-08-16 23:40:20] Done 🙂
[2023-08-16 23:40:27] Pending for incoming shutdown command...
[2023-08-16 23:40:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 23:40:28] Schedule next startup at: 2023-08-16 23:50:00
[2023-08-16 23:45:47] Witty Pi daemon (v3.51) is started.
[2023-08-16 23:45:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 23:45:50] Firmware ID: 0x24
[2023-08-16 23:45:50] Current Vout=5.01, Iout=0.55
[2023-08-16 23:45:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 23:45:50] System startup as scheduled.
[2023-08-16 23:45:50] Synchronizing time between system and Witty Pi...
[2023-08-16 23:45:50] Writing RTC time to system...
[2023-08-16 23:50:20] Done 🙂
[2023-08-16 23:50:27] Pending for incoming shutdown command...
[2023-08-16 23:50:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-16 23:50:28] Schedule next startup at: 2023-08-17 00:00:00
[2023-08-16 23:55:48] Witty Pi daemon (v3.51) is started.
[2023-08-16 23:55:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-16 23:55:51] Firmware ID: 0x24
[2023-08-16 23:55:51] Current Vout=5.01, Iout=0.43
[2023-08-16 23:55:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-16 23:55:51] System startup as scheduled.
[2023-08-16 23:55:51] Synchronizing time between system and Witty Pi...
[2023-08-16 23:55:51] Writing RTC time to system...
[2023-08-17 00:00:20] Done 🙂
[2023-08-17 00:00:27] Pending for incoming shutdown command...
[2023-08-17 00:00:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-17 00:00:28] Schedule next startup at: 2023-08-17 00:10:00
[2023-08-17 00:05:48] Witty Pi daemon (v3.51) is started.
[2023-08-17 00:05:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-17 00:05:51] Firmware ID: 0x24
[2023-08-17 00:05:51] Current Vout=5.01, Iout=0.55
[2023-08-17 00:05:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-17 00:05:51] System startup as scheduled.
[2023-08-17 00:05:51] Synchronizing time between system and Witty Pi...
[2023-08-17 00:05:51] Writing RTC time to system...
[2023-08-17 00:10:20] Done 🙂
[2023-08-17 00:10:27] Pending for incoming shutdown command...
[2023-08-17 00:10:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-17 00:10:28] Schedule next startup at: 2023-08-17 00:20:00
[2023-08-17 00:15:48] Witty Pi daemon (v3.51) is started.
[2023-08-17 00:15:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-17 00:15:51] Firmware ID: 0x24
[2023-08-17 00:15:51] Current Vout=5.01, Iout=0.49
[2023-08-17 00:15:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-17 00:15:51] System startup as scheduled.
[2023-08-17 00:15:51] Synchronizing time between system and Witty Pi...
[2023-08-17 00:15:52] Writing RTC time to system...
[2023-08-17 00:20:20] Done 🙂
[2023-08-17 00:20:27] Pending for incoming shutdown command...
[2023-08-17 00:20:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-17 00:20:28] Schedule next startup at: 2023-08-17 00:30:00
[2023-08-17 00:25:47] Witty Pi daemon (v3.51) is started.
[2023-08-17 00:25:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-17 00:25:49] Firmware ID: 0x24
[2023-08-17 00:25:50] Current Vout=5.01, Iout=0.51
[2023-08-17 00:25:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-17 00:25:50] System startup as scheduled.
[2023-08-17 00:25:50] Synchronizing time between system and Witty Pi...
[2023-08-17 00:25:50] Writing RTC time to system...
[2023-08-17 00:30:19] Done 🙂
[2023-08-17 00:30:26] Pending for incoming shutdown command...
[2023-08-17 00:30:27] Skip scheduling next shutdown, which should be done externally.
[2023-08-17 00:30:27] Schedule next startup at: 2023-08-17 00:40:00
[2023-08-17 00:35:47] Witty Pi daemon (v3.51) is started.
[2023-08-17 00:35:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-17 00:35:50] Firmware ID: 0x24
[2023-08-17 00:35:50] Current Vout=5.01, Iout=0.55
[2023-08-17 00:35:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-17 00:35:50] System startup as scheduled.
[2023-08-17 00:35:50] Synchronizing time between system and Witty Pi...
[2023-08-17 00:35:50] Writing RTC time to system...
[2023-08-17 00:40:20] Done 🙂
[2023-08-17 00:40:27] Pending for incoming shutdown command...
[2023-08-17 00:40:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-17 00:40:28] Schedule next startup at: 2023-08-17 00:50:00
[2023-08-17 00:45:48] Witty Pi daemon (v3.51) is started.
[2023-08-17 00:45:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-17 00:45:50] Firmware ID: 0x24
[2023-08-17 00:45:51] Current Vout=5.07, Iout=0.53
[2023-08-17 00:45:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-17 00:45:51] System startup as scheduled.
[2023-08-17 00:45:51] Synchronizing time between system and Witty Pi...
[2023-08-17 00:45:51] Writing RTC time to system...
[2023-08-17 00:50:20] Done 🙂
[2023-08-17 00:50:27] Pending for incoming shutdown command...
[2023-08-17 00:50:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-17 00:50:28] Schedule next startup at: 2023-08-17 01:00:00
[2023-08-17 00:55:48] Witty Pi daemon (v3.51) is started.
[2023-08-17 00:55:49] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-17 00:55:51] Firmware ID: 0x24
[2023-08-17 00:55:51] Current Vout=5.01, Iout=0.47
[2023-08-17 00:55:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-17 00:55:51] System startup as scheduled.
[2023-08-17 00:55:52] Synchronizing time between system and Witty Pi...
[2023-08-17 00:55:52] Writing RTC time to system...
[2023-08-17 01:00:20] Done 🙂
[2023-08-17 01:00:27] Pending for incoming shutdown command...
[2023-08-17 01:00:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-17 01:00:28] Schedule next startup at: 2023-08-17 01:10:00
[2023-08-17 01:05:48] Witty Pi daemon (v3.51) is started.
[2023-08-17 01:05:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-17 01:05:51] Firmware ID: 0x24
[2023-08-17 01:05:51] Current Vout=5.08, Iout=0.49
[2023-08-17 01:05:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-17 01:05:51] System startup as scheduled.
[2023-08-17 01:05:51] Synchronizing time between system and Witty Pi...
[2023-08-17 01:05:51] Writing RTC time to system...
[2023-08-17 01:10:20] Done 🙂
[2023-08-17 01:10:27] Pending for incoming shutdown command...
[2023-08-17 01:10:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-17 01:10:28] Schedule next startup at: 2023-08-17 01:20:00
[2023-08-17 01:15:48] Witty Pi daemon (v3.51) is started.
[2023-08-17 01:15:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-17 01:15:51] Firmware ID: 0x24
[2023-08-17 01:15:51] Current Vout=5.01, Iout=0.55
[2023-08-17 01:15:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-17 01:15:51] System startup as scheduled.
[2023-08-17 01:15:51] Synchronizing time between system and Witty Pi...
[2023-08-17 01:15:51] Writing RTC time to system...
[2023-08-17 01:20:20] Done 🙂
[2023-08-17 01:20:27] Pending for incoming shutdown command...
[2023-08-17 01:20:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-17 01:20:28] Schedule next startup at: 2023-08-17 01:30:00
[2023-08-17 01:25:47] Witty Pi daemon (v3.51) is started.
[2023-08-17 01:25:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-17 01:25:50] Firmware ID: 0x24
[2023-08-17 01:25:50] Current Vout=5.07, Iout=0.45
[2023-08-17 01:25:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-17 01:25:50] System startup as scheduled.
[2023-08-17 01:25:50] Synchronizing time between system and Witty Pi...
[2023-08-17 01:25:50] Writing RTC time to system...
[2023-08-17 01:30:20] Done 🙂
[2023-08-17 01:30:27] Pending for incoming shutdown command...
[2023-08-17 01:30:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-17 01:30:28] Schedule next startup at: 2023-08-17 01:40:00
[2023-08-17 01:35:48] Witty Pi daemon (v3.51) is started.
[2023-08-17 01:35:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-17 01:35:51] Firmware ID: 0x24
[2023-08-17 01:35:51] Current Vout=5.07, Iout=0.47
[2023-08-17 01:35:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-17 01:35:51] System startup as scheduled.
[2023-08-17 01:35:51] Synchronizing time between system and Witty Pi...
[2023-08-17 01:35:51] Writing RTC time to system...
[2023-08-17 01:40:20] Done 🙂
[2023-08-17 01:40:27] Pending for incoming shutdown command...
[2023-08-17 01:40:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-17 01:40:28] Schedule next startup at: 2023-08-17 01:50:00
[2023-08-17 01:45:48] Witty Pi daemon (v3.51) is started.
[2023-08-17 01:45:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-17 01:45:51] Firmware ID: 0x24
[2023-08-17 01:45:51] Current Vout=5.01, Iout=0.49
[2023-08-17 01:45:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-17 01:45:51] System startup as scheduled.
[2023-08-17 01:45:51] Synchronizing time between system and Witty Pi...
[2023-08-17 01:45:51] Writing RTC time to system...
[2023-08-17 01:50:20] Done 🙂
[2023-08-17 01:50:27] Pending for incoming shutdown command...
[2023-08-17 01:50:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-17 01:50:28] Schedule next startup at: 2023-08-17 02:00:00
[2023-08-17 01:55:47] Witty Pi daemon (v3.51) is started.
[2023-08-17 01:55:47] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-17 01:55:50] Firmware ID: 0x24
[2023-08-17 01:55:50] Current Vout=5.07, Iout=0.58
[2023-08-17 01:55:50] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-17 01:55:50] System startup as scheduled.
[2023-08-17 01:55:50] Synchronizing time between system and Witty Pi...
[2023-08-17 01:55:50] Writing RTC time to system...
[2023-08-17 02:00:20] Done 🙂
[2023-08-17 02:00:27] Pending for incoming shutdown command...
[2023-08-17 02:00:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-17 02:00:28] Schedule next startup at: 2023-08-17 02:10:00
[2023-08-17 02:05:48] Witty Pi daemon (v3.51) is started.
[2023-08-17 02:05:48] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-17 02:05:51] Firmware ID: 0x24
[2023-08-17 02:05:51] Current Vout=5.07, Iout=0.62
[2023-08-17 02:05:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-17 02:05:51] System startup as scheduled.
[2023-08-17 02:05:51] Synchronizing time between system and Witty Pi...
[2023-08-17 02:05:51] Writing RTC time to system...
[2023-08-17 02:10:20] Done 🙂
[2023-08-17 02:10:27] Pending for incoming shutdown command...
[2023-08-17 02:10:28] Skip scheduling next shutdown, which should be done externally.
[2023-08-17 02:10:28] Schedule next startup at: 2023-08-17 02:20:00
[2023-08-17 02:15:49] Witty Pi daemon (v3.51) is started.
[2023-08-17 02:15:49] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-17 02:15:51] Firmware ID: 0x24
[2023-08-17 02:15:51] Current Vout=5.39, Iout=0.4
[2023-08-17 02:15:51] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-17 02:15:52] System startup as scheduled.
[2023-08-17 02:15:52] Synchronizing time between system and Witty Pi...
[2023-08-17 02:15:52] Writing RTC time to system...
[2023-08-28 15:26:10] Done 🙂
[2023-08-28 15:26:17] Pending for incoming shutdown command...
[2023-08-28 15:26:18] Skip scheduling next shutdown, which should be done externally.
[2023-08-28 15:26:18] Schedule next startup at: 2023-08-28 15:40:00
[2023-08-28 15:39:59] Startup alarm occurs in ON state, ignored
[2023-08-29 07:17:05] Witty Pi daemon (v3.51) is started.
[2023-08-29 07:17:06] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-08-29 07:17:08] Firmware ID: 0x24
[2023-08-29 07:17:08] Current Vout=5.39, Iout=0.36
[2023-08-29 07:17:08] Send out the SYS_UP signal via GPIO-17 pin.
[2023-08-29 07:17:09] Synchronizing time between system and Witty Pi...
[2023-08-29 07:17:09] Writing RTC time to system...
[2023-09-07 09:49:29] Done 🙂
[2023-09-07 09:49:36] Pending for incoming shutdown command...
[2023-09-07 09:49:37] Skip scheduling next shutdown, which should be done externally.
[2023-09-07 09:49:37] Schedule next startup at: 2023-09-07 10:00:00
[2023-09-07 09:50:43] Running syncTime.sh ...
[2023-09-07 09:50:43] Synchronizing time between system and Witty Pi...
[2023-09-07 09:50:44] Writing RTC time to system...
[2023-09-07 09:50:44] Done 🙂
[2023-09-07 09:59:59] Startup alarm occurs in ON state, ignored
[2023-09-07 15:17:06] Witty Pi daemon (v3.51) is started.
[2023-09-07 15:17:06] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-09-07 15:17:08] Firmware ID: 0x24
[2023-09-07 15:17:08] Current Vout=5.39, Iout=0.4
[2023-09-07 15:17:08] Send out the SYS_UP signal via GPIO-17 pin.
[2023-09-07 15:17:09] Synchronizing time between system and Witty Pi...
[2023-09-07 15:17:09] Writing RTC time to system...
[2023-09-11 10:56:09] Done 🙂
[2023-09-11 10:56:16] Pending for incoming shutdown command...
[2023-09-11 10:56:17] Skip scheduling next shutdown, which should be done externally.
[2023-09-11 10:56:17] Schedule next startup at: 2023-09-11 11:10:00
[2023-09-11 11:02:35] Witty Pi daemon (v3.51) is started.
[2023-09-11 11:02:35] Running on Raspberry Pi 4 Model B Rev 1.5
[2023-09-11 11:02:38] Firmware ID: 0x24
[2023-09-11 11:02:38] Current Vout=5.32, Iout=0.49
[2023-09-11 11:02:38] Send out the SYS_UP signal via GPIO-17 pin.
[2023-09-11 11:02:39] Synchronizing time between system and Witty Pi...
[2023-09-11 11:02:39] Writing RTC time to system...
[2023-09-11 11:02:48] Done 🙂
[2023-09-11 11:02:55] Pending for incoming shutdown command...
[2023-09-11 11:02:56] Skip scheduling next shutdown, which should be done externally.
[2023-09-11 11:02:56] Schedule next startup at: 2023-09-11 11:10:00
[2023-09-11 11:02:58] Internet detected, apply network time to system and Witty Pi...
[2023-09-11 11:02:58] Applying network time to system...
[2023-09-11 11:03:03] Done 🙂
[2023-09-11 11:03:03] Writing system time to RTC...
[2023-09-11 11:03:03] Done 🙂
[2023-09-11 11:10:00] Startup alarm occurs in ON state, ignored

 
Posted : 11/09/2023 5:56 pm
(@admin)
Posts: 432
Member Admin
 

If you provide the full content of a big wittyPi.log file, please also tell us when (in the log timestamp) the problem happened. We can not go through such a long log to check if everything is correct.

It seems that you are using the "WAIT" syntax and you have a script to shutdown your Pi externally. However in the log there are several "Startup alarm occurs in ON state, ignored" messages, which means your script didn't shutdown the Pi before the scheduled startup time, as a result the scheduled startup is ignored and will not wake up your Pi (because the scheduled time is in the past already).

In the log there is no record of shutdown request. Maybe your script directly execute shutdown command. A better way is to pull down GPIO-4 instead, so Witty Pi's software will know about this shutdown and write the log message accordingly.

 

 

 

 
Posted : 11/09/2023 6:55 pm
(@cspringb)
Posts: 5
Active Member
Topic starter
 

Thanks! Sorry, I'll edit down the run log in the future. I tried adding a dummy load since the cameras are pulling from a battery bank. After a few more tries, it looks like the raspberry pi 4 is again, running fine, until eventually crashing during a scheduled start up. It usually lasts 12-24 hours before crashing. RTC seems to be synced up and doing its job. There was an error:

[2023-09-18 20:05:37] I2C write 0x01 0x68 0x0E 39 failed (result=0x07), retrying 1 ...

However, the system recovered and the crash didn't occur for another 6 hours, at 02:30.

The only other connections to the board board is a raspberry pi camera module connected with a ribbon cable, and power is metered using a MOS module.

Has anyone else had an issue with crashing? Can the wittypi be programmed to reboot the pi after a crash? Again, any help would be really appreciated. 

 
Posted : 19/09/2023 3:49 pm
Join Waitlist We will inform you when the product arrives in stock. Please leave your valid email address below.