Monitor for central heating system (e.g. 2zones+hw) Supports up to 15 temp probes (DS18B20/DS18S20) 3 valve monitors Gas pulse meter recording Use stand-alone or with nodeEnergyServer See http://robdobson.com/2015/09/central-heating-monitor

Dependencies:   EthernetInterfacePlusHostname NTPClient Onewire RdWebServer SDFileSystem-RTOS mbed-rtos mbed-src

Revision:
16:89778849e9f7
Parent:
9:0e103c2f869a
Child:
20:7933076df5af
diff -r 29902a6b3c89 -r 89778849e9f7 Thermometers.h
--- a/Thermometers.h	Tue Mar 03 17:36:24 2015 +0000
+++ b/Thermometers.h	Mon Sep 28 10:33:14 2015 +0000
@@ -37,6 +37,10 @@
     // Counters for state machine
     int _countForThermReadings;
     int _countForGetThermometerAddresses;
+    
+    // DEBUG
+    int _failReadCount;
+    int _failAddrCount;
 };
 
 #endif