MQTT-Based Offline Message Integration¶
The device protocol for MQTT offline message defines the historical data format of the MQTT-based transmission between third-party systems and EnOS cloud.
MQTT Ports¶
Domain |
Port |
Protocol |
Supports Certificate-Based Two-Way Authentication |
---|---|---|---|
mqtt-{env} |
11883 |
TCP |
No |
mqtt-{env} |
18883 |
TCP + TLS |
Yes |
Where, “{env}” is the domain name of the EnOS environment. For example, if your logged-in EnOS domain is “app-portal-cn5.envisioniot.com”, the domain name will be “mqtt-cn5.envisioniot.com”.
Supported MQTT Versions¶
MQTT v3.1.1 on port 18883 if you use the certificate-based two-way authentication.
MQTT v3.1.1 on port 11883 if you use the secret-based one-way authentication.