Connecting to MQTT broker
How to connect to OEEtools MQTT broker
Location
OEEtools MQTT Broker is accessible
- at host mqtt.oeetools.com
- at standard MQTT port 1887
Credentials
Credentials required for proper connection were given during your onbording. In case you don't have your credenatials contact your vendor.
Required fields are:
- username
- password
Using proper channels
OEEtools application allows for connecting multiple machines, thus the need to structurize how channels should look like.
As you may have noticed during creating your first station, valid MQTT channel namespace consists of 4 parts
- vendor - identifier of vendor
- company - identifier of your company
- location - identifier of location
- station - identifier of station
Final namespace may look like this: oee/rubylogic/production_line_north/machine_alpha
Individial channels
Depending on adapter that your are using you may use many channels under given namespace.
For example you may use channel vendor/company/location/station1/production
to report production from station1.
Invalid channels
Don't try to use channels on other namespace than assigned to your account.
Channels outside of your namespace vendor/company
are restricted and trying to access them or send on them messages may cause errors and block your access to MQTT broker.