@@ -65,15 +65,27 @@ const char *firmware_version = {"4.1.6"};
65
65
emonhub.conf node decoder:
66
66
See: https://github.com/openenergymonitor/emonhub/blob/emon-pi/configuration.md
67
67
68
+ For 1x external sensor (default):
68
69
[[23]]
69
- nodename = emonTH_5
70
- firmware = V2.x_emonTH_DHT22_DS18B20_RFM69CW_Pulse
71
- hardware = emonTH_(Node_ID_Switch_DIP1:OFF_DIP2:OFF)
70
+ nodename = emonth2_23
72
71
[[[rx]]]
73
72
names = temperature, external temperature, humidity, battery, pulseCount
74
73
datacodes = h,h,h,h,L
75
74
scales = 0.1,0.1,0.1,0.1,1
76
75
units = C,C,%,V,p
76
+
77
+ For 4x external sensors (#define EXTERNAL_TEMP_SENSORS 4):
78
+
79
+ [[23]]
80
+ nodename = emonth2_23
81
+ [[[rx]]]
82
+ names = temperature, external temperature1, external temperature2, external temperature3, external temperature4, humidity, battery, pulsecount
83
+ datacodes = h, h, h, h, h, h, h, L
84
+ scales = 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 1.0
85
+ units = C, C, C, C, C, %, V, p
86
+
87
+
88
+
77
89
*/
78
90
// -------------------------------------------------------------------------------------------------------------
79
91
0 commit comments