Organizes 11 projects for Cerbo GX/Venus OS into a single repository: - axiom-nmea: Raymarine LightHouse protocol decoder - dbus-generator-ramp: Generator current ramp controller - dbus-lightning: Blitzortung lightning monitor - dbus-meteoblue-forecast: Meteoblue weather forecast - dbus-no-foreign-land: noforeignland.com tracking - dbus-tides: Tide prediction from depth + harmonics - dbus-vrm-history: VRM cloud history proxy - dbus-windy-station: Windy.com weather upload - mfd-custom-app: MFD app deployment package - venus-html5-app: Custom Victron HTML5 app fork - watermaker: Watermaker PLC control UI Adds root README, .gitignore, project template, and per-project .gitignore files. Sensitive config files excluded via .gitignore with .example templates provided. Made-with: Cursor
26 lines
744 B
INI
26 lines
744 B
INI
[DEFAULT]
|
|
# DEPRECATED: Settings are now configured via Venus GUI (Settings > GPS > NFL Tracking).
|
|
# This file is kept for reference only. Do not edit - it is not read by the service.
|
|
|
|
# Your Boat API Key from noforeignland.com
|
|
# Get it from: Account > Settings > Boat tracking > API Key (website only, not in app)
|
|
boat_api_key =
|
|
|
|
# Optional: Boat name for display
|
|
boat_name =
|
|
|
|
# Track logging: minimum interval between points (seconds)
|
|
track_interval = 60
|
|
|
|
# Track logging: minimum distance moved before logging (meters)
|
|
min_distance = 50
|
|
|
|
# How often to send track to API (minutes)
|
|
send_interval = 15
|
|
|
|
# 24h keepalive: send a point every 24h even when stationary
|
|
ping_24h = true
|
|
|
|
# Logging level: DEBUG, INFO, WARNING, ERROR
|
|
logging = INFO
|