...
...
...
...
...
...
Section | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Code Block | ||
---|---|---|
| ||
[ExternalBroker] host = azetibroker02broker.azeti.net port = 1883 ... user_id = broker_username@example.com password = VerySecretPasswordGoesHere organizationShortName = azeti tls_enable = False ... |
Starting the system
The Site Controller is controlled by the central start script.
Start the Site Controller, it will start the mosquitto automatically if necessary
Code Block root@ubuntu:~# /opt/azeti/SiteController/run_SiteController.py start
- Verify that everything runs fine after you started the Site Controller. Running modules will be highlighted green and labelled as running with. The status command also shows your configured broker username and the destination URL, double check to make sure these are correct.
...