diff --git a/README.md b/README.md index 65800b1..53107ba 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ With FicsitRemoteMonitoring plugin, make sure you boot the http server `/frmweb Configured to view dashboards and alerts including: ## Production overview -![production overview](resources/global-production.png) +![production overview](resources/global-production-1.png) +![production overview 2](resources/global-production-2.png) View global production stats - current vs max production, and production/consumption per item, over time. @@ -14,6 +15,7 @@ View overconsumption/underproduction alerts so your factories can stay efficient ## Power grid ![power-grid](resources/power.png) +![power-grid-2](resources/power2.png) Overview of power and battery, as well as a map of what locations the power grid is serving. @@ -26,6 +28,7 @@ View drone paths, round trip times, and battery consumption rates. ## Trains ![trains](resources/trains.png) +![trains2](resources/trains2.png) View train paths, timetables, round trip times, and station travel times. Timeseries allows you to view how changes to tracks or added trains affect station travel times. @@ -42,9 +45,16 @@ View drop pod locations of opened vs unopened drop pods, using a map that update ## Factory Production ![factory-production](resources/factory-production.png) +![factory-production-2](resources/factory-production2.png) Inspect a square grid subsection of production buildings. Allows you to inspect the group's production vs consumption rates. +## Machine Efficiency +![efficiency](resources/efficiency1.png) +![efficiency2](resources/efficiency2.png) + +Inspect machines' efficiency for producting specific items. Heatmap of color from red to green indicates 0-100% efficiency. + ## Storage ![storage](resources/storage.png) diff --git a/resources/drones.png b/resources/drones.png index d2fbdec..b4459c1 100644 Binary files a/resources/drones.png and b/resources/drones.png differ diff --git a/resources/drop-pods.png b/resources/drop-pods.png index d884e8f..9639fc5 100644 Binary files a/resources/drop-pods.png and b/resources/drop-pods.png differ diff --git a/resources/efficiency1.png b/resources/efficiency1.png new file mode 100644 index 0000000..a823f0c Binary files /dev/null and b/resources/efficiency1.png differ diff --git a/resources/efficiency2.png b/resources/efficiency2.png new file mode 100644 index 0000000..73faeb4 Binary files /dev/null and b/resources/efficiency2.png differ diff --git a/resources/factory-production.png b/resources/factory-production.png index adde7e1..6598fd1 100644 Binary files a/resources/factory-production.png and b/resources/factory-production.png differ diff --git a/resources/factory-production2.png b/resources/factory-production2.png new file mode 100644 index 0000000..d588b16 Binary files /dev/null and b/resources/factory-production2.png differ diff --git a/resources/global-production-1.png b/resources/global-production-1.png new file mode 100644 index 0000000..9fbfd21 Binary files /dev/null and b/resources/global-production-1.png differ diff --git a/resources/global-production-2.png b/resources/global-production-2.png new file mode 100644 index 0000000..cdab568 Binary files /dev/null and b/resources/global-production-2.png differ diff --git a/resources/global-production.png b/resources/global-production.png deleted file mode 100644 index 2c24ea8..0000000 Binary files a/resources/global-production.png and /dev/null differ diff --git a/resources/power.png b/resources/power.png index dde688e..efd44ed 100644 Binary files a/resources/power.png and b/resources/power.png differ diff --git a/resources/power2.png b/resources/power2.png new file mode 100644 index 0000000..c0d8259 Binary files /dev/null and b/resources/power2.png differ diff --git a/resources/storage.png b/resources/storage.png index 339e3d0..0567abc 100644 Binary files a/resources/storage.png and b/resources/storage.png differ diff --git a/resources/trains.png b/resources/trains.png index 54e2a87..7ccb045 100644 Binary files a/resources/trains.png and b/resources/trains.png differ diff --git a/resources/trains2.png b/resources/trains2.png new file mode 100644 index 0000000..046e8fb Binary files /dev/null and b/resources/trains2.png differ diff --git a/resources/trucks.png b/resources/trucks.png index d951019..db814eb 100644 Binary files a/resources/trucks.png and b/resources/trucks.png differ