From b8971412126b72fee22adb26ef69d2371b517426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Thu, 30 Jan 2025 11:45:15 +0100 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f355530..4181836 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,19 @@ It has been developed with: - [podman](https://podman.io/): because containers are fancy - [QEMU (avr)](https://qemu-project.gitlab.io/qemu/system/target-avr.html): QEMU can even make toast! +## Future developments + +### Live assets kpi collection + +Realtime data usage is collected via a daemon connected over TCP to the Commandstation-EX and recorded for every asset with a DCC address. + +### Asset lifecycle + +Data is collected to compute the asset usage and then the wear level of its components (eg. the engine) + +### Required mainentance forecast + +Eventually data is used to "forecast" any required maintenance, like for example the replacement of carbon brushes, gear and motor oiling. ## Requirements @@ -57,7 +70,7 @@ It has been developed with: ### Using containers -coming soon +Do it yourself, otherwise, raise a request :) ### Manual installation