AMI-system / ami_setup

AMI configuration files
MIT License
0 stars 2 forks source link

Run telemetry in fixed interval rather than at start-up only #13

Closed JonasBchrt closed 1 month ago

JonasBchrt commented 2 months ago

Currently, telemetry runs only at start-up. I suggest going here and changing

sudo python3 /home/pi/ami_setup-cellular-dev/ami-trap-raspi-cellular-send_and_receive.py >> /home/pi/wittypi/telemetry.log &

to

sudo python3 /home/pi/ami_setup-cellular-dev/ami-trap-raspi-cellular.py >> /home/pi/wittypi/telemetry.log &

to run telemetry on its own schedule in regular intervals (currently, every 6 h).