vogler75 / automation-gateway

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.
GNU General Public License v3.0
222 stars 34 forks source link

GraphQL read throws unhandled error if ModBus read timeout occurs #4

Open vogler75 opened 2 years ago

vogler75 commented 2 years ago

Unhandled error “Unhandled class [] in JsonObject” is shown in the logs on GraphQL read if a timeout occurs on the ModBus read request.