####################################################################### ####################### emonhub.conf ######################### ####################################################################### ### emonHub configuration file, for info see documentation: ### http://github.com/openenergymonitor/emonhub/blob/emon-pi/configuration.md ####################################################################### ####################### emonHub settings ####################### ####################################################################### [hub] ### loglevel must be one of DEBUG, INFO, WARNING, ERROR, and CRITICAL loglevel = DEBUG ### Uncomment this to also send to syslog # use_syslog = yes ####################################################################### ####################### Interfacers ####################### ####################################################################### [interfacers] ### This interfacer manages the RFM12Pi/RFM69Pi/emonPi module [[RFM2Pi]] Type = EmonHubJeeInterfacer [[[init_settings]]] com_port = /dev/ttyAMA0 com_baud = 38400 # 9600 for old RFM12Pi [[[runtimesettings]]] pubchannels = ToEmonCMS, subchannels = ToRFM12, group = 210 frequency = 433 baseid = 5 # emonPi / emonBase nodeID quiet = true # Disable quite mode (default enabled) to enable RF packet debugging, show packets which fail crc calibration = 110V # (UK/EU: 230V, US: 110V) # interval = 0 # Interval to transmit time to emonGLCD (seconds) [[emoncmsorg]] Type = EmonHubEmoncmsHTTPInterfacer [[[init_settings]]] [[[runtimesettings]]] pubchannels = ToRFM12, subchannels = ToEmonCMS, url = http://emoncms.mydomain.com apikey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx senddata = 1 # Enable sending data to Emoncms.org sendstatus = 0 # Enable sending WAN IP to Emoncms.org MyIP > https://emoncms.org/myip/list sendinterval= 5 # Bulk send interval to Emocnms.org in seconds ####################################################################### ####################### Nodes ####################### ####################################################################### [nodes] ## See config user guide: http://github.com/openenergymonitor/emonhub/blob/master/configuration.md [[5]] nodename = emonpi [[[rx]]] names = power1,power2,power1pluspower2,vrms,t1,t2,t3,t4,t5,t6,pulsecount datacodes = h, h, h, h, h, h, h, h, h, h, L scales = 1,1,1,0.01,0.1,0.1,0.1,0.1,0.1,0.1,1 units = W,W,W,V,C,C,C,C,C,C,p [[19]] nodename = attic_temp_probes hardware = emonTH_(Node_ID_Switch_DIP1:OFF_DIP2:OFF) firmware = emonTH_dual_DS18B20_and_DS18B20_in_DHT22_Socket [[[rx]]] names = temperature, external temperature, battery, internalTemp datacode = h scales = 0.1,0.1,0.1,0.1 units = F,F,V,F [[21]] nodename = garage_temp firmware = emonTH_V2_garage_temps hardware = emonTH_(Node_ID_Switch_DIP1:OFF_DIP2:OFF) [[[rx]]] names = temperature, external temperature, humidity, battery, pulseCount datacodes = h,h,h,h,L scales = 0.1,0.1,0.1,0.1,1 units = F,F,%,V,p [[23]] nodename = irrigation_water_meter firmware = moteino_RFM69HW_Pulse_RJS_Irrigation_Meter hardware = moteino_R4 [[[rx]]] names = GAL, GPM, GLM datacodes = f,f,f scales = 1,1,1 units = G,G,G [[24]] nodename = pool_temps firmware = emonTH_V2_pool_temps hardware = emonTH_(Node_ID_Switch_DIP1:OFF_DIP2:OFF) [[[rx]]] names = temperature, external temperature, humidity, battery, pulseCount datacodes = h,h,h,h,L scales = 0.1,0.1,0.1,0.1,1 units = F,F,%,V,p [[25]] nodename = pool_level firmware =moteino_Pool_Water_Level_Sensor_ETAPE_digital hardware = moteino_eTape_RF69HW [[[rx]]] names = resistance, battery, level datacode = h scales = 1,0.1,1 units = O,V [[26]] nodename = house_water_meter firmware = moteino_RFM69HW_Pulse_RJS_House_Meter hardware = moteino_R4 [[[rx]]] names = GAL, GPM, GLM datacodes = f,f,f scales = 1,1,1 units = G,G,G [[27]] nodename = pool_control_box firmware = moteino-r5_DS18B20_PSI_RFM69HW_RJS-Pool_Control_Box hardware = moteino_R5 [[[rx]]] names = TEMP, PSI datacode = h scales = 1,1 units = F,P [[28]] nodename = pool_water_meter firmware = moteino_RFM69HW_Pulse_RJS_Pool_Meter hardware = moteino_R5 [[[rx]]] names = GAL, GPM, GLM datacodes = f,f,f scales = 1,1,1 units = G,G,G