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

Witty Pi 4 skipping schedules

2 Posts
2 Users
0 Likes
34 Views
(@jorge-silva)
Posts: 8
Active Member
Topic starter
 

I have a Witty Pi 4 running on Raspberry Pi 5. I is suppose to start every 7m and after the job is done it will shutdown by itself. 

With this script it is jumping 1 startup schedule and is starting the Raspberry every 15m like you can see in the logs below.

schedule.wpi

BEGIN 2025-03-24 07:52:30
END   2050-12-31 23:59:59
ON    S30 WAIT
OFF   M7

schedule.log

--------------- 2025-03-27 13:00:41 ---------------
Skip scheduling next shutdown, which should be done externally.
Schedule next startup at:  2025-03-27 13:15:00
---------------------------------------------------
--------------- 2025-03-27 13:15:41 ---------------
Skip scheduling next shutdown, which should be done externally.
Schedule next startup at:  2025-03-27 13:30:00
---------------------------------------------------
--------------- 2025-03-27 13:30:41 ---------------
Skip scheduling next shutdown, which should be done externally.
Schedule next startup at:  2025-03-27 13:45:00
---------------------------------------------------
--------------- 2025-03-27 13:45:41 ---------------
Skip scheduling next shutdown, which should be done externally.
Schedule next startup at:  2025-03-27 14:00:00
---------------------------------------------------
--------------- 2025-03-27 14:00:41 ---------------
Skip scheduling next shutdown, which should be done externally.
Schedule next startup at:  2025-03-27 14:15:00
---------------------------------------------------
--------------- 2025-03-27 14:15:41 ---------------
Skip scheduling next shutdown, which should be done externally.
Schedule next startup at:  2025-03-27 14:30:00
---------------------------------------------------

wittyPi.log

[2025-03-27 13:30:41] Skip scheduling next shutdown, which should be done externally.
[2025-03-27 13:30:41] Schedule next startup at: 2025-03-27 13:45:00
[2025-03-27 13:30:41] Pending for incoming shutdown command...
...
[2025-03-27 13:45:41] Skip scheduling next shutdown, which should be done externally.
[2025-03-27 13:45:41] Schedule next startup at: 2025-03-27 14:00:00
[2025-03-27 13:45:41] Pending for incoming shutdown command...
...
[2025-03-27 14:00:41] Skip scheduling next shutdown, which should be done externally.
[2025-03-27 14:00:41] Schedule next startup at: 2025-03-27 14:15:00
[2025-03-27 14:00:41] Pending for incoming shutdown command...
...
[2025-03-27 14:15:41] Skip scheduling next shutdown, which should be done externally.
[2025-03-27 14:15:41] Schedule next startup at: 2025-03-27 14:30:00
[2025-03-27 14:15:41] Pending for incoming shutdown command...

 

Any ideas of whats wrong? 

 
Posted : 27/03/2025 4:22 pm
(@admin)
Posts: 574
Member Admin
 

This is called "shifting ON state", please search "shifting ON state" in the user manual to understand why it happens.

 
Posted : 27/03/2025 4:30 pm
Join Waitlist We will inform you when the product arrives in stock. Please leave your valid email address below.