From b4ed08f71222b3324f29865ce0d1b73ec13ee137 Mon Sep 17 00:00:00 2001 From: Goetz Goerisch Date: Mon, 12 Jan 2026 11:07:52 +0100 Subject: [PATCH 1/4] fix: remove old gateway description Signed-off-by: Goetz Goerisch --- Gateway.md | 4 +--- Server.md | 4 ++-- Specs/Fairs.md | 1 + 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Gateway.md b/Gateway.md index 794c761..7c2eba6 100644 --- a/Gateway.md +++ b/Gateway.md @@ -3,9 +3,7 @@ To connect your local OPC UA server to the umati.app the initiative provides a software gateway. This gateway subscribes via OPC UA (Client/Server; TCP Binary) to your server and publishes the information to an MQTT broker. -~~This [gateway](https://github.com/umati/Dashboard-OPCUA-Client) is provided as an open source version based on [open62541](https://open62541.org) and currently uses a _custom_ JSON encoding for the payload. It is planned to migrate to OPC UA part 14 JSON encoding and defined topic tree, as soon as v1.05.03 is published.~~ - -A new version of the [gateway](https://github.com/umati/umatiGateway) is provided as an open source version based on [OPC UA .NET Standard Stack](https://github.com/OPCFoundation/UA-.NETStandard) and currently uses a _custom_ JSON encoding for the payload. The umati core team currently migrate the encoding to OPC UA part 14 UA JSON encoding and a defined topic tree. +The [uamtiGateway](https://github.com/umati/umatiGateway) is provided as an open source version based on [OPC UA .NET Standard Stack](https://github.com/OPCFoundation/UA-.NETStandard) and uses the UA JSON encoding to OPC UA part 14 and a defined topic tree. ## Architecture diff --git a/Server.md b/Server.md index d26c2ff..f71a059 100644 --- a/Server.md +++ b/Server.md @@ -50,10 +50,10 @@ We define a well-known entry point (Machines, nsu= | | METAV | METAV | | | SPS | SPS Nürnberg | | +| TMTS | TMTS Taiwan | | | VIRTUAL | Permanent virtual fair | | From 4166f88d50ef38711bffc652cc73e12be3646220 Mon Sep 17 00:00:00 2001 From: Goetz Goerisch Date: Mon, 12 Jan 2026 11:08:15 +0100 Subject: [PATCH 2/4] refactor: linting Signed-off-by: Goetz Goerisch --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 99868be..3a11b49 100644 --- a/index.md +++ b/index.md @@ -80,7 +80,7 @@ This documentation is versioned, as some content details will be delivered later | [Geometrical Measuring Systems](Specs/GeometricalMeasuringSystems.md) | GMS | Adds specification page | [49c11bc](https://github.com/umati/Showcase/commit/49c11bc70113b8ceb4ea718e8cef5e27dd9ec5ff) | | [PlasticsRubber](Specs/PlasticsRubber.md) | PlasticsRubber | Adds specifications 40077, 40079 RC, 40082-1, 40082-2, 40082-3, 40084-2, 40084-11, PRGeneric | [5c95751](https://github.com/umati/Showcase/commit/5c95751e6a9220ed2fdda5f030d841a8b22e944b) | | [LaserSystems](Specs/Laser.md) | LaserSystems | Adds specification 40530 | [8391639](https://github.com/umati/Showcase/commit/839163922925d93c733563f6c99b133f2ccc120c) | -| [TextileTestingDevices](Specs/TTD.md) | Textile Testing Devices | Adds specification 40444 | [d7dd188](https://github.com/umati/Showcase/commit/d7dd18858a1d67414c98c4aa3d3535a87f5e7dec) | +| [TextileTestingDevices](Specs/TTD.md) | Textile Testing Devices | Adds specification 40444 | [d7dd188](https://github.com/umati/Showcase/commit/d7dd18858a1d67414c98c4aa3d3535a87f5e7dec) | ## Demonstrator story umati showcase From 64c1609256c9b72706dbf96a2515f6933ba85729 Mon Sep 17 00:00:00 2001 From: Goetz Goerisch Date: Mon, 12 Jan 2026 11:10:05 +0100 Subject: [PATCH 3/4] fix: do not persist credentials on checkout Signed-off-by: Goetz Goerisch --- .github/workflows/linter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 117775d..bd95931 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -39,6 +39,7 @@ jobs: # Full git history is needed to get a proper list # of changed files within `super-linter` fetch-depth: 0 + persist-credentials: false ################################ # Run Linter against code base # From b1d131081ff22b7ecfc3ce4207d411ffed1a3e32 Mon Sep 17 00:00:00 2001 From: Goetz Goerisch Date: Mon, 12 Jan 2026 11:12:13 +0100 Subject: [PATCH 4/4] fix wording Signed-off-by: Goetz Goerisch --- Gateway.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gateway.md b/Gateway.md index 7c2eba6..2c800a9 100644 --- a/Gateway.md +++ b/Gateway.md @@ -3,7 +3,7 @@ To connect your local OPC UA server to the umati.app the initiative provides a software gateway. This gateway subscribes via OPC UA (Client/Server; TCP Binary) to your server and publishes the information to an MQTT broker. -The [uamtiGateway](https://github.com/umati/umatiGateway) is provided as an open source version based on [OPC UA .NET Standard Stack](https://github.com/OPCFoundation/UA-.NETStandard) and uses the UA JSON encoding to OPC UA part 14 and a defined topic tree. +The [uamtiGateway](https://github.com/umati/umatiGateway) is provided as an open source version based on [OPC UA .NET Standard Stack](https://github.com/OPCFoundation/UA-.NETStandard) and uses the UA JSON encoding according to OPC UA part 14 and a defined topic tree. ## Architecture