Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Section


Column
width400px

Introduction

This 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
width400px


Panel
borderColorlightgrey
bgColor#f0f0f0
titleOn this page:

Table of Contents



...

Code Block
languageerl
[ExternalBroker]
host = broker.azeti.net
port = 18838883
...
user_id = username@example.com
password = VerySecretPasswordGoesHere
organizationShortName = azeti
tls_enable = True
...

Starting the system

The Site Controller is controlled by the central start script.

  1. Start the Site Controller, it will start the mosquitto automatically if necessary 

    Code Block
    root@ubuntu:~# /opt/azeti/SiteController/run_SiteController.py start


  2. 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.

...