umati / Dashboard-OPCUA-Client

OPC UA gateway based on open62541 to subscribe to servers implementing umati endorsed companion specification and publish via MQTT to the broker for https://umati.app
Mozilla Public License 2.0
20 stars 9 forks source link

Publish Client Version via MQTT #356

Closed wlkrm closed 1 year ago

wlkrm commented 1 year ago

will help with troubleshooting

https://github.com/umati/Dashboard-OPCUA-Client/issues/355

Kantiran91 commented 1 year ago

@wlkrm @GoetzGoerisch Do you have an idea which topic we should use for this? Should this part of each message?

GoetzGoerisch commented 1 year ago

Currently we have umati/opcUaToMqttOnline for an online message.

Therefore my proposal umati/{clientId}/gw-version

@wlkrm any thoughts?

ccvca commented 1 year ago

Currently we have umati/opcUaToMqttOnline for an online message.

Therefore my proposal umati/{clientId}/gw-version

@wlkrm any thoughts?

According to the new topic structure it would be: umati/v2/{clientId}/gw-version

See: https://github.com/umati/Dashboard-OPCUA-Client/blob/8dd7a3812fae212ade664311e05cd1f7ec311412/MachineObserver/Topics.hpp#L14-L23

https://github.com/umati/Dashboard-OPCUA-Client/blob/8dd7a3812fae212ade664311e05cd1f7ec311412/MachineObserver/Topics.cpp

GoetzGoerisch commented 1 year ago

fixed with #387