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
--- a/RdDS18B20.h	Tue Mar 03 17:36:24 2015 +0000
+++ b/RdDS18B20.h	Mon Sep 28 10:33:14 2015 +0000
@@ -15,7 +15,7 @@
     void ReqConvert();
     double ReadTemperature(int addrIdx);
     void DebugPrintAddress(int addrIdx);
-    void SearchToGetAddresses();
+    int SearchToGetAddresses();
     int GetNumAddresses()
     {
         return _numValidAddresses;