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

Logger to JDBC writes wildcard address into the table. #3

Closed vogler75 closed 2 years ago

vogler75 commented 2 years ago

Logger to JDBC currently writes the wildcard address opc/test/path/Objects/Test/Test00003/+ as NodeId in the table, it should be the resolved name/address or at least additionally the resolved address to identify the tag.

vogler75 commented 2 years ago

Cannot reproduce anymore. NodeIds are correctly written to the database when using wildcards.