You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, the device was added and if it sends any data - it should appear in "**Devices**".
4
+
To check it you may open "Devices" page in "Entities" section.
5
+
The device should be in devices list. You can check the data by clicking the device and navigate to the "**Attributes**" or "**Latest telemetry**" tab.
title: Open "Devices" page in "Entities" section. The device should be in devices list. You can check the data by clicking the device and navigate to the "Attributes" or "Latest telemetry" tab.
11
+
'
12
+
%}
13
+
14
+
{% include images-gallery.liquid imageCollection=checkTelemetryOnDevice %}
15
+
16
+
<br>
17
+
In order to get more user-friendly view - you can use [dashboard](/docs/pe/user-guide/dashboards){: target="_blank"}.
18
+
Download a simple dashboard for this device. It is configured to display a data from "Count people all", "Max count people", "Signal strength", "Region count" and "Occupancy" timeseries keys of device with name "eui-24e124538b223213".
19
+
20
+
{% include /docs/devices-library/blocks/basic/thingsboard-upload-example-dashboard.md exampleDashboardPath="/docs/devices-library/resources/dashboards/ready-to-go-devices/vs-121-sensor-dashboard.json" %}
21
+
22
+
{% include /docs/devices-library/blocks/basic/thingsboard-chenge-entity-alias-block.md exampleDashboardPath="/docs/devices-library/resources/dashboards/ready-to-go-devices/vs-121-sensor-dashboard.json" %}
title: Go to the **IoT** page in the left panel and navigate to the **LoRa** tab. Make a note of **Device EUI** and **App EUI**. Generate and enter a new password in hexadecimal format in the **Application Key** field and note it;
[Milesight VS121]({{deviceVendorLink}}){: target="_blank"}, is an AI workplace sensor designed to monitor occupancy and utilization in modern workspaces, which can reach up to 98% recognition rate based on its AI algorithm.
24
+
Milesight VS121 is available in dual versions that transmit data through LoRaWAN® or Ethernet for different applications.Based on standard Lorawan protocol, VS121 can work with the Milesight gateway.
25
+
It is equipped with WI-FI for easy configuration without the need for any additional configuration tools. By connecting this device to the ThingsBoard, you can get improved visualization and data management capabilities.
26
+
27
+
<br>
28
+
{% assign feature = "Platform Integrations" %}{% include templates/pe-feature-banner.md %}
29
+
30
+
## Prerequisites
31
+
32
+
To continue with this guide we will need the following:
According to the [official user manual]({{officialManualLink}}){: target="_blank"} and this guide, you can connect the device to the network and get access to the Web UI via wireless connection.
39
+
Since this device can only be operated using a LoRaWAN® gateway, we must first connect it to a network server that has an integration configured with ThingsBoard.
40
+
41
+
{% if page.hasIntegrationDeviceConfiguration | downcase == "true"%}
To configure the device we also need to add it to a network server, so select the network server your gateway is connected to:
51
+
52
+
{% assign targetIntegrationTypes = '
53
+
ChirpStack,
54
+
TheThingsStack,
55
+
TheThingsIndustries,
56
+
Loriot
57
+
'%}
58
+
59
+
{% include /docs/devices-library/blocks/basic/thingsboard-add-lorawan-device-through-integration-block.liquid target-integration-types=targetIntegrationTypes %}
60
+
61
+
{% include /docs/devices-library/blocks/ready-to-go-devices/vs-121-check-data-block.md %}
62
+
63
+
## Conclusion
64
+
65
+
{% include /docs/devices-library/blocks/basic/conclusion-block.md %}
0 commit comments