Popular Articles
Connection quality
Basic knowledge There are 3 important information for evaluating the connection quality in the LoRa standard. 1. 1. SNR - Signal Noise Ratio -"Signal to Noise" Ratio 2. 2. 2. RSSI - Received Signal Strength Indicator - Receiving/Signal Strength ...
Mqtt
The MQTT integration allows sensor data to be received via the Linemetrics MQTT broker (access data is passed when integration is created). Formats The following formats are available when using the MQTT integration: Json ...
Webhook
Payload Example {"data": {"dataProvider": {"devEui": "12345abcdef","lmId": "12345"},"dataStream": {"measurement": "temperature"},"dataPoint": {"timestamp": 1704897825000,"value": {"value": 123,"min": 123,"max": 123}}}} Scheme data protection { } ...
Scheme LM1.0.0
2 different types of messages are sent: DataProviderInfo Contains basic information about a sensor such as manufacturer/name as well as its inputs or measured values. This message is only sent the first time after activating the sensor, subsequently ...
Scheme ExtendedDataStreamValueV001
In this format, both metadata and data are sent in a shared message - the distinction between "DataproviderInfo" and "DataStreamValue" as in LM100 format is not available. Example (temperature sensor) { "dataProvider": { "devEui": "01234567890abcde", ...