Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
blocks:drivers:delta-controls-o3 [2023-07-13 11:14]
melvin
blocks:drivers:delta-controls-o3 [2023-07-13 11:30] (current)
admin Added minor clarifications of file locations and commands
Line 9: Line 9:
 The O3 Edge currently only supports publishing values to its internal MQTT broker. In this guide, we will configure the Mosquitto broker (e.g., the one included on our Linux server image) to bridge MQTT topics from the O3's internal broker. This will then let us access the O3 through the regular Mosquitto broker. The O3 Edge currently only supports publishing values to its internal MQTT broker. In this guide, we will configure the Mosquitto broker (e.g., the one included on our Linux server image) to bridge MQTT topics from the O3's internal broker. This will then let us access the O3 through the regular Mosquitto broker.
  
-  - Open the Mosquitto configuration file in a text editor.+  - Open the Mosquitto configuration file (e.g., "/etc/mosquitto/conf.d/pixi.conf"in a text editor.
   - Add the following lines: <code>   - Add the following lines: <code>
 connection CONNECTIONNAME connection CONNECTIONNAME
Line 24: Line 24:
   - Replace IPADDRESS and PORT with the ip address and port number of the internal MQTT broker of the O3 Edge.   - Replace IPADDRESS and PORT with the ip address and port number of the internal MQTT broker of the O3 Edge.
   - Replace O3EDGEUSER and O3EDGEPASSWORD with the username and password for the internal MQTT broker of the O3 Edge.    - Replace O3EDGEUSER and O3EDGEPASSWORD with the username and password for the internal MQTT broker of the O3 Edge. 
-  - Save the file and close the editor. Restart mosquitto.+  - Save the file and close the editor. Restart mosquitto (e.g., "sudo systemctl restart mosquitto").
  
 :!: Additional configuration may be required when using encrypted connections. This is not covered in this guide. :!: Additional configuration may be required when using encrypted connections. This is not covered in this guide.