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: |
---|
| Related pages: Filter by label (Content by label) |
---|
showLabels | false |
---|
showSpace | false |
---|
sort | creation |
---|
cql | label = "getting-started" |
---|
|
|
|
|
...
Code Block |
---|
|
[ExternalBroker]
host = azetibroker02.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.
Code Block |
---|
|
root@raspberrypi /opt/azeti/SiteController # ./run_SiteController.py status
Time zone set to: Etc/UTC
Serial of this installation: raspi-test-sebastian
Main version of this installation: 1.2.0
Host type: RasPi
External Broker set to: azetibroker02.azeti.net:1883, TLS disabled
Checking installation ...
OK: Integrity check passed.
OK: Module mosquitto is running with PID (2175)
OK: Module Watchdog.py is running with PID (2355)
OK: Module cloudConnector.py is running with PID (2388)
OK: Module HD2CloudExporter.py is running as sub thread of cloudConnector.py with PID (2388)
OK: Module ConfigProvider.py is running with PID (2489)
OK: Module RawResultsDeMux.py is running with PID (2595)
OK: Module CalibResultsEvaluator.py is running with PID (2609)
OK: Module JobProcessor.py is running as sub thread of cloudConnector.py with PID (2388) |
Stopping the system
This command stops all site controller modules.
Code Block |
---|
root@raspberrypi /opt/azeti/SiteController # ./run_SiteController.py status |
Access the new Location in azeti Control Panel
...