Our step-by-step guide to create a TSVB visualisation in Kibana to answer the question: When are rooms occupied?
Learn how we at reelyActive use a Kibana TSVB bar visualization to analyse room occupancy over time.
reelyActive open source software with Elasticsearch and Kibana.
In order for there to be data to visualise, the reelyActive software must also have collected and written raddec data to Elasticsearch.
Create a TSVB bar visualization in Kibana with the default settings.
Open Kibana and then:
The default settings will result in a bar chart with just one bucket being generated, similar to that below. The next step will be to define a meaningful set of buckets.
Define a meaningful set of metrics and filters to visualize rooms utilization
To protect mobile devices from being tracked as they move there is a technique known as MAC address randomization. This replaces the number that uniquely identifies a device's wireless hardware with randomly generated values. Devices like smartphones change their MAC address about every 15 minutes. On average on one hour of meeting a single smartphone will be collected 4 times.
Each sensors has a fixe position and refers to a location, ex: room, zone, floor etc. Define which zone you want to compare by entering each location in a specific filter as below:
RSSI is used to approximate distance between the device and the sensor. At maximum Broadcasting Power the RSSI ranges from -35 (a few inches) to -100 (40-50 m distance). By applying RSSI filters you can display only tags within a certain distance.
To measure anonymously the occupation of spaces, our sensors detect Bluetooth devices that people already carry on them (smartphones). Bluetooth devices such as smartphone use a 48-bit random device address which is classified as 3. This filter removes most devices that are not associated with people like smart TV.
In most cases, devices are decoded multiple times. A decode filter is used to suppress all noise signals decoded only a few times.
Analyse data and identife trends and patterns
Visualize the data in a bar chart, where a bar stands for one hour.
This visualization can be combined with other visualisations as part of a space occupancy dashboard, such as that below.
For our innovation of making physical spaces searchable like the web.
Create other visualizations, or continue exploring our open architecture and all its applications.