Updated ekko report
This commit is contained in:
26509
Code Snippets/updateTelemetry.ipynb
Normal file
26509
Code Snippets/updateTelemetry.ipynb
Normal file
File diff suppressed because it is too large
Load Diff
BIN
EKKO Reports/ACW Daily Report Template.pdf
Normal file
BIN
EKKO Reports/ACW Daily Report Template.pdf
Normal file
Binary file not shown.
@@ -341,16 +341,16 @@
|
|||||||
"chart.x_axis.scaling.min = datetime_min\n",
|
"chart.x_axis.scaling.min = datetime_min\n",
|
||||||
"chart.x_axis.scaling.max = datetime_max\n",
|
"chart.x_axis.scaling.max = datetime_max\n",
|
||||||
"chart.x_axis.number_format = 'hh:mm'\n",
|
"chart.x_axis.number_format = 'hh:mm'\n",
|
||||||
"reportsheet[\"B9\"] = dt.fromtimestamp(getTime(time)[0]/1000).strftime('%m/%d/%Y')\n",
|
"reportsheet[\"B3\"].value = dt.fromtimestamp(getTime(time)[0]/1000).strftime('%m/%d/%Y')\n",
|
||||||
"reportsheet[\"B10\"] = \"Test Well Name\"\n",
|
"reportsheet[\"B4\"] = \"Test Well Name\"\n",
|
||||||
"reportsheet[\"B11\"] = \"Test Well Lead\"\n",
|
"reportsheet[\"B5\"] = \"Test Well Lead\"\n",
|
||||||
"reportsheet[\"B12\"] = \"Test COPA Lead\"\n",
|
"reportsheet[\"B6\"] = \"Test COPA Lead\"\n",
|
||||||
"reportsheet[\"B13\"] = \"Test Job Name\"\n",
|
"reportsheet[\"B7\"] = \"Test Job Name\"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"reportsheet[\"B16\"]= \"Test Events or Spills\"\n",
|
"reportsheet[\"B10\"]= \"Test Events or Spills\"\n",
|
||||||
"reportsheet[\"B18\"] = \"Test Issues\"\n",
|
"reportsheet[\"B12\"] = \"Test Issues\"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"reportsheet[\"E10\"] = \"A very large summary test text to put into perspective the amount\\n of work that is having to be done to this sheet\\n for this to work\"\n",
|
"reportsheet[\"E4\"] = \"A very large summary test text to put into perspective the amount\\n of work that is having to be done to this sheet\\n for this to work\"\n",
|
||||||
"# Close the Pandas Excel writer and output the Excel file.\n",
|
"# Close the Pandas Excel writer and output the Excel file.\n",
|
||||||
"writer.close()\n"
|
"writer.close()\n"
|
||||||
]
|
]
|
||||||
Binary file not shown.
Binary file not shown.
35
Report Generator/RRig Monthly/config.json
Normal file
35
Report Generator/RRig Monthly/config.json
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"emails": [
|
||||||
|
"nmelone@henry-pump.com"
|
||||||
|
],
|
||||||
|
"customers": {
|
||||||
|
"4d4058a0-b25d-11ef-861c-8dbe77c636e1": {
|
||||||
|
"name": "RRig Energy",
|
||||||
|
"deviceTypes": [
|
||||||
|
{
|
||||||
|
"deviceType": "rr_facility",
|
||||||
|
"dataPoints": [
|
||||||
|
"tp_yesterday_total"
|
||||||
|
],
|
||||||
|
"labels":{
|
||||||
|
"tp_yesterday_total": "Today Total"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"deviceType": "rr_pipeline",
|
||||||
|
"dataPoints": [
|
||||||
|
"fm_1_yesterday_total"
|
||||||
|
],
|
||||||
|
"labels":{
|
||||||
|
"fm_1_yesterday_total": "Today Total"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"filterDevicesIn": [],
|
||||||
|
"filterDevicesOut": ["9fd75630-c924-11ef-8af2-917752fdfd64","55dd5960-c949-11ef-a206-4f9798eaa111", "21cebee0-bcb3-11ef-82e8-957b60666c9e"],
|
||||||
|
"name": "RRig-Eneryg-Monthly-Report"
|
||||||
|
}
|
||||||
|
]
|
||||||
355
Report Generator/RRig Monthly/report.ipynb
Normal file
355
Report Generator/RRig Monthly/report.ipynb
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user