Grafana

This service is used to configure and manage the Grafana Server.

The Grafana Server is installed from a SSH terminal:

  1. Visit this page and follow the instructions: https://grafana.com/grafana/download?platform=arm

    The configuration file will be here: /etc/grafana/grafana.ini

  2. Then install the Go-IoT plugin:
    1. sudo -i
    2. cd /var/lib/grafana/plugins
    3. wget http://apps.control2net.com/apt/grafana/goiot-bacnet-ws-datasource.zip
    4. unzip goiot-bacnet-ws-datasource.zip
    5. rm goiot-bacnet-ws-datasource.zip
    6. systemctl restart grafana-server.service

To configure Grafana; select the Grafana service and click the "Main config. file..." button. See screenshot.

When Grafana is installed and configured, it can be accessed with http://ip_of_your_dingo:3000

The default username is: admin, and password: admin. When creating a new data-source in Grafana, choose the type called: BACnet/WS. Watch this video for an introduction to BACnet webservices in Grafana.

Visit this integration page for more information.

Link to the official page: https://grafana.com