typo for code block

This commit is contained in:
jbruce 2022-11-04 16:52:45 -04:00
parent 01abf01431
commit 9ac6b17aa8

View File

@ -52,12 +52,13 @@ Stop any running firing at 3pm tomorrow:
Start a 15 hour long glaze firing in 5 minutes and schedule for graphs from [kiln-stats](https://github.com/jbruce12000/kiln-stats) to be created on the raspberry-pi afterward and make the graphs available via a web server running on port 8000. You can do all kinds of interesting things with this. You could create a single job for the webserver and a job per hour to update the graphs. This way you can see detailed graphs of PID params and how the system is responding to your PID parameters.
at now + 5 minutes <<END
curl -d '{"cmd":"run", "profile":"cone-6-long-glaze"}' -H "Content-Type: application/json" -X POST http://0.0.0.0:8081/api
END
at now + 16 hours <<END
source ~/kiln-stats/venv/bin/activate; cd ~/kiln-stats/scripts/; cat /var/log/daemon.log |./log-splitter.pl |grep ^1|./go; cd ~/kiln-stats/output; python3 -m http.server
END
at now + 5 minutes <<END
curl -d '{"cmd":"run", "profile":"cone-6-long-glaze"}' -H "Content-Type: application/json" -X POST http://0.0.0.0:8081/api
END
at now + 16 hours <<END
source ~/kiln-stats/venv/bin/activate; cd ~/kiln-stats/scripts/; cat /var/log/daemon.log |./log-splitter.pl |grep ^1|./go; cd ~/kiln-stats/output; python3 -m http.server
END
List scheduled jobs...