21 lines
714 B
Plaintext
21 lines
714 B
Plaintext
# Copy to remote_ssh.env (same directory as fiwi.py on the machine where you run SSH from).
|
|
#
|
|
# Paths below must exist on the *remote* host (e.g. Pi), not on your workstation.
|
|
#
|
|
# On the Pi, in the venv with brainstem:
|
|
# which python3
|
|
# realpath /path/to/fiwi.py
|
|
|
|
FIWI_REMOTE_PYTHON=/home/pi/venv/bin/python3
|
|
FIWI_REMOTE_SCRIPT=/home/pi/FiWiManager/fiwi.py
|
|
|
|
# Optional: comma-separated hosts for hybrid panel calibrate (with local hubs in one run):
|
|
# FIWI_CALIBRATE_REMOTES=pi@192.168.1.50,pi@192.168.1.51
|
|
#
|
|
# Optional SSH client tweaks:
|
|
# FIWI_SSH_BIN=ssh
|
|
# FIWI_SSH_OPTS=-o BatchMode=yes
|
|
#
|
|
# Optional: deferred remote calls (spawn ssh children; panel calibrate overlaps SSH via Popen):
|
|
# FIWI_REMOTE_DEFER=1
|