adding detail about /state to readme

This commit is contained in:
jbruce12000 2024-08-03 11:17:55 -04:00
parent 6ad786bab2
commit 7299056506

View File

@ -116,6 +116,8 @@ and you can use this script to examine each pin's state including input/output/v
Run the [autotuner](https://github.com/jbruce12000/kiln-controller/blob/main/docs/ziegler_tuning.md). It will heat your kiln to 400F, pass that, and then once it cools back down to 400F, it will calculate PID values which you must copy into config.py. No tuning is perfect across a wide temperature range. Here is a [PID Tuning Guide](https://github.com/jbruce12000/kiln-controller/blob/main/docs/pid_tuning.md) if you end up having to manually tune.
There is a state view that can help with tuning. It shows the P,I, and D parameters over time plus allows for a csv dump of data collected. It also shows lots of other details that might help with troubleshooting issues. Go to /state.
## Usage
### Server Startup