Configure DeepServer to monitor devices in openbalena

Overview

πŸ“˜

This is a cherry on the cake feature - you may skip it

DeepServer can monitor devices in balena or open-balena. This allows you to see the the status of devices at https://aivero.lan

  • as soon as they are connected to balena and even before they have pulled their aivero specific software. Turquoise check marks signify that they are online at balena. Red crosses that they are offline.

  • to see their updating status, showing a percentage.

Configure

Using open-balena:

  1. Get an api key from balena:
    balena api-key generate ds-functions
    
  2. Open the DeepServer config file
    nano /opt/aivero/ds/.env
    
  3. Update/add the key in the BALENA_AUTHENTICATION_TOKEN variable
  4. Re-up the installation
    (cd /opt/aivero/ds && docker compose up -d functions)
    

Using balena.io:

  1. Get an api key from balena:
    balena api-key generate ds-functions
    
  2. Open the DeepServer config file
    nano /opt/aivero/ds/.env
    
  3. Update/add the key in the BALENA_AUTHENTICATION_TOKEN variable
  4. Set the BALENA_DOMAIN= line to BALENA_DOMAIN=balena-cloud.com
  5. Re-up the installation
    (cd /opt/aivero/ds && docker compose up -d functions)
    

Checklist

πŸ‘

We will check this after you flashed and connected the first device

This is a cherry on the cake kind of setting. The system is fully functional without it, you just can't see devices until they are fully up to date and up and running.