A OPC UA gateway which gives you access to your OPC UA values via MQTT or GraphQL (HTTP).
2.0K
A OPC UA gateway which gives you access to your OPC UA values via MQTT or GraphQL (HTTP). If you have an OPC UA server in your PLC, or a SCADA system with an OPC UA server, you can query data from there via MQTT and GraphQL (HTTP). In addition, the gateway can also log value changes from OPC UA nodes in an InfluxDB, IoTDB, Kafka, and others.
Source: https://automation-gateway.com
docker run -p 4000:4000 -p 1883:1883 -v $PWD/config.yaml:/app/config.yaml rocworks/automation-gateway
or with plc4x: docker run -p 4000:4000 -p 1883:1883 -v $PWD/config.yaml:/app/config.yaml rocworks/automation-gateway:latest-plc4x
Example config.yaml with some OPC UA servers you can find here: https://github.com/vogler75/automation-gateway
Content type
Image
Digest
sha256:619ce3c8f…
Size
429.8 MB
Last updated
4 months ago
docker pull rocworks/automation-gateway:1.38.1-plc4x