Category Archives: ARPIC

Another Raspberry Pi Controller

ARPIC – Time Check Boot Script

In the event of a power outage, an analogue power socket timer switch will simply turn off.   When then power returns, the unit is not aware of how long the power has been out for and the timer will continue from when the power cut.

If a digital timer is used, on power being restored, the time should be correct with your on/off schedule preserved.

When using a Linux system (Raspberry Pi) and Cron to set a scheduled task, if a power cut occurred within the time an action was supposed to initiate, this window will be missed as when the system power is restored the action event would have passed and won’t be initiated until the next scheduled time.

For the ARPIC or Linux system to act like a 7 day digital timer a script is used on start up to check the time.

Continue reading ARPIC – Time Check Boot Script

ARPIC – Raspbian Light Stretch NTP

Whilst setting up a new APRIC I noticed that the time was not updating as expected, no update on boot.

I have not setup an RTC on this unit yet, but NTPD would need to be installed anyway to updated the RTC later.

It appears in the Jan 2018 release of Rasbian Lite Stretch does not have NTPD installed as default.

A quick way to check the time and date configuration is to use timedatect1

Continue reading ARPIC – Raspbian Light Stretch NTP