JOY-IT RASP STROM PI 3 Instructions

StromPi 3
Softwaremanual
3
StromPi 3- Softwaremanual
Published: 1 7.09.2018 Copyrigh t by Jo y-IT 2
1. Overview
2. Real Time Clock
2.1 Function
2.2 Installation
3. Automatic Shutdown
3.1 Function
3.2 Installation
4. E-Mail Notificiations
4.1 Function
4.2 Installation
4.3 Configuration
5. Use of multiple scripts
6. Support
TABLE OF CONTENTS
StromPi 3- Softwaremanual
Published: 1 7.09.2018 Copyrigh t by Jo y-IT 3
Dear customer,
Your StromPi 3 offers you various software-controlled options that can be executed by your Raspberry Pi using separate scripts. We would like to introduce you to these in this manual. Below you will find an overview of the available scripts, the setup and use of which will be explained in detail later in this manual.
Therefore, open the serial console to configure the shutdown timer:
Enter the command "startstrompiconsole" to start the console.
Now set the duration of the shutdown timer:
Now activate the timer:
1. OVERVIEW
Scriptname Description Function
RTCSerial
Conguraon of the real-me
clock
Keeps the me of your Raspberry Pis up to date,
even aer a power failure
serialShutdown Automac shutdown
Enables me-controlled shutdown,
and safe shutdown in the event of a power
failure
sendmail E-mail nocaon
Sends an email to nofy you when a power fai-
lure is detected
Attention! For using the serialShutdown and sendmail scripts, the shutdown timer is required. First activate this in the serial console. By executing the scripts, the duration of the shutdown timer should be at least 20 seconds.
sudo screen /dev/serial0 38400
set-timer <Sekunden>
set-timer-enable 1
StromPi 3- Softwaremanual
Published: 1 7.09.2018 Copyrigh t by Jo y-IT 4
2.1 Function
Many Raspberry Pis applications, operations and functionalities are timed. In the event of a power failure, the entire timeout is disrupted because, even if power is restored, the Raspberry Pis system time may no longer match the real time.
The RTCSerial script automatically matches the real time clock time with the current system time of the Raspberry Pis. If one of the two times differs, the more current time is automatically set as the system time.
2. REAL TIME CLOCK
Loading...
+ 7 hidden pages