added docs about watcher

pull/59/merge
jbruce12000 2022-05-22 16:10:45 -04:00
rodzic 9854af6f05
commit 1e736908bc
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -110,6 +110,10 @@ of your PI and the port defined in config.py (default 8081).
In config.py, set **simulate=True**. Start the server and select a profile and click Start. Simulations run at near real time.
### Watcher
If you're busy and do not want to sit around watching the web interface for problems, there is a watcher.py script which you can run on any machine in your local network or even on the raspberry pi which will watch the kiln-controller process to make sure it is running a schedule, and staying within a pre-defined temperature range. When things go bad, it sends messages to a slack channel you define. I have alerts set on my android phone for that specific slack channel.
## License
This program is free software: you can redistribute it and/or modify