Beebotte Dashboards

Beebotte allows you to make sense of your data by creating dashboards with different data visualization widgets.

Dashboard Access Types

Beebotte dashboards can be private or public:

  • Private dashboards are only accessible to their owner.
  • Public dashboards can be viewed and shared by anyone. They are listed on the explore page of Beebotte.

Moreover, a dashboard can be shared using a shared link to grant whoever has the link read access to the dashboard. This is a convenient way to share access to private dashboards to non Beebotte users. Dashboard shared link can easily be disabled if required.

Embedding Dashboards

Beebotte dashboards can be embedded in external web applications using iframe, embed or object HTML tags and a link of the form:

https://beebotte.com/embed/dash/DASHBOARD_ID

Using iframe, this can be done as follows:

<iframe border="0" width="100%" height="480" src="https://beebotte.com/embed/dash/2e471710-ebf3-11e6-a1a7-850c2f818a0d"></iframe>

Dashboard Widgets

Beebotte currently supports the following widgets:

Clock

Allows you to add a clock widget for the timezone of your choice.

Text Area

Allows you to add a free text that can be HTML encoded. You can reference the most recent value of your beebotte resources via the following syntax:

{{ channel.resource }}

{{ channel.resource.ts }} will provide the time of the most recent value of your beebotte resource.

You can also include expressions as described here like:

{{ channel.resource1 - channel.resource2 }}

{{ channel.resource1 > channel.resource2 }}

As an example, the following text will generate the shown text area widget.

You can reference your resources like this {{dev1.res1}}. <br>Very simple no?

Basic Value

Allows you to query the most recent value of one of your channel resources.

Gauge Meter

Allows you to display the most recent value of one of your channel resources in a gauge chart.

Timeline Chart

Allows you to display your data in a timeline chart. The data can be live or historical. Beebotte offers the following time ranges:

  • Last Hour
  • Last 3 Hours
  • Last 12 Hours
  • Today
  • Current Week
  • 2 Weeks
  • Last Month
  • Current Month
  • 6 Months
  • 12 Months
  • Year to Date

Multiline Chart New feature

Allows you to display data from multiple resources in a timeline chart. The data can be live or historical. Beebotte offers the following time ranges:

  • Last Hour
  • Last 3 Hours
  • Last 12 Hours
  • Today
  • Current Week
  • 2 Weeks
  • Last Month
  • Current Month
  • 6 Months
  • 12 Months
  • Year to Date

Table Chart

Allows you to query your data in a basic table chart. The following columns are displayed: Resource, Value and Time.

Heat Map Chart

Allows you to represent your historical data in a heat map chart. The chart displays the average value of your resource per hour. This is convenient for comparing metrics over long periods of time. Beebotte offers the following time ranges:

  • 2 Weeks
  • Last Month
  • Current Month
  • 6 Months
  • 12 Months
  • Year to Date