Skip to content
Alexander Stocker edited this page Feb 11, 2019 · 13 revisions

This document you can find usefull information about SensorLogger frontend. If you want to know on how you can add sensor devices read Configuration and API sections.

Dashboad

Widgets

  • Available Widgets

    • Data List - Lists the latest 10 records
    • Chart - Draw static line chart of sensor data
    • Current Data - Shows the last record
    • Live-Current Data - Lists almost real-time sensor data
    • Live-Chart - Draws almost a real-time chart
    • 24h Max Values - Lists the maximum values of the last 24 hours @deprecated
  • Requirement

  • Features

    • Create Widget
    • Delete Widget

Create Widget

Add SensorLogger Widget to Dashboard

List

Devices

Create Device

In order to make use of SensorLogger you need to have access to the Device you want to log data from.

Hardware you may use and SensorData you may log

  • Raspberry PI
  • your local computer
    • Fan speed
    • CPU Temperature
    • ...
  • remote server you manage
    • Server load
    • Memory usage
    • Disk space
    • ...
  • your smartphone
    • Acceleration
    • Gyration
    • Battery charge
    • GPS data
    • ...
  • Arduino

... whatever you can imagine and makes sense to you.

There a two different ways to create a Device

  1. Simple
  2. Complex (aka Extended)

Simple Devices are created on-the-fly while pushing log data to SensorLogger. More complex Devices need to be registered in order to get different data types assigned. After the device has been registered you, you need to set the right dataTypeIds to to your Extended createLog request.

If you have any questions. Please feel free to create an usage issue.

Edit Device

  • Edit Device Name
  • Create Device Group
  • Create Parent Device Group
  • Create Device Type
  • WipeOut Device (Delete entire Device, related Logs and DataTypes) WipeOut Device

Create Device Group

Prior to Release 0.1.0 click on the table row to open Sidebar

Device Types

Device Groups

Data Types

Shared with you

Shared with others

Shared by Link

Clone this wiki locally