1 Commits

Author SHA1 Message Date
Patrick McDonagh
0fe4826e39 Adds channels 2018-08-10 15:13:55 -05:00
2 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
name,subTitle,defaultValue,dataType
gpm_flow,GPM Flow Rate,,number
run_status,Run Status,,number
bpd_flow,BPD Flow Rate,,number
gal_total,Total Gallons Today,,number
bbl_total,Barrel Total Today,,number
low_flow_gpm,Low Flow Setpoint,10,number
gal_total_yesterday,Gal Total Yesterday,0,number
bbl_total_yesterday,BBL Total Yesterday,0,number
setrawmin,Set Raw Min Scaling,,number
setrawmax,Set Raw Max Scaling,,number
setgpmmin,Set GPM Min Scaling,,number
setgpmmax,Set GPM Max Scaling,,number
log,Log,,string
gal_total_lastmonth,Last Month Total Gallons,,number
bbl_total_lastmonth,Barrel Total Last Month,,number
gal_total_thismonth,Gallons This Month,,number
bbl_total_thismonth,Barrel Total This Month,,number
resetdatabase,Reset Database Command,,string
public_ip_address,Public IP Address,Unknown,string
cost_per_bbl,Cost per BBL,0,number
cost_lastmonth,Cost Last Month,,number
cost_thismonth,Cost This Month,,number
startcmd,Start Command,,string
stopcmd,Stop Command,,string
setgpmignorelimit,Set GPM Ignore Limit,1,number
start_stop_enabled,Start/ Stop Enabled,TRUE,string
psi_pressure,Pressure Transmitter,,number
psi_pressure_enabled,Pressure Transmitter Enabled,FALSE,string
setpressurerawmin,Set Pressure Raw Min Scaling,,number
setpressurerawmax,Set Pressure Raw Max Scaling,,number
setpressurepsimin,Set Pressure PSI Min,,number
setpressurepsimax,Set Pressure PSI Max,,number
1 name subTitle defaultValue dataType
2 gpm_flow GPM Flow Rate number
3 run_status Run Status number
4 bpd_flow BPD Flow Rate number
5 gal_total Total Gallons Today number
6 bbl_total Barrel Total Today number
7 low_flow_gpm Low Flow Setpoint 10 number
8 gal_total_yesterday Gal Total Yesterday 0 number
9 bbl_total_yesterday BBL Total Yesterday 0 number
10 setrawmin Set Raw Min Scaling number
11 setrawmax Set Raw Max Scaling number
12 setgpmmin Set GPM Min Scaling number
13 setgpmmax Set GPM Max Scaling number
14 log Log string
15 gal_total_lastmonth Last Month Total Gallons number
16 bbl_total_lastmonth Barrel Total Last Month number
17 gal_total_thismonth Gallons This Month number
18 bbl_total_thismonth Barrel Total This Month number
19 resetdatabase Reset Database Command string
20 public_ip_address Public IP Address Unknown string
21 cost_per_bbl Cost per BBL 0 number
22 cost_lastmonth Cost Last Month number
23 cost_thismonth Cost This Month number
24 startcmd Start Command string
25 stopcmd Stop Command string
26 setgpmignorelimit Set GPM Ignore Limit 1 number
27 start_stop_enabled Start/ Stop Enabled TRUE string
28 psi_pressure Pressure Transmitter number
29 psi_pressure_enabled Pressure Transmitter Enabled FALSE string
30 setpressurerawmin Set Pressure Raw Min Scaling number
31 setpressurerawmax Set Pressure Raw Max Scaling number
32 setpressurepsimin Set Pressure PSI Min number
33 setpressurepsimax Set Pressure PSI Max number

33
channels_flowmonitor.csv Normal file
View File

@@ -0,0 +1,33 @@
id,name,deviceTypeId,fromMe,io,subTitle,helpExplanation,channelType,dataType,defaultValue,regex,regexErrMsg,units,min,max,change,guaranteedReportPeriod,minReportTime
13163,gpm_flow,433,FALSE,readonly,GPM Flow Rate,Flow Rate in Gallons per Minute,device,float,,,,,,,,,
13164,run_status,433,FALSE,readonly,Run Status,Status of Digital Input 1,device,integer,,,,,,,,,
13165,bpd_flow,433,FALSE,readonly,BPD Flow Rate,Flow Rate in Barrels per Day,device,float,,,,,,,,,
13166,gal_total,433,FALSE,readonly,Total Gallons Today,Total Gallons flowed today,device,float,,,,,,,,,
13167,bbl_total,433,FALSE,readonly,Barrel Total Today,Total Barrels flowed today,device,float,,,,,,,,,
13168,low_flow_gpm,433,FALSE,readwrite,Low Flow Setpoint,in Gallons per Minute,user input,float,10,,,,,,,,
13169,gal_total_yesterday,433,FALSE,readonly,Gal Total Yesterday,Gallons from Midnight to Midnight,device,float,0,,,,,,,,
13170,bbl_total_yesterday,433,FALSE,readonly,BBL Total Yesterday,BBL from Midnight to Midnight,device,float,0,,,,,,,,
13256,setrawmin,433,FALSE,readwrite,Set Raw Min Scaling,raw value,device,float,,,,,,,,,
13257,setrawmax,433,FALSE,readwrite,Set Raw Max Scaling,raw value,device,float,,,,,,,,,
13258,setgpmmin,433,FALSE,readwrite,Set GPM Min Scaling,GPM Value,device,float,,,,,,,,,
13259,setgpmmax,433,FALSE,readwrite,Set GPM Max Scaling,GPM Value,device,float,,,,,,,,,
13260,log,433,FALSE,readwrite,Log,Log,device,string,,,,,,,,,
13310,gal_total_lastmonth,433,FALSE,readonly,Last Month Total Gallons,in Gallons,device,float,,,,,,,,,
13311,bbl_total_lastmonth,433,FALSE,readonly,Barrel Total Last Month,in BBL,device,float,,,,,,,,,
13312,gal_total_thismonth,433,FALSE,readonly,Gallons This Month,in Gallons,device,float,,,,,,,,,
13313,bbl_total_thismonth,433,FALSE,readonly,Barrel Total This Month,in BBL,device,float,,,,,,,,,
13314,resetdatabase,433,FALSE,readwrite,Reset Database Command,Command to reset the database on the M1,device,string,,,,,,,,,
13315,public_ip_address,433,FALSE,readonly,Public IP Address,Address of the M1,device,string,Unknown,,,,,,,,
13316,cost_per_bbl,433,FALSE,readwrite,Cost per BBL,Selling cost per bbl in dollars,user input,float,0,,,,,,,,
13317,cost_lastmonth,433,FALSE,readonly,Cost Last Month,Last Month BBL cost in Dollars,device,float,,,,,,,,,
13318,cost_thismonth,433,FALSE,readonly,Cost This Month,Cost This months in dollars,device,float,,,,,,,,,
13362,startcmd,433,FALSE,readwrite,Start Command,Starts well if wired for remote start,device,string,,,,,,,,,
13363,stopcmd,433,FALSE,readwrite,Stop Command,Stops the well if wired to stop,device,string,,,,,,,,,
13364,setgpmignorelimit,433,FALSE,readwrite,Set GPM Ignore Limit,Value at which GPM will be effectively 0,device,float,1,,,,,,,,
13365,start_stop_enabled,433,FALSE,readwrite,Start/ Stop Enabled,The device is equipped with a start/stop relay,user input,string,TRUE,,,,,,,,
13635,psi_pressure,433,FALSE,readonly,Pressure Transmitter,in PSI,device,float,,,,,,,,,
13637,psi_pressure_enabled,433,FALSE,readwrite,Pressure Transmitter Enabled,Pressure Transmitter Enabled,user input,string,FALSE,,,,,,,,
13638,setpressurerawmin,433,FALSE,readwrite,Set Pressure Raw Min Scaling,in V,device,float,,,,,,,,,
13639,setpressurerawmax,433,FALSE,readwrite,Set Pressure Raw Max Scaling,in V,device,float,,,,,,,,,
13640,setpressurepsimin,433,FALSE,readwrite,Set Pressure PSI Min,in PSI,device,float,,,,,,,,,
13641,setpressurepsimax,433,FALSE,readwrite,Set Pressure PSI Max,in PSI,device,float,,,,,,,,,
1 id name deviceTypeId fromMe io subTitle helpExplanation channelType dataType defaultValue regex regexErrMsg units min max change guaranteedReportPeriod minReportTime
2 13163 gpm_flow 433 FALSE readonly GPM Flow Rate Flow Rate in Gallons per Minute device float
3 13164 run_status 433 FALSE readonly Run Status Status of Digital Input 1 device integer
4 13165 bpd_flow 433 FALSE readonly BPD Flow Rate Flow Rate in Barrels per Day device float
5 13166 gal_total 433 FALSE readonly Total Gallons Today Total Gallons flowed today device float
6 13167 bbl_total 433 FALSE readonly Barrel Total Today Total Barrels flowed today device float
7 13168 low_flow_gpm 433 FALSE readwrite Low Flow Setpoint in Gallons per Minute user input float 10
8 13169 gal_total_yesterday 433 FALSE readonly Gal Total Yesterday Gallons from Midnight to Midnight device float 0
9 13170 bbl_total_yesterday 433 FALSE readonly BBL Total Yesterday BBL from Midnight to Midnight device float 0
10 13256 setrawmin 433 FALSE readwrite Set Raw Min Scaling raw value device float
11 13257 setrawmax 433 FALSE readwrite Set Raw Max Scaling raw value device float
12 13258 setgpmmin 433 FALSE readwrite Set GPM Min Scaling GPM Value device float
13 13259 setgpmmax 433 FALSE readwrite Set GPM Max Scaling GPM Value device float
14 13260 log 433 FALSE readwrite Log Log device string
15 13310 gal_total_lastmonth 433 FALSE readonly Last Month Total Gallons in Gallons device float
16 13311 bbl_total_lastmonth 433 FALSE readonly Barrel Total Last Month in BBL device float
17 13312 gal_total_thismonth 433 FALSE readonly Gallons This Month in Gallons device float
18 13313 bbl_total_thismonth 433 FALSE readonly Barrel Total This Month in BBL device float
19 13314 resetdatabase 433 FALSE readwrite Reset Database Command Command to reset the database on the M1 device string
20 13315 public_ip_address 433 FALSE readonly Public IP Address Address of the M1 device string Unknown
21 13316 cost_per_bbl 433 FALSE readwrite Cost per BBL Selling cost per bbl in dollars user input float 0
22 13317 cost_lastmonth 433 FALSE readonly Cost Last Month Last Month BBL cost in Dollars device float
23 13318 cost_thismonth 433 FALSE readonly Cost This Month Cost This months in dollars device float
24 13362 startcmd 433 FALSE readwrite Start Command Starts well if wired for remote start device string
25 13363 stopcmd 433 FALSE readwrite Stop Command Stops the well if wired to stop device string
26 13364 setgpmignorelimit 433 FALSE readwrite Set GPM Ignore Limit Value at which GPM will be effectively 0 device float 1
27 13365 start_stop_enabled 433 FALSE readwrite Start/ Stop Enabled The device is equipped with a start/stop relay user input string TRUE
28 13635 psi_pressure 433 FALSE readonly Pressure Transmitter in PSI device float
29 13637 psi_pressure_enabled 433 FALSE readwrite Pressure Transmitter Enabled Pressure Transmitter Enabled user input string FALSE
30 13638 setpressurerawmin 433 FALSE readwrite Set Pressure Raw Min Scaling in V device float
31 13639 setpressurerawmax 433 FALSE readwrite Set Pressure Raw Max Scaling in V device float
32 13640 setpressurepsimin 433 FALSE readwrite Set Pressure PSI Min in PSI device float
33 13641 setpressurepsimax 433 FALSE readwrite Set Pressure PSI Max in PSI device float