-
Notifications
You must be signed in to change notification settings - Fork 25
Users
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.
-
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
- Device has to be available
-
Features
- Create Widget
- Delete Widget
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
- Simple
- 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 Name
- Create Device Group
- Create Parent Device Group
- Create Device Type
- WipeOut Device (Delete entire Device, related Logs and DataTypes)
Prior to Release 0.1.0 click on the table row to open Sidebar