Section |
---|
Column |
---|
| IntroductionThis page covers the first steps after you've installed the azeti Site Controller on your edge device. It will show you how to start and stop the system, connect to the middleware and getting started in the azeti Control Panel. The next steps are the basic ones and will not cover advanced topics like TLS encryption or special configuration tweaks.
Tip |
---|
The following instructions assume that you changed into the Site Controller base directory, typically: Code Block |
---|
root@raspberrypi /home/pi # cd /opt/azeti/SiteController/
root@raspberrypi /opt/azeti/SiteController # |
|
|
Column |
---|
|
Panel |
---|
borderColor | lightgrey |
---|
bgColor | #f0f0f0 |
---|
title | On this page: |
---|
| |
|
|
...
Code Block |
---|
|
[ExternalBroker]
host = broker.azeti.net
port = 1883
...
user_id = broker_username@example.com
password = VerySecretPasswordGoesHere
organizationShortName = azeti
tls_enable = FalseTrue
... |
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.
...