Skip to main content

YO Analog

Overview

Description

The YO Analog is designed to measure AC current in devices connected to the electricity grid, supporting simultaneous measurements across setups such as two three-phase, six single-phase, or a combination of one three-phase and three single-phase devices. Its current clamps can be installed without determining the current flow direction, simplifying deployment. Wireless communication eliminates the need for additional wiring or modifications to existing systems. Leveraging a proprietary algorithm from the Yosensi Team, the device achieves precise mapping of current and power consumption, even within the constraints of LoRaWAN data transfer.

Device top viewDevice top view

Figure 1. Device top view

Device sticker placed on the right side of the device enclosure contains information about model, version, LoRaWAN region and 3 parameters important in case of device identification and configuration:

  • DEV EUI: 64-bit unique device identifier in a LoRaWAN network,
  • DEV ADDR: address required to connect via ABP activation type to LoRaWAN,
  • BLE MAC: Bluetooth physical address.
Device stickerDevice sticker

Figure 2. Device sticker

Features

  • LoRaWAN Technology: Available in multiple versions with LoRa radio configured for various regions and ISM frequency bands (e.g., EU868, US915, AU915), it is compatible with both private and public LoRaWAN networks and supports connections via ABP (Activation by Personalization) or OTAA (Over-The-Air Activation).
  • Bluetooth Low Energy (BLE): Enables easy configuration through a user-friendly JSON data exchange format, supports firmware updates via OTA (Over-the-Air), and boasts very low energy consumption.
  • Current: Measured current flow in the 4-20 mA range, a standard used in many industries, enabling customers to monitor signals in industrial networks connected to IoT devices, with YO Analog capable of monitoring up to 6 signals depending on configuration.
  • Voltage: Measured in the 0-10 V range, a standard used in many industries, allowing customers to monitor control signals in industrial networks connected to IoT devices, with YO Analog capable of monitoring up to 6 signals depending on configuration.
  • Yosensi Management Platform: Provides a web tool for device configuration, firmware updates, and infrastructure management. Enables comprehensive monitoring of transmitted data and easy device management.
  • Yosensi Mobile App: Effortlessly manage devices with features to register new ones, configure settings, perform firmware updates, view/send logs, and test LoRaWAN connectivity. Learn more in our detailed Yosensi App blog post.

Specifications

Physical

DimensionDimension

Figure 3. Dimensions of the device

Device

AttributeDescription
DimensionsHeight: 90 mm
Width: 71.20 mm (4-pole)
Depth: 58 mm
ColourLight Grey
Mounting method35 mm DIN rail standard
Enclosure materialPolycarbonate
Level of protectionIP20, UL94-VO
Weight127 g

Operating Conditions

°C°F
AttributeDescription
Temperature0°C to 70°C
Humidity0 to 90%
PlacementIndoor use
Power supply6-30 V DC
5-21 V AC
Power consumptionTypical: 80 mA DC (12 V DC)
Maximum: 180 mA DC (12 V DC)

Measured Values

ParameterMeasurement rangeAccuracy
Current4-20 mA-
Voltage0-10 V-

Controls and Indicators

LED Status Indicator

YO Analog communicates its current behaviour to the user by RGBW LED placed on top.

Diode statuses interpretation

BehaviorColourStatus
Single flashGreenGeneral: device is working correctly (power and memory).
Single flashRedGeneral: device is working incorrectly (power and memory).
LoRaWAN communication: failed to receive an acknowledgement from LoRaWAN Server within specified timeout.
Single flashWhiteLoRaWAN communication: LoRaWAN frame sent / confirmation from LoRaWAN Server after receiving the frame.
Slow flashingBlueBLE communication: connection to the device via BLE (configuration).
Rapid flashingBlueLoRaWAN communication: connecting to LoRaWAN network.

Buttons

The YO Analog features a reset button located on the PCB, labeled "Reset". To reboot the device, simply press the button briefly.

Installation

Package Contents

  1. Device.
  2. Warranty card.

Safety Precautions

NOTE

Go to the Safety Precautions section to see important information on handling, disposal and maintenance.

Installation Guide

  1. Mount the device on a 35 mm DIN rail.
Device mounting instructionsDevice mounting instructions

Figure 4. Device mounting instructions

Important! By default each input is configured as current. If you want to configure one or more inputs as voltage you have to do it before connecting sensors. The configuration is possible via BLE.

  1. Connect a 4-20 mA signal source and/or a 0-10 V voltage measuring cable to the individual inputs of the device according to the polarity shown on the enclosure label.
Connect the inputs to the individual channels of the deviceConnect the inputs to the individual channels of the device
Connect the inputs to the individual channels of the deviceConnect the inputs to the individual channels of the device

Figure 5. Connect the inputs to the individual channels of the device

  1. Screw the power supply wires to the device regardless of polarity (6-30 V DC, 5-21 V AC).
Instruction on how to fasten the current clamps around the wiresInstruction on how to fasten the current clamps around the wires

Figure 6. Instruction on how to fasten the current clamps around the wires

  1. After connecting the wires, diodes should behave as it is described on LED Status Indicator.
Final look of the deviceFinal look of the device

Figure 7. Final look of the device

Configuration

Configurable Parameters

A few parameters must be set before sending data to the gateway. The default firmware is configured in OTAA mode with predefined deveui, appkey (OTAA) and appskey, nwkskey (ABP).

Configuration of the device is stored in a JSON file divided into the following sections:

  • info (generic, read only): information about the device,
  • lorawan (generic): configuration data for LoRaWAN connection,
  • ble (generic): Bluetooth settings,
  • device (dynamic): individual configuration for a specific device (this section’s structure differs for each device),

Sample configuration file for the YO Analog device.

{
"info": {
"devmodel": "LNAN",
"fwver": "3.6.2",
"loraradio": "SX1261",
"lorawanver": "1.0.2",
"loraregion": "EU868",
"blemacaddr": "0123456789ab"
},
"lorawan": {
"subband": 1,
"nwktype": "public",
"acttype": "otaa",
"otaa": {
"deveui": "0123456789abcdef",
"appeui": "fedcba9876543210",
"appkey": "000102030405060708090a0b0c0d0e0f",
"trials": 3
},
"abp": {
"devaddr": "01234567",
"nwkskey": "0123456789abcdef0123456789abcdef",
"appskey": "000102030405060708090a0b0c0d0e0f"
}
},
"ble": {
"power": 0,
"interval": 1600
},
"device": {
"measinterval": 300,
"measthreshold": 20,
"ch1func": "0-20mA",
"ch2func": "0-20mA",
"ch3func": "0-20mA",
"ch4func": "0-10V",
"ch5func": "0-10V",
"ch6func": "0-10V"
}
}

OTAA & ABP

OTAAABP
Device EUIDevice Address
Application EUINetwork Session Key
Application KeyApplication Session Key
Number of Trials

Generic Parameters

Parameters

Device Parameters

NameDescriptionPossible ValuesDefault ValueRead/Write
measintervalMeasuring and sending interval LoRa [s]601-999999300R/W
measthresholdMeasuring and sending threshold accuracy1-999920R/W
chxfuncNumber of channels with function of measurement current on voltage0-20 mA
0-10 V
0-20 mAR/W
  1. OTAA minimum 60 [s], ABP minimum 120 [s]

Parameters description

  • nwktype: used for setting the device in public or private network type.
  • acttype: used for setting the device in ABP or OTAA mode.
  • deveui, … , appskey: predefined addresses and keys, these parameters are generated using multiple IDs specific to the particular MCU and are unique for each device. They can be changed if needed.
  • interval: determines the interval of sending broadcast packets, used to connect to every BLE receiver around the device.
  • subband: used for setting the communication frequency sub-band in LoRaWAN.
  • measinterval: measurement interval [s] between sending LoRa packets.
  • measthreshold: measurement threshold for each channel. If current or voltage value between previous measurement and the next differs by a value of ‘meastreshold’, it queues this data for sending. Measurement difference is reported in subsequent LoRa packets along with measurement time.
  • ch1func…ch6func: numbers of channels with measurement of current or voltage flow in the network connected to the device.

Outlier detection mechanism

The outlier detection mechanism uses the measthreshold parameter to assess the sensitivity range for data points. When all values fall within this range, only the first and last measurements are included in the payload. If out-of-range values are detected, additional data points are added to the payload. In cases where the number of data points exceeds the payload capacity, the system sends the remaining points in subsequent payloads at a reduced interval, overriding the configured measinterval value.

Outlier Detection Mechanism Raw Data 1Outlier Detection Mechanism Raw Data 1
Outlier Detection Mechanism Server 1Outlier Detection Mechanism Server 1

Figure 8. Outlier Detection Mechanism - 1

Outlier Detection Mechanism Raw Data 2Outlier Detection Mechanism Raw Data 2
Outlier Detection Mechanism Server 2Outlier Detection Mechanism Server 2

Figure 9. Outlier Detection Mechanism - 2

You can remotely adjust certain parameters by sending a downlink message through our platform. Simply navigate to the "COMMANDS" section for the selected device.

Update Measurement Interval

It is possible to change the measurement interval (measinterval) by using downlink. Information about changing the parameter will be sent from the server via the gateway.

Example of Downlink Message:

  • Prefix: 0x03
  • Measurement Index: 0x00
  • Data (up to 4 bytes in hex): 0258

Sample Downlink: 0x03000258 - Sets a measurement interval of 600 seconds (10 minutes).


Payload Decoder

If you want to connect to your own server, it is necessary to decode the specific payload for each device. To accomplish this, a payload decoder is required, which can be downloaded using the following link: Payload decoder. You can also use our integrated Payload Decoder here. Extended documentation of the protocol can be found in the Payload description on our website.

Compliance Statements

NOTE

To view or download the Declaration of Conformity for YO Analog go here