-
Notifications
You must be signed in to change notification settings - Fork 102
Customize Configuration
How to Manage Settings
- Editing config.py
- Tuning config.py Settings
- Change config.py using Plugins
- Change config.py Remotely
The config.py File stores pi-timolo.py configuration settings. At run time config.py variables are imported into pi-timolo.py. Use nano editor to customize settings.
cd ~/pi-timolo.py
nano config.py
Use nano editor to modify any pi-timolo.py script settings per comments then ctrl-x y to save changes and exit.
If settings get really messed up and you want to return to a stock configuration you can rename or delete the existing config.py and run ./pi-timolo.py and a new version will automatically be downloaded if there is an internet connection. You can also download a new config.py manually per commands below.
cd ~/pi-timolo
cp config.py config.py.bak
wget -O config.py https://raw.github.com/pageauc/pi-timolo/master/source/config.py
This will download a new copy of config.py from the GitHub repo.
The most common config.py settings to change will be flipping or rotating the camera image, Changing camera mode(s) such as motion, timelapse, dashcam, text overlay settings, For more detail see How to Tune config.py Settings
You can also implement plugins to overlay specific variables and override the config.py ones. This allows creating configurations for specific tasks. There are a number of pre-configured plugins to choose from.
Config.py settings can also be managed from a remote storage service directory that is How to Setup config.py for Remote Configuration
- Wiki Home
- Introduction
- Prerequisites
- Install or Upgrade
- Run pi-timolo from a drive mnt
- Customize config.py
- Panoramic Images
- user_motion_code.py
- Align Camera Motion Area
- Schedule StartAt
- Basic Troubleshooting
- Tuning Variable Settings
- menubox.sh
- Web Server View Files
- Make Timelapse Video
- Join or Convert h264 to MP4
- Run on Boot
- Setup & Run shutdown.py
- Rclone Media Sync
- watch-app.sh Usage
- Plugins Usage
- Mount USB Storage
- Mount Network Share
- Auto SubFolder Creation
- Manage Disk Space
- Utilities Summary
- GitHub Repo
gdrive is no longer default.