Add a roadmap to keep plans in place

This commit is contained in:
Skylar Grant 2022-12-18 12:45:48 -05:00
parent 7a8b037e06
commit 4e042e9776
1 changed files with 7 additions and 1 deletions

View File

@ -38,4 +38,10 @@ For ease of adaption, connection, and prototyping I've decided to use Cat 5 ethe
* Run with `node main.js > log.txt &` to launch it in the background, piping output to a file `log.txt` which can be read from later.
* Pause the script by creating a file named `pause` in the root directory.
* Reload the environment variables by creating a file named `reload` in the root directory.
* Quit the script by creating a file named `quit` in the root directory.
* Quit the script by creating a file named `quit` in the root directory.
# Roadmap
* v0.1 - Get the pellet stove operating at a basic level. Only implements the auger relay and no safeties.
* v0.2 - Implement safety switches and put the igniter and combustion blowers on relays controlled by the Pi.
* v0.3 - Implement the HTTP module to allow controlling the stove from the LAN.
* v0.4 - Implement usage logging with a SQL database.