From 7e9a87ad3fd3e404b18419260065524ef2f7d3a0 Mon Sep 17 00:00:00 2001 From: willwheeler Date: Thu, 18 Jun 2026 20:39:59 +0000 Subject: [PATCH] Update Home --- Home.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index 36b9f9f..341451f 100644 --- a/Home.md +++ b/Home.md @@ -4,11 +4,11 @@ Python forecasting scripts plus a browser dashboard for validating BACnet trend --- -## On this page (summaries) +## On this page - [Overview & quick start](#overview--quick-start) - [Pipeline](#pipeline) -- [forecast.py](#forecastpy) +- [forecast.py](#forecastpy) - [forecast_comp.py](#forecast_comppy) - [forecast_output.json](#forecast_outputjson) - [test.php dashboard](#testphp-dashboard) @@ -52,7 +52,7 @@ Or open `test.php`, load sample or live data, then click **Load forecast**. |-----------|---------|--------| | `sample=1` | `?sample=1` | Use sample JS; no live fetch | | `forecast=1` | `?forecast=1` | Auto-load `forecast_output.json` | -| `interval=N` | `?interval=24` | Live trend window (8-36 hours) breaks at 37 right now (too much data i think) | +| `interval=N` | `?interval=24` | Live trend window (8–72 hours) | | `keyid=N` | `?keyid=1` | Override automation-server id | | `embed=1` | `?embed=1` | Minimal header (iframe) |