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
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 [dashboards](/docs/pe/user-guide/dashboards){: target="_blank"}.
18
+
You can download a simple dashboard for this device, it is configured to display a data from "pir", "light level", "beep", "battery level", "Temperature", "Humidity", "CO2", "Pressure", "TVOC", "PM2.5", "PM10" and "Signal strength" telemetry keys for 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/am308-device-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/am308-device-dashboard.json" %}
[AM300 series]({{deviceVendorLink}}){: target="_blank"} is a compact indoor ambiance monitoring sensor for measurement of temperature, humidity, light, CO2 concentration, barometric pressure, PM2.5, PM10 and motion.
22
+
The data will be shown on the E-ink screen in real-time, which helps to measure the indoor environment and comfort.
23
+
AM300 series is widely used for offices, stores, classrooms, hospitals, etc. Sensor data is transmitted using LoRaWAN ® technology.
24
+
Using Milesight LoRaWAN® gateway and ThingsBoard, users can manage all sensor data remotely and visually.
25
+
26
+
<br><br><br>
27
+
Features of the AM300 series device:
28
+
- Integrated with multiple sensors like humidity, temperature, CO2, level light, barometric pressure, PM2.5, PM10, etc. Multiple display modes and clear emoticons to easily understand the comfort levels via screen;
29
+
- Support batteries or DC power supply;
30
+
- Equipped with traffic light indicator and buzzer to indicate device status and threshold alarms;
31
+
- Able to store locally more than 18, 000 records of 512 KB in total;
32
+
- Compliant with standard LoRaWAN® gateways and network servers.
33
+
34
+
{% assign feature = "Platform Integrations" %}{% include templates/pe-feature-banner.md %}
35
+
36
+
## Prerequisites
37
+
38
+
To continue with this guide we will need the following:
According to the [official user manual]({{officialManualLink}}){: target="_blank"}, we need a smartphone with NFC enabled and the ToolBox application to connect the sensor.
45
+
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.
46
+
Afterward, it can be provisioned to ThingsBoard.
47
+
48
+
{% 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:
58
+
59
+
{% assign targetIntegrationTypes = '
60
+
ChirpStack,
61
+
TheThingsStack,
62
+
TheThingsIndustries,
63
+
Loriot
64
+
'%}
65
+
66
+
{% include /docs/devices-library/blocks/basic/thingsboard-add-lorawan-device-through-integration-block.liquid target-integration-types=targetIntegrationTypes %}
67
+
68
+
{% include /docs/devices-library/blocks/ready-to-go-devices/am308-sensor-check-data-block.md %}
69
+
70
+
## Conclusion
71
+
72
+
{% include /docs/devices-library/blocks/basic/conclusion-block.md %}
0 commit comments