From 9c1d90bf288c6e0b238a59a15bfc9e47b77f02a3 Mon Sep 17 00:00:00 2001 From: Eugene Crosser Date: Tue, 29 Dec 2015 02:26:21 +0300 Subject: [PATCH] describe mechanical(?) glitch in the NOTES --- NOTES | 30 ++++++++++++++++++++++++++++++ web/index.html | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/NOTES b/NOTES index 97c40c2..6a5a7f0 100644 --- a/NOTES +++ b/NOTES @@ -205,3 +205,33 @@ NUCLEO-L053R8 (STM32L053R8T6) http://www.st.com/web/en/catalog/tools/FM116/SC959/SS1532/LN1847/PF260001 X-NUCLEO-IDB05A1 (SPBTLE-RF) http://www.st.com/web/catalog/tools/FM146/CL2167/SC2006/LN1988/PF262191 + +=================== +Apparent hardware glitch: + +| 2015-12-28 05:48:47 | 95 | +| 2015-12-28 06:19:15 | 96 | +| 2015-12-28 06:22:01 | 97 | +| 2015-12-28 06:24:48 | 98 | +| 2015-12-28 06:27:35 | 99 | +| 2015-12-28 06:30:23 | 100 | +| 2015-12-28 06:33:10 | 101 | +| 2015-12-28 06:35:57 | 102 | +>> +| 2015-12-28 06:56:49 | 103 | +| 2015-12-28 06:56:52 | 104 | +| 2015-12-28 06:56:54 | 105 | +| 2015-12-28 06:56:56 | 106 | +| 2015-12-28 06:56:57 | 107 | +| 2015-12-28 06:56:59 | 108 | +| 2015-12-28 06:57:01 | 109 | +| 2015-12-28 06:57:02 | 110 | +<< +| 2015-12-28 09:34:24 | 111 | +| 2015-12-28 09:35:11 | 112 | +| 2015-12-28 18:53:29 | 113 | + +selected eight lines are bogus. Mechanical counter reading is less by +eight than counted by the software. Apparently triggered by high flow +of hot water (still definitely not 500 l/min high!). + diff --git a/web/index.html b/web/index.html index ca76aaa..9181b79 100644 --- a/web/index.html +++ b/web/index.html @@ -56,7 +56,7 @@ else { /* ~ one month */ /* TODO: make this a separate case with loop over months rather than fixed number of seconds. */ - inc = 2592000; + inc = 86400; inc2 = 2592000; label = tomonth; } -- 2.39.2