From 4e042e9776a7cbf92a08a7c4d1cad014585c947a Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sun, 18 Dec 2022 12:45:48 -0500 Subject: [PATCH] Add a roadmap to keep plans in place --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2020c4f..ee05d17 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +* 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. \ No newline at end of file