Updated ekko report

This commit is contained in:
Nico Melone
2025-01-21 10:30:53 -06:00
parent f8f4d54334
commit a4b3737049
7 changed files with 26907 additions and 8 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -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"
] ]

View 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"
}
]

File diff suppressed because one or more lines are too long