FiWiManager/remote_ssh.env.example

21 lines
718 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/UmberHubManager/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