Some description
The production API server
Parameters for identification, information and configuration of hardware devices.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": {
"linc": {
"dataplan": {
"mode": "platform",
"reporting_interval": 60
},
"label": "Main electrical panel"
}
},
"timestamp": 1696010102
}
Parameters for identification, information and configuration of hardware devices.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": {
"linc": {
"fw_version": "v2.1.3",
"hw_version": "v1.0.3",
"model": "gen0_4ch"
},
"wifi": {
"mac_address": "00:1A:2B:3C:4D:5E"
}
},
"timestamp": 1696010102
}
Choice of data handling strategy for a Linc node, influencing both how the data is processed and the associated costs.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "platform",
"timestamp": 1696010102
}
The frequency at which a Linc node sends data, determining how often updates or readings are provided.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": 60,
"timestamp": 1696010102
}
The software revision number associated with a Linc node, reflecting updates, enhancements, or fixes.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "v2.1.3",
"timestamp": 1696010102
}
User-specified name or identifier for a Linc node, allowing for easy differentiation within a system or network.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "Main electrical panel",
"timestamp": 1696010102
}
User-specified name or identifier for a channel, allowing for easy differentiation of circuits in a system or network.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "Kitchen",
"timestamp": 1696010102
}
The phase designation (L1, L2, L3 or N) in an AC system indicates the specific limb of the three-phase system to which a circuit is connected.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "line_1",
"timestamp": 1696010102
}
Signifies the direction of current flow in the circuit. Generally, in bidirectional circuits, positive polarity indicates current flow from source to load. Negative polarity signifies current flow from load to source. Essential for accurate energy accounting.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "forward",
"timestamp": 1696010102
}
Specifies the model of current sensor installed for measurements.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "ct_30",
"timestamp": 1696010102
}
Ratio of the peak value to the RMS value of a waveform. A pure sine wave has a crest factor of 1.414.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"crest_factor"
]
]
Full-load current is the maximum current a system or device draws when operating at full capacity. This user-specified value is usually provided by the system manufacturer.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": 12.5,
"timestamp": 1696010102
}
TDD (Total Demand Distortion) measures harmonic current as a percentage of full-load current. More stable and equipment-specific than THD-I, better for evaluating system performance.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"tdd"
]
]
Current RMS (Root Mean Square) is the square root of the arithmetic mean of the squared values of a periodic waveform. It represents the effective value of current in an AC system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Representation of current RMS in the frequency domain, showing distribution across various frequency components.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"centroid",
"range",
"magnitude"
]
]
THD-I based on Fundamental frequency. Useful for targeting specific harmonics causing issues in a system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"fundamental"
]
]
THD-I based on RMS. Shows distortion in current flow. High values can cause heating in conductors.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Maximum value of the current within individual cycles during a 1-second timeframe. In a 10A AC line, the nominal peak current may reach 14.14A.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"waveform_peak"
]
]
Energy sent back to the grid. Can generate credits or offset costs.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Energy drawn from the grid. Directly impacts electricity bills.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total active energy produced minus consumed.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Apparent energy sent back to the grid. Rarely credited, but informs system's export capacity. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Apparent energy drawn from the grid. Can be a factor in demand or capacity charges. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total apparent energy produced minus consumed. Useful for system capacity planning.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Reactive energy sent back to the grid. Not usually credited. May indicate over-compensation of power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Reactive energy drawn from the grid to maintain magnetic fields in inductive loads. Could lead to power factor penalties.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total reactive energy produced minus consumed. Can indicate wasted power and potential system inefficiency.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Active power is the real power that does actual work, like turning a motor or powering a device. Measured in watts (W), it's the primary factor for energy billing.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"active"
]
]
Apparent power represents the total power flow in an AC circuit, combining active and reactive power. Measured in volt-amperes (VA), it's useful for sizing equipment and wiring but doesn't reflect real energy use.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"apparent"
]
]
Indicates the phase angle difference between current and voltage, affecting real power transfer. Ideal in purely resistive circuits, it may degrade in systems with inductive or capacitive elements, requiring phase-correcting equipment.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"displacement"
]
]
Reflects the impact of harmonics on system efficiency. A poor distortion power factor can lead to overheating and damage to equipment, necessitating harmonic filters for correction.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"distortion"
]
]
The overall measure of electrical system efficiency, considering both displacement and distortion factors. A low total power factor may require infrastructure upgrades or power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"total"
]
]
Reactive power doesn't do work but supports the magnetic and electric fields in AC systems. Measured in volt-amperes reactive (VAR), it's essential for system stability but can lead to inefficiencies.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"reactive"
]
]
User-specified name or identifier for a channel, allowing for easy differentiation of circuits in a system or network.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "Kitchen",
"timestamp": 1696010102
}
The phase designation (L1, L2, L3 or N) in an AC system indicates the specific limb of the three-phase system to which a circuit is connected.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "line_1",
"timestamp": 1696010102
}
Signifies the direction of current flow in the circuit. Generally, in bidirectional circuits, positive polarity indicates current flow from source to load. Negative polarity signifies current flow from load to source. Essential for accurate energy accounting.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "forward",
"timestamp": 1696010102
}
Specifies the model of current sensor installed for measurements.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "ct_30",
"timestamp": 1696010102
}
Ratio of the peak value to the RMS value of a waveform. A pure sine wave has a crest factor of 1.414.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"crest_factor"
]
]
Full-load current is the maximum current a system or device draws when operating at full capacity. This user-specified value is usually provided by the system manufacturer.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": 12.5,
"timestamp": 1696010102
}
TDD (Total Demand Distortion) measures harmonic current as a percentage of full-load current. More stable and equipment-specific than THD-I, better for evaluating system performance.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"tdd"
]
]
Current RMS (Root Mean Square) is the square root of the arithmetic mean of the squared values of a periodic waveform. It represents the effective value of current in an AC system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Representation of current RMS in the frequency domain, showing distribution across various frequency components.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"centroid",
"range",
"magnitude"
]
]
THD-I based on Fundamental frequency. Useful for targeting specific harmonics causing issues in a system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"fundamental"
]
]
THD-I based on RMS. Shows distortion in current flow. High values can cause heating in conductors.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Maximum value of the current within individual cycles during a 1-second timeframe. In a 10A AC line, the nominal peak current may reach 14.14A.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"waveform_peak"
]
]
Energy sent back to the grid. Can generate credits or offset costs.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Energy drawn from the grid. Directly impacts electricity bills.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total active energy produced minus consumed.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Apparent energy sent back to the grid. Rarely credited, but informs system's export capacity. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Apparent energy drawn from the grid. Can be a factor in demand or capacity charges. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total apparent energy produced minus consumed. Useful for system capacity planning.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Reactive energy sent back to the grid. Not usually credited. May indicate over-compensation of power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Reactive energy drawn from the grid to maintain magnetic fields in inductive loads. Could lead to power factor penalties.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total reactive energy produced minus consumed. Can indicate wasted power and potential system inefficiency.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Active power is the real power that does actual work, like turning a motor or powering a device. Measured in watts (W), it's the primary factor for energy billing.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"active"
]
]
Apparent power represents the total power flow in an AC circuit, combining active and reactive power. Measured in volt-amperes (VA), it's useful for sizing equipment and wiring but doesn't reflect real energy use.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"apparent"
]
]
Indicates the phase angle difference between current and voltage, affecting real power transfer. Ideal in purely resistive circuits, it may degrade in systems with inductive or capacitive elements, requiring phase-correcting equipment.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"displacement"
]
]
Reflects the impact of harmonics on system efficiency. A poor distortion power factor can lead to overheating and damage to equipment, necessitating harmonic filters for correction.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"distortion"
]
]
The overall measure of electrical system efficiency, considering both displacement and distortion factors. A low total power factor may require infrastructure upgrades or power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"total"
]
]
Reactive power doesn't do work but supports the magnetic and electric fields in AC systems. Measured in volt-amperes reactive (VAR), it's essential for system stability but can lead to inefficiencies.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"reactive"
]
]
User-specified name or identifier for a channel, allowing for easy differentiation of circuits in a system or network.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "Kitchen",
"timestamp": 1696010102
}
The phase designation (L1, L2, L3 or N) in an AC system indicates the specific limb of the three-phase system to which a circuit is connected.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "line_1",
"timestamp": 1696010102
}
Signifies the direction of current flow in the circuit. Generally, in bidirectional circuits, positive polarity indicates current flow from source to load. Negative polarity signifies current flow from load to source. Essential for accurate energy accounting.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "forward",
"timestamp": 1696010102
}
Specifies the model of current sensor installed for measurements.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "ct_30",
"timestamp": 1696010102
}
Ratio of the peak value to the RMS value of a waveform. A pure sine wave has a crest factor of 1.414.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"crest_factor"
]
]
Full-load current is the maximum current a system or device draws when operating at full capacity. This user-specified value is usually provided by the system manufacturer.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": 12.5,
"timestamp": 1696010102
}
TDD (Total Demand Distortion) measures harmonic current as a percentage of full-load current. More stable and equipment-specific than THD-I, better for evaluating system performance.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"tdd"
]
]
Current RMS (Root Mean Square) is the square root of the arithmetic mean of the squared values of a periodic waveform. It represents the effective value of current in an AC system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Representation of current RMS in the frequency domain, showing distribution across various frequency components.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"centroid",
"range",
"magnitude"
]
]
THD-I based on Fundamental frequency. Useful for targeting specific harmonics causing issues in a system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"fundamental"
]
]
THD-I based on RMS. Shows distortion in current flow. High values can cause heating in conductors.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Maximum value of the current within individual cycles during a 1-second timeframe. In a 10A AC line, the nominal peak current may reach 14.14A.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"waveform_peak"
]
]
Energy sent back to the grid. Can generate credits or offset costs.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Energy drawn from the grid. Directly impacts electricity bills.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total active energy produced minus consumed.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Apparent energy sent back to the grid. Rarely credited, but informs system's export capacity. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Apparent energy drawn from the grid. Can be a factor in demand or capacity charges. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total apparent energy produced minus consumed. Useful for system capacity planning.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Reactive energy sent back to the grid. Not usually credited. May indicate over-compensation of power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Reactive energy drawn from the grid to maintain magnetic fields in inductive loads. Could lead to power factor penalties.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total reactive energy produced minus consumed. Can indicate wasted power and potential system inefficiency.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Active power is the real power that does actual work, like turning a motor or powering a device. Measured in watts (W), it's the primary factor for energy billing.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"active"
]
]
Apparent power represents the total power flow in an AC circuit, combining active and reactive power. Measured in volt-amperes (VA), it's useful for sizing equipment and wiring but doesn't reflect real energy use.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"apparent"
]
]
Indicates the phase angle difference between current and voltage, affecting real power transfer. Ideal in purely resistive circuits, it may degrade in systems with inductive or capacitive elements, requiring phase-correcting equipment.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"displacement"
]
]
Reflects the impact of harmonics on system efficiency. A poor distortion power factor can lead to overheating and damage to equipment, necessitating harmonic filters for correction.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"distortion"
]
]
The overall measure of electrical system efficiency, considering both displacement and distortion factors. A low total power factor may require infrastructure upgrades or power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"total"
]
]
Reactive power doesn't do work but supports the magnetic and electric fields in AC systems. Measured in volt-amperes reactive (VAR), it's essential for system stability but can lead to inefficiencies.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"reactive"
]
]
User-specified name or identifier for a channel, allowing for easy differentiation of circuits in a system or network.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "Kitchen",
"timestamp": 1696010102
}
The phase designation (L1, L2, L3 or N) in an AC system indicates the specific limb of the three-phase system to which a circuit is connected.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "line_1",
"timestamp": 1696010102
}
Signifies the direction of current flow in the circuit. Generally, in bidirectional circuits, positive polarity indicates current flow from source to load. Negative polarity signifies current flow from load to source. Essential for accurate energy accounting.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "forward",
"timestamp": 1696010102
}
Specifies the model of current sensor installed for measurements.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "ct_30",
"timestamp": 1696010102
}
Ratio of the peak value to the RMS value of a waveform. A pure sine wave has a crest factor of 1.414.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"crest_factor"
]
]
Full-load current is the maximum current a system or device draws when operating at full capacity. This user-specified value is usually provided by the system manufacturer.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": 12.5,
"timestamp": 1696010102
}
TDD (Total Demand Distortion) measures harmonic current as a percentage of full-load current. More stable and equipment-specific than THD-I, better for evaluating system performance.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"tdd"
]
]
Current RMS (Root Mean Square) is the square root of the arithmetic mean of the squared values of a periodic waveform. It represents the effective value of current in an AC system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Representation of current RMS in the frequency domain, showing distribution across various frequency components.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"centroid",
"range",
"magnitude"
]
]
THD-I based on Fundamental frequency. Useful for targeting specific harmonics causing issues in a system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"fundamental"
]
]
THD-I based on RMS. Shows distortion in current flow. High values can cause heating in conductors.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Maximum value of the current within individual cycles during a 1-second timeframe. In a 10A AC line, the nominal peak current may reach 14.14A.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"waveform_peak"
]
]
Energy sent back to the grid. Can generate credits or offset costs.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Energy drawn from the grid. Directly impacts electricity bills.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total active energy produced minus consumed.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Apparent energy sent back to the grid. Rarely credited, but informs system's export capacity. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Apparent energy drawn from the grid. Can be a factor in demand or capacity charges. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total apparent energy produced minus consumed. Useful for system capacity planning.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Reactive energy sent back to the grid. Not usually credited. May indicate over-compensation of power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Reactive energy drawn from the grid to maintain magnetic fields in inductive loads. Could lead to power factor penalties.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total reactive energy produced minus consumed. Can indicate wasted power and potential system inefficiency.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Active power is the real power that does actual work, like turning a motor or powering a device. Measured in watts (W), it's the primary factor for energy billing.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"active"
]
]
Apparent power represents the total power flow in an AC circuit, combining active and reactive power. Measured in volt-amperes (VA), it's useful for sizing equipment and wiring but doesn't reflect real energy use.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"apparent"
]
]
Indicates the phase angle difference between current and voltage, affecting real power transfer. Ideal in purely resistive circuits, it may degrade in systems with inductive or capacitive elements, requiring phase-correcting equipment.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"displacement"
]
]
Reflects the impact of harmonics on system efficiency. A poor distortion power factor can lead to overheating and damage to equipment, necessitating harmonic filters for correction.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"distortion"
]
]
The overall measure of electrical system efficiency, considering both displacement and distortion factors. A low total power factor may require infrastructure upgrades or power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"total"
]
]
Reactive power doesn't do work but supports the magnetic and electric fields in AC systems. Measured in volt-amperes reactive (VAR), it's essential for system stability but can lead to inefficiencies.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"reactive"
]
]
User-specified name or identifier for a channel, allowing for easy differentiation of circuits in a system or network.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "Kitchen",
"timestamp": 1696010102
}
The phase designation (L1, L2, L3 or N) in an AC system indicates the specific limb of the three-phase system to which a circuit is connected.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "line_1",
"timestamp": 1696010102
}
Signifies the direction of current flow in the circuit. Generally, in bidirectional circuits, positive polarity indicates current flow from source to load. Negative polarity signifies current flow from load to source. Essential for accurate energy accounting.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "forward",
"timestamp": 1696010102
}
Specifies the model of current sensor installed for measurements.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "ct_30",
"timestamp": 1696010102
}
Ratio of the peak value to the RMS value of a waveform. A pure sine wave has a crest factor of 1.414.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"crest_factor"
]
]
Full-load current is the maximum current a system or device draws when operating at full capacity. This user-specified value is usually provided by the system manufacturer.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": 12.5,
"timestamp": 1696010102
}
TDD (Total Demand Distortion) measures harmonic current as a percentage of full-load current. More stable and equipment-specific than THD-I, better for evaluating system performance.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"tdd"
]
]
Current RMS (Root Mean Square) is the square root of the arithmetic mean of the squared values of a periodic waveform. It represents the effective value of current in an AC system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Representation of current RMS in the frequency domain, showing distribution across various frequency components.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"centroid",
"range",
"magnitude"
]
]
THD-I based on Fundamental frequency. Useful for targeting specific harmonics causing issues in a system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"fundamental"
]
]
THD-I based on RMS. Shows distortion in current flow. High values can cause heating in conductors.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Maximum value of the current within individual cycles during a 1-second timeframe. In a 10A AC line, the nominal peak current may reach 14.14A.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"waveform_peak"
]
]
Energy sent back to the grid. Can generate credits or offset costs.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Energy drawn from the grid. Directly impacts electricity bills.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total active energy produced minus consumed.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Apparent energy sent back to the grid. Rarely credited, but informs system's export capacity. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Apparent energy drawn from the grid. Can be a factor in demand or capacity charges. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total apparent energy produced minus consumed. Useful for system capacity planning.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Reactive energy sent back to the grid. Not usually credited. May indicate over-compensation of power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Reactive energy drawn from the grid to maintain magnetic fields in inductive loads. Could lead to power factor penalties.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total reactive energy produced minus consumed. Can indicate wasted power and potential system inefficiency.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Active power is the real power that does actual work, like turning a motor or powering a device. Measured in watts (W), it's the primary factor for energy billing.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"active"
]
]
Apparent power represents the total power flow in an AC circuit, combining active and reactive power. Measured in volt-amperes (VA), it's useful for sizing equipment and wiring but doesn't reflect real energy use.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"apparent"
]
]
Indicates the phase angle difference between current and voltage, affecting real power transfer. Ideal in purely resistive circuits, it may degrade in systems with inductive or capacitive elements, requiring phase-correcting equipment.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"displacement"
]
]
Reflects the impact of harmonics on system efficiency. A poor distortion power factor can lead to overheating and damage to equipment, necessitating harmonic filters for correction.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"distortion"
]
]
The overall measure of electrical system efficiency, considering both displacement and distortion factors. A low total power factor may require infrastructure upgrades or power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"total"
]
]
Reactive power doesn't do work but supports the magnetic and electric fields in AC systems. Measured in volt-amperes reactive (VAR), it's essential for system stability but can lead to inefficiencies.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"reactive"
]
]
User-specified name or identifier for a channel, allowing for easy differentiation of circuits in a system or network.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "Kitchen",
"timestamp": 1696010102
}
The phase designation (L1, L2, L3 or N) in an AC system indicates the specific limb of the three-phase system to which a circuit is connected.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "line_1",
"timestamp": 1696010102
}
Signifies the direction of current flow in the circuit. Generally, in bidirectional circuits, positive polarity indicates current flow from source to load. Negative polarity signifies current flow from load to source. Essential for accurate energy accounting.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "forward",
"timestamp": 1696010102
}
Specifies the model of current sensor installed for measurements.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "ct_30",
"timestamp": 1696010102
}
Ratio of the peak value to the RMS value of a waveform. A pure sine wave has a crest factor of 1.414.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"crest_factor"
]
]
Full-load current is the maximum current a system or device draws when operating at full capacity. This user-specified value is usually provided by the system manufacturer.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": 12.5,
"timestamp": 1696010102
}
TDD (Total Demand Distortion) measures harmonic current as a percentage of full-load current. More stable and equipment-specific than THD-I, better for evaluating system performance.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"tdd"
]
]
Current RMS (Root Mean Square) is the square root of the arithmetic mean of the squared values of a periodic waveform. It represents the effective value of current in an AC system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Representation of current RMS in the frequency domain, showing distribution across various frequency components.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"centroid",
"range",
"magnitude"
]
]
THD-I based on Fundamental frequency. Useful for targeting specific harmonics causing issues in a system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"fundamental"
]
]
THD-I based on RMS. Shows distortion in current flow. High values can cause heating in conductors.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Maximum value of the current within individual cycles during a 1-second timeframe. In a 10A AC line, the nominal peak current may reach 14.14A.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"waveform_peak"
]
]
Energy sent back to the grid. Can generate credits or offset costs.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Energy drawn from the grid. Directly impacts electricity bills.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total active energy produced minus consumed.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Apparent energy sent back to the grid. Rarely credited, but informs system's export capacity. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Apparent energy drawn from the grid. Can be a factor in demand or capacity charges. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total apparent energy produced minus consumed. Useful for system capacity planning.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Reactive energy sent back to the grid. Not usually credited. May indicate over-compensation of power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Reactive energy drawn from the grid to maintain magnetic fields in inductive loads. Could lead to power factor penalties.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total reactive energy produced minus consumed. Can indicate wasted power and potential system inefficiency.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Active power is the real power that does actual work, like turning a motor or powering a device. Measured in watts (W), it's the primary factor for energy billing.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"active"
]
]
Apparent power represents the total power flow in an AC circuit, combining active and reactive power. Measured in volt-amperes (VA), it's useful for sizing equipment and wiring but doesn't reflect real energy use.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"apparent"
]
]
Indicates the phase angle difference between current and voltage, affecting real power transfer. Ideal in purely resistive circuits, it may degrade in systems with inductive or capacitive elements, requiring phase-correcting equipment.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"displacement"
]
]
Reflects the impact of harmonics on system efficiency. A poor distortion power factor can lead to overheating and damage to equipment, necessitating harmonic filters for correction.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"distortion"
]
]
The overall measure of electrical system efficiency, considering both displacement and distortion factors. A low total power factor may require infrastructure upgrades or power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"total"
]
]
Reactive power doesn't do work but supports the magnetic and electric fields in AC systems. Measured in volt-amperes reactive (VAR), it's essential for system stability but can lead to inefficiencies.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"reactive"
]
]
User-specified name or identifier for a channel, allowing for easy differentiation of circuits in a system or network.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "Kitchen",
"timestamp": 1696010102
}
The phase designation (L1, L2, L3 or N) in an AC system indicates the specific limb of the three-phase system to which a circuit is connected.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "line_1",
"timestamp": 1696010102
}
Signifies the direction of current flow in the circuit. Generally, in bidirectional circuits, positive polarity indicates current flow from source to load. Negative polarity signifies current flow from load to source. Essential for accurate energy accounting.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "forward",
"timestamp": 1696010102
}
Specifies the model of current sensor installed for measurements.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "ct_30",
"timestamp": 1696010102
}
Ratio of the peak value to the RMS value of a waveform. A pure sine wave has a crest factor of 1.414.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"crest_factor"
]
]
Full-load current is the maximum current a system or device draws when operating at full capacity. This user-specified value is usually provided by the system manufacturer.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": 12.5,
"timestamp": 1696010102
}
TDD (Total Demand Distortion) measures harmonic current as a percentage of full-load current. More stable and equipment-specific than THD-I, better for evaluating system performance.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"tdd"
]
]
Current RMS (Root Mean Square) is the square root of the arithmetic mean of the squared values of a periodic waveform. It represents the effective value of current in an AC system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Representation of current RMS in the frequency domain, showing distribution across various frequency components.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"centroid",
"range",
"magnitude"
]
]
THD-I based on Fundamental frequency. Useful for targeting specific harmonics causing issues in a system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"fundamental"
]
]
THD-I based on RMS. Shows distortion in current flow. High values can cause heating in conductors.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Maximum value of the current within individual cycles during a 1-second timeframe. In a 10A AC line, the nominal peak current may reach 14.14A.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"waveform_peak"
]
]
Energy sent back to the grid. Can generate credits or offset costs.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Energy drawn from the grid. Directly impacts electricity bills.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total active energy produced minus consumed.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Apparent energy sent back to the grid. Rarely credited, but informs system's export capacity. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Apparent energy drawn from the grid. Can be a factor in demand or capacity charges. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total apparent energy produced minus consumed. Useful for system capacity planning.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Reactive energy sent back to the grid. Not usually credited. May indicate over-compensation of power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Reactive energy drawn from the grid to maintain magnetic fields in inductive loads. Could lead to power factor penalties.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total reactive energy produced minus consumed. Can indicate wasted power and potential system inefficiency.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Active power is the real power that does actual work, like turning a motor or powering a device. Measured in watts (W), it's the primary factor for energy billing.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"active"
]
]
Apparent power represents the total power flow in an AC circuit, combining active and reactive power. Measured in volt-amperes (VA), it's useful for sizing equipment and wiring but doesn't reflect real energy use.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"apparent"
]
]
Indicates the phase angle difference between current and voltage, affecting real power transfer. Ideal in purely resistive circuits, it may degrade in systems with inductive or capacitive elements, requiring phase-correcting equipment.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"displacement"
]
]
Reflects the impact of harmonics on system efficiency. A poor distortion power factor can lead to overheating and damage to equipment, necessitating harmonic filters for correction.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"distortion"
]
]
The overall measure of electrical system efficiency, considering both displacement and distortion factors. A low total power factor may require infrastructure upgrades or power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"total"
]
]
Reactive power doesn't do work but supports the magnetic and electric fields in AC systems. Measured in volt-amperes reactive (VAR), it's essential for system stability but can lead to inefficiencies.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"reactive"
]
]
User-specified name or identifier for a channel, allowing for easy differentiation of circuits in a system or network.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "Kitchen",
"timestamp": 1696010102
}
The phase designation (L1, L2, L3 or N) in an AC system indicates the specific limb of the three-phase system to which a circuit is connected.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "line_1",
"timestamp": 1696010102
}
Signifies the direction of current flow in the circuit. Generally, in bidirectional circuits, positive polarity indicates current flow from source to load. Negative polarity signifies current flow from load to source. Essential for accurate energy accounting.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "forward",
"timestamp": 1696010102
}
Specifies the model of current sensor installed for measurements.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "ct_30",
"timestamp": 1696010102
}
Ratio of the peak value to the RMS value of a waveform. A pure sine wave has a crest factor of 1.414.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"crest_factor"
]
]
Full-load current is the maximum current a system or device draws when operating at full capacity. This user-specified value is usually provided by the system manufacturer.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": 12.5,
"timestamp": 1696010102
}
TDD (Total Demand Distortion) measures harmonic current as a percentage of full-load current. More stable and equipment-specific than THD-I, better for evaluating system performance.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"tdd"
]
]
Current RMS (Root Mean Square) is the square root of the arithmetic mean of the squared values of a periodic waveform. It represents the effective value of current in an AC system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Representation of current RMS in the frequency domain, showing distribution across various frequency components.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"centroid",
"range",
"magnitude"
]
]
THD-I based on Fundamental frequency. Useful for targeting specific harmonics causing issues in a system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"fundamental"
]
]
THD-I based on RMS. Shows distortion in current flow. High values can cause heating in conductors.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Maximum value of the current within individual cycles during a 1-second timeframe. In a 10A AC line, the nominal peak current may reach 14.14A.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"waveform_peak"
]
]
Energy sent back to the grid. Can generate credits or offset costs.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Energy drawn from the grid. Directly impacts electricity bills.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total active energy produced minus consumed.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Apparent energy sent back to the grid. Rarely credited, but informs system's export capacity. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Apparent energy drawn from the grid. Can be a factor in demand or capacity charges. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total apparent energy produced minus consumed. Useful for system capacity planning.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Reactive energy sent back to the grid. Not usually credited. May indicate over-compensation of power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Reactive energy drawn from the grid to maintain magnetic fields in inductive loads. Could lead to power factor penalties.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total reactive energy produced minus consumed. Can indicate wasted power and potential system inefficiency.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Active power is the real power that does actual work, like turning a motor or powering a device. Measured in watts (W), it's the primary factor for energy billing.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"active"
]
]
Apparent power represents the total power flow in an AC circuit, combining active and reactive power. Measured in volt-amperes (VA), it's useful for sizing equipment and wiring but doesn't reflect real energy use.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"apparent"
]
]
Indicates the phase angle difference between current and voltage, affecting real power transfer. Ideal in purely resistive circuits, it may degrade in systems with inductive or capacitive elements, requiring phase-correcting equipment.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"displacement"
]
]
Reflects the impact of harmonics on system efficiency. A poor distortion power factor can lead to overheating and damage to equipment, necessitating harmonic filters for correction.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"distortion"
]
]
The overall measure of electrical system efficiency, considering both displacement and distortion factors. A low total power factor may require infrastructure upgrades or power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"total"
]
]
Reactive power doesn't do work but supports the magnetic and electric fields in AC systems. Measured in volt-amperes reactive (VAR), it's essential for system stability but can lead to inefficiencies.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"reactive"
]
]
User-specified name or identifier for a channel, allowing for easy differentiation of circuits in a system or network.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "Kitchen",
"timestamp": 1696010102
}
The phase designation (L1, L2, L3 or N) in an AC system indicates the specific limb of the three-phase system to which a circuit is connected.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "line_1",
"timestamp": 1696010102
}
Signifies the direction of current flow in the circuit. Generally, in bidirectional circuits, positive polarity indicates current flow from source to load. Negative polarity signifies current flow from load to source. Essential for accurate energy accounting.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "forward",
"timestamp": 1696010102
}
Specifies the model of current sensor installed for measurements.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "ct_30",
"timestamp": 1696010102
}
Ratio of the peak value to the RMS value of a waveform. A pure sine wave has a crest factor of 1.414.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"crest_factor"
]
]
Full-load current is the maximum current a system or device draws when operating at full capacity. This user-specified value is usually provided by the system manufacturer.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": 12.5,
"timestamp": 1696010102
}
TDD (Total Demand Distortion) measures harmonic current as a percentage of full-load current. More stable and equipment-specific than THD-I, better for evaluating system performance.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"tdd"
]
]
Current RMS (Root Mean Square) is the square root of the arithmetic mean of the squared values of a periodic waveform. It represents the effective value of current in an AC system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Representation of current RMS in the frequency domain, showing distribution across various frequency components.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"centroid",
"range",
"magnitude"
]
]
THD-I based on Fundamental frequency. Useful for targeting specific harmonics causing issues in a system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"fundamental"
]
]
THD-I based on RMS. Shows distortion in current flow. High values can cause heating in conductors.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Maximum value of the current within individual cycles during a 1-second timeframe. In a 10A AC line, the nominal peak current may reach 14.14A.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"waveform_peak"
]
]
Energy sent back to the grid. Can generate credits or offset costs.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Energy drawn from the grid. Directly impacts electricity bills.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total active energy produced minus consumed.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Apparent energy sent back to the grid. Rarely credited, but informs system's export capacity. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Apparent energy drawn from the grid. Can be a factor in demand or capacity charges. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total apparent energy produced minus consumed. Useful for system capacity planning.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Reactive energy sent back to the grid. Not usually credited. May indicate over-compensation of power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Reactive energy drawn from the grid to maintain magnetic fields in inductive loads. Could lead to power factor penalties.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total reactive energy produced minus consumed. Can indicate wasted power and potential system inefficiency.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Active power is the real power that does actual work, like turning a motor or powering a device. Measured in watts (W), it's the primary factor for energy billing.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"active"
]
]
Apparent power represents the total power flow in an AC circuit, combining active and reactive power. Measured in volt-amperes (VA), it's useful for sizing equipment and wiring but doesn't reflect real energy use.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"apparent"
]
]
Indicates the phase angle difference between current and voltage, affecting real power transfer. Ideal in purely resistive circuits, it may degrade in systems with inductive or capacitive elements, requiring phase-correcting equipment.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"displacement"
]
]
Reflects the impact of harmonics on system efficiency. A poor distortion power factor can lead to overheating and damage to equipment, necessitating harmonic filters for correction.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"distortion"
]
]
The overall measure of electrical system efficiency, considering both displacement and distortion factors. A low total power factor may require infrastructure upgrades or power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"total"
]
]
Reactive power doesn't do work but supports the magnetic and electric fields in AC systems. Measured in volt-amperes reactive (VAR), it's essential for system stability but can lead to inefficiencies.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"reactive"
]
]
User-specified name or identifier for a channel, allowing for easy differentiation of circuits in a system or network.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "Kitchen",
"timestamp": 1696010102
}
The phase designation (L1, L2, L3 or N) in an AC system indicates the specific limb of the three-phase system to which a circuit is connected.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "line_1",
"timestamp": 1696010102
}
Signifies the direction of current flow in the circuit. Generally, in bidirectional circuits, positive polarity indicates current flow from source to load. Negative polarity signifies current flow from load to source. Essential for accurate energy accounting.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "forward",
"timestamp": 1696010102
}
Specifies the model of current sensor installed for measurements.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "ct_30",
"timestamp": 1696010102
}
Ratio of the peak value to the RMS value of a waveform. A pure sine wave has a crest factor of 1.414.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"crest_factor"
]
]
Full-load current is the maximum current a system or device draws when operating at full capacity. This user-specified value is usually provided by the system manufacturer.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": 12.5,
"timestamp": 1696010102
}
TDD (Total Demand Distortion) measures harmonic current as a percentage of full-load current. More stable and equipment-specific than THD-I, better for evaluating system performance.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"tdd"
]
]
Current RMS (Root Mean Square) is the square root of the arithmetic mean of the squared values of a periodic waveform. It represents the effective value of current in an AC system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Representation of current RMS in the frequency domain, showing distribution across various frequency components.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"centroid",
"range",
"magnitude"
]
]
THD-I based on Fundamental frequency. Useful for targeting specific harmonics causing issues in a system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"fundamental"
]
]
THD-I based on RMS. Shows distortion in current flow. High values can cause heating in conductors.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Maximum value of the current within individual cycles during a 1-second timeframe. In a 10A AC line, the nominal peak current may reach 14.14A.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"waveform_peak"
]
]
Energy sent back to the grid. Can generate credits or offset costs.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Energy drawn from the grid. Directly impacts electricity bills.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total active energy produced minus consumed.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Apparent energy sent back to the grid. Rarely credited, but informs system's export capacity. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Apparent energy drawn from the grid. Can be a factor in demand or capacity charges. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total apparent energy produced minus consumed. Useful for system capacity planning.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Reactive energy sent back to the grid. Not usually credited. May indicate over-compensation of power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Reactive energy drawn from the grid to maintain magnetic fields in inductive loads. Could lead to power factor penalties.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total reactive energy produced minus consumed. Can indicate wasted power and potential system inefficiency.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Active power is the real power that does actual work, like turning a motor or powering a device. Measured in watts (W), it's the primary factor for energy billing.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"active"
]
]
Apparent power represents the total power flow in an AC circuit, combining active and reactive power. Measured in volt-amperes (VA), it's useful for sizing equipment and wiring but doesn't reflect real energy use.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"apparent"
]
]
Indicates the phase angle difference between current and voltage, affecting real power transfer. Ideal in purely resistive circuits, it may degrade in systems with inductive or capacitive elements, requiring phase-correcting equipment.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"displacement"
]
]
Reflects the impact of harmonics on system efficiency. A poor distortion power factor can lead to overheating and damage to equipment, necessitating harmonic filters for correction.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"distortion"
]
]
The overall measure of electrical system efficiency, considering both displacement and distortion factors. A low total power factor may require infrastructure upgrades or power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"total"
]
]
Reactive power doesn't do work but supports the magnetic and electric fields in AC systems. Measured in volt-amperes reactive (VAR), it's essential for system stability but can lead to inefficiencies.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"reactive"
]
]
User-specified name or identifier for a channel, allowing for easy differentiation of circuits in a system or network.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "Kitchen",
"timestamp": 1696010102
}
The phase designation (L1, L2, L3 or N) in an AC system indicates the specific limb of the three-phase system to which a circuit is connected.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "line_1",
"timestamp": 1696010102
}
Signifies the direction of current flow in the circuit. Generally, in bidirectional circuits, positive polarity indicates current flow from source to load. Negative polarity signifies current flow from load to source. Essential for accurate energy accounting.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "forward",
"timestamp": 1696010102
}
Specifies the model of current sensor installed for measurements.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "ct_30",
"timestamp": 1696010102
}
Ratio of the peak value to the RMS value of a waveform. A pure sine wave has a crest factor of 1.414.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"crest_factor"
]
]
Full-load current is the maximum current a system or device draws when operating at full capacity. This user-specified value is usually provided by the system manufacturer.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": 12.5,
"timestamp": 1696010102
}
TDD (Total Demand Distortion) measures harmonic current as a percentage of full-load current. More stable and equipment-specific than THD-I, better for evaluating system performance.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"tdd"
]
]
Current RMS (Root Mean Square) is the square root of the arithmetic mean of the squared values of a periodic waveform. It represents the effective value of current in an AC system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Representation of current RMS in the frequency domain, showing distribution across various frequency components.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"centroid",
"range",
"magnitude"
]
]
THD-I based on Fundamental frequency. Useful for targeting specific harmonics causing issues in a system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"fundamental"
]
]
THD-I based on RMS. Shows distortion in current flow. High values can cause heating in conductors.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Maximum value of the current within individual cycles during a 1-second timeframe. In a 10A AC line, the nominal peak current may reach 14.14A.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"waveform_peak"
]
]
Energy sent back to the grid. Can generate credits or offset costs.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Energy drawn from the grid. Directly impacts electricity bills.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total active energy produced minus consumed.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Apparent energy sent back to the grid. Rarely credited, but informs system's export capacity. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Apparent energy drawn from the grid. Can be a factor in demand or capacity charges. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total apparent energy produced minus consumed. Useful for system capacity planning.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Reactive energy sent back to the grid. Not usually credited. May indicate over-compensation of power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Reactive energy drawn from the grid to maintain magnetic fields in inductive loads. Could lead to power factor penalties.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total reactive energy produced minus consumed. Can indicate wasted power and potential system inefficiency.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Active power is the real power that does actual work, like turning a motor or powering a device. Measured in watts (W), it's the primary factor for energy billing.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"active"
]
]
Apparent power represents the total power flow in an AC circuit, combining active and reactive power. Measured in volt-amperes (VA), it's useful for sizing equipment and wiring but doesn't reflect real energy use.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"apparent"
]
]
Indicates the phase angle difference between current and voltage, affecting real power transfer. Ideal in purely resistive circuits, it may degrade in systems with inductive or capacitive elements, requiring phase-correcting equipment.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"displacement"
]
]
Reflects the impact of harmonics on system efficiency. A poor distortion power factor can lead to overheating and damage to equipment, necessitating harmonic filters for correction.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"distortion"
]
]
The overall measure of electrical system efficiency, considering both displacement and distortion factors. A low total power factor may require infrastructure upgrades or power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"total"
]
]
Reactive power doesn't do work but supports the magnetic and electric fields in AC systems. Measured in volt-amperes reactive (VAR), it's essential for system stability but can lead to inefficiencies.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"reactive"
]
]
User-specified name or identifier for a channel, allowing for easy differentiation of circuits in a system or network.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "Kitchen",
"timestamp": 1696010102
}
The phase designation (L1, L2, L3 or N) in an AC system indicates the specific limb of the three-phase system to which a circuit is connected.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "line_1",
"timestamp": 1696010102
}
Signifies the direction of current flow in the circuit. Generally, in bidirectional circuits, positive polarity indicates current flow from source to load. Negative polarity signifies current flow from load to source. Essential for accurate energy accounting.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "forward",
"timestamp": 1696010102
}
Specifies the model of current sensor installed for measurements.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "ct_30",
"timestamp": 1696010102
}
Ratio of the peak value to the RMS value of a waveform. A pure sine wave has a crest factor of 1.414.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"crest_factor"
]
]
Full-load current is the maximum current a system or device draws when operating at full capacity. This user-specified value is usually provided by the system manufacturer.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": 12.5,
"timestamp": 1696010102
}
TDD (Total Demand Distortion) measures harmonic current as a percentage of full-load current. More stable and equipment-specific than THD-I, better for evaluating system performance.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"tdd"
]
]
Current RMS (Root Mean Square) is the square root of the arithmetic mean of the squared values of a periodic waveform. It represents the effective value of current in an AC system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Representation of current RMS in the frequency domain, showing distribution across various frequency components.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"centroid",
"range",
"magnitude"
]
]
THD-I based on Fundamental frequency. Useful for targeting specific harmonics causing issues in a system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"fundamental"
]
]
THD-I based on RMS. Shows distortion in current flow. High values can cause heating in conductors.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Maximum value of the current within individual cycles during a 1-second timeframe. In a 10A AC line, the nominal peak current may reach 14.14A.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"waveform_peak"
]
]
Energy sent back to the grid. Can generate credits or offset costs.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Energy drawn from the grid. Directly impacts electricity bills.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total active energy produced minus consumed.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Apparent energy sent back to the grid. Rarely credited, but informs system's export capacity. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Apparent energy drawn from the grid. Can be a factor in demand or capacity charges. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total apparent energy produced minus consumed. Useful for system capacity planning.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Reactive energy sent back to the grid. Not usually credited. May indicate over-compensation of power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Reactive energy drawn from the grid to maintain magnetic fields in inductive loads. Could lead to power factor penalties.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total reactive energy produced minus consumed. Can indicate wasted power and potential system inefficiency.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Active power is the real power that does actual work, like turning a motor or powering a device. Measured in watts (W), it's the primary factor for energy billing.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"active"
]
]
Apparent power represents the total power flow in an AC circuit, combining active and reactive power. Measured in volt-amperes (VA), it's useful for sizing equipment and wiring but doesn't reflect real energy use.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"apparent"
]
]
Indicates the phase angle difference between current and voltage, affecting real power transfer. Ideal in purely resistive circuits, it may degrade in systems with inductive or capacitive elements, requiring phase-correcting equipment.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"displacement"
]
]
Reflects the impact of harmonics on system efficiency. A poor distortion power factor can lead to overheating and damage to equipment, necessitating harmonic filters for correction.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"distortion"
]
]
The overall measure of electrical system efficiency, considering both displacement and distortion factors. A low total power factor may require infrastructure upgrades or power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"total"
]
]
Reactive power doesn't do work but supports the magnetic and electric fields in AC systems. Measured in volt-amperes reactive (VAR), it's essential for system stability but can lead to inefficiencies.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"reactive"
]
]
User-specified name or identifier for a channel, allowing for easy differentiation of circuits in a system or network.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "Kitchen",
"timestamp": 1696010102
}
The phase designation (L1, L2, L3 or N) in an AC system indicates the specific limb of the three-phase system to which a circuit is connected.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "line_1",
"timestamp": 1696010102
}
Signifies the direction of current flow in the circuit. Generally, in bidirectional circuits, positive polarity indicates current flow from source to load. Negative polarity signifies current flow from load to source. Essential for accurate energy accounting.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "forward",
"timestamp": 1696010102
}
Specifies the model of current sensor installed for measurements.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "ct_30",
"timestamp": 1696010102
}
Ratio of the peak value to the RMS value of a waveform. A pure sine wave has a crest factor of 1.414.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"crest_factor"
]
]
Full-load current is the maximum current a system or device draws when operating at full capacity. This user-specified value is usually provided by the system manufacturer.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": 12.5,
"timestamp": 1696010102
}
TDD (Total Demand Distortion) measures harmonic current as a percentage of full-load current. More stable and equipment-specific than THD-I, better for evaluating system performance.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"tdd"
]
]
Current RMS (Root Mean Square) is the square root of the arithmetic mean of the squared values of a periodic waveform. It represents the effective value of current in an AC system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Representation of current RMS in the frequency domain, showing distribution across various frequency components.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"centroid",
"range",
"magnitude"
]
]
THD-I based on Fundamental frequency. Useful for targeting specific harmonics causing issues in a system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"fundamental"
]
]
THD-I based on RMS. Shows distortion in current flow. High values can cause heating in conductors.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Maximum value of the current within individual cycles during a 1-second timeframe. In a 10A AC line, the nominal peak current may reach 14.14A.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"waveform_peak"
]
]
Energy sent back to the grid. Can generate credits or offset costs.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Energy drawn from the grid. Directly impacts electricity bills.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total active energy produced minus consumed.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Apparent energy sent back to the grid. Rarely credited, but informs system's export capacity. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Apparent energy drawn from the grid. Can be a factor in demand or capacity charges. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total apparent energy produced minus consumed. Useful for system capacity planning.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Reactive energy sent back to the grid. Not usually credited. May indicate over-compensation of power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Reactive energy drawn from the grid to maintain magnetic fields in inductive loads. Could lead to power factor penalties.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total reactive energy produced minus consumed. Can indicate wasted power and potential system inefficiency.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Active power is the real power that does actual work, like turning a motor or powering a device. Measured in watts (W), it's the primary factor for energy billing.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"active"
]
]
Apparent power represents the total power flow in an AC circuit, combining active and reactive power. Measured in volt-amperes (VA), it's useful for sizing equipment and wiring but doesn't reflect real energy use.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"apparent"
]
]
Indicates the phase angle difference between current and voltage, affecting real power transfer. Ideal in purely resistive circuits, it may degrade in systems with inductive or capacitive elements, requiring phase-correcting equipment.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"displacement"
]
]
Reflects the impact of harmonics on system efficiency. A poor distortion power factor can lead to overheating and damage to equipment, necessitating harmonic filters for correction.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"distortion"
]
]
The overall measure of electrical system efficiency, considering both displacement and distortion factors. A low total power factor may require infrastructure upgrades or power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"total"
]
]
Reactive power doesn't do work but supports the magnetic and electric fields in AC systems. Measured in volt-amperes reactive (VAR), it's essential for system stability but can lead to inefficiencies.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"reactive"
]
]
User-specified name or identifier for a channel, allowing for easy differentiation of circuits in a system or network.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "Kitchen",
"timestamp": 1696010102
}
The phase designation (L1, L2, L3 or N) in an AC system indicates the specific limb of the three-phase system to which a circuit is connected.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "line_1",
"timestamp": 1696010102
}
Signifies the direction of current flow in the circuit. Generally, in bidirectional circuits, positive polarity indicates current flow from source to load. Negative polarity signifies current flow from load to source. Essential for accurate energy accounting.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "forward",
"timestamp": 1696010102
}
Specifies the model of current sensor installed for measurements.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "ct_30",
"timestamp": 1696010102
}
Ratio of the peak value to the RMS value of a waveform. A pure sine wave has a crest factor of 1.414.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"crest_factor"
]
]
Full-load current is the maximum current a system or device draws when operating at full capacity. This user-specified value is usually provided by the system manufacturer.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": 12.5,
"timestamp": 1696010102
}
TDD (Total Demand Distortion) measures harmonic current as a percentage of full-load current. More stable and equipment-specific than THD-I, better for evaluating system performance.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"tdd"
]
]
Current RMS (Root Mean Square) is the square root of the arithmetic mean of the squared values of a periodic waveform. It represents the effective value of current in an AC system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Representation of current RMS in the frequency domain, showing distribution across various frequency components.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"centroid",
"range",
"magnitude"
]
]
THD-I based on Fundamental frequency. Useful for targeting specific harmonics causing issues in a system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"fundamental"
]
]
THD-I based on RMS. Shows distortion in current flow. High values can cause heating in conductors.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Maximum value of the current within individual cycles during a 1-second timeframe. In a 10A AC line, the nominal peak current may reach 14.14A.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"waveform_peak"
]
]
Energy sent back to the grid. Can generate credits or offset costs.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Energy drawn from the grid. Directly impacts electricity bills.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total active energy produced minus consumed.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Apparent energy sent back to the grid. Rarely credited, but informs system's export capacity. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Apparent energy drawn from the grid. Can be a factor in demand or capacity charges. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total apparent energy produced minus consumed. Useful for system capacity planning.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Reactive energy sent back to the grid. Not usually credited. May indicate over-compensation of power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Reactive energy drawn from the grid to maintain magnetic fields in inductive loads. Could lead to power factor penalties.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total reactive energy produced minus consumed. Can indicate wasted power and potential system inefficiency.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Active power is the real power that does actual work, like turning a motor or powering a device. Measured in watts (W), it's the primary factor for energy billing.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"active"
]
]
Apparent power represents the total power flow in an AC circuit, combining active and reactive power. Measured in volt-amperes (VA), it's useful for sizing equipment and wiring but doesn't reflect real energy use.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"apparent"
]
]
Indicates the phase angle difference between current and voltage, affecting real power transfer. Ideal in purely resistive circuits, it may degrade in systems with inductive or capacitive elements, requiring phase-correcting equipment.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"displacement"
]
]
Reflects the impact of harmonics on system efficiency. A poor distortion power factor can lead to overheating and damage to equipment, necessitating harmonic filters for correction.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"distortion"
]
]
The overall measure of electrical system efficiency, considering both displacement and distortion factors. A low total power factor may require infrastructure upgrades or power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"total"
]
]
Reactive power doesn't do work but supports the magnetic and electric fields in AC systems. Measured in volt-amperes reactive (VAR), it's essential for system stability but can lead to inefficiencies.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"reactive"
]
]
User-specified name or identifier for a channel, allowing for easy differentiation of circuits in a system or network.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "Kitchen",
"timestamp": 1696010102
}
The phase designation (L1, L2, L3 or N) in an AC system indicates the specific limb of the three-phase system to which a circuit is connected.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "line_1",
"timestamp": 1696010102
}
Signifies the direction of current flow in the circuit. Generally, in bidirectional circuits, positive polarity indicates current flow from source to load. Negative polarity signifies current flow from load to source. Essential for accurate energy accounting.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "forward",
"timestamp": 1696010102
}
Specifies the model of current sensor installed for measurements.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "ct_30",
"timestamp": 1696010102
}
Ratio of the peak value to the RMS value of a waveform. A pure sine wave has a crest factor of 1.414.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"crest_factor"
]
]
Full-load current is the maximum current a system or device draws when operating at full capacity. This user-specified value is usually provided by the system manufacturer.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": 12.5,
"timestamp": 1696010102
}
TDD (Total Demand Distortion) measures harmonic current as a percentage of full-load current. More stable and equipment-specific than THD-I, better for evaluating system performance.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"tdd"
]
]
Current RMS (Root Mean Square) is the square root of the arithmetic mean of the squared values of a periodic waveform. It represents the effective value of current in an AC system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Representation of current RMS in the frequency domain, showing distribution across various frequency components.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"centroid",
"range",
"magnitude"
]
]
THD-I based on Fundamental frequency. Useful for targeting specific harmonics causing issues in a system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"fundamental"
]
]
THD-I based on RMS. Shows distortion in current flow. High values can cause heating in conductors.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Maximum value of the current within individual cycles during a 1-second timeframe. In a 10A AC line, the nominal peak current may reach 14.14A.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"waveform_peak"
]
]
Energy sent back to the grid. Can generate credits or offset costs.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Energy drawn from the grid. Directly impacts electricity bills.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total active energy produced minus consumed.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Apparent energy sent back to the grid. Rarely credited, but informs system's export capacity. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Apparent energy drawn from the grid. Can be a factor in demand or capacity charges. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total apparent energy produced minus consumed. Useful for system capacity planning.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Reactive energy sent back to the grid. Not usually credited. May indicate over-compensation of power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Reactive energy drawn from the grid to maintain magnetic fields in inductive loads. Could lead to power factor penalties.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total reactive energy produced minus consumed. Can indicate wasted power and potential system inefficiency.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Active power is the real power that does actual work, like turning a motor or powering a device. Measured in watts (W), it's the primary factor for energy billing.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"active"
]
]
Apparent power represents the total power flow in an AC circuit, combining active and reactive power. Measured in volt-amperes (VA), it's useful for sizing equipment and wiring but doesn't reflect real energy use.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"apparent"
]
]
Indicates the phase angle difference between current and voltage, affecting real power transfer. Ideal in purely resistive circuits, it may degrade in systems with inductive or capacitive elements, requiring phase-correcting equipment.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"displacement"
]
]
Reflects the impact of harmonics on system efficiency. A poor distortion power factor can lead to overheating and damage to equipment, necessitating harmonic filters for correction.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"distortion"
]
]
The overall measure of electrical system efficiency, considering both displacement and distortion factors. A low total power factor may require infrastructure upgrades or power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"total"
]
]
Reactive power doesn't do work but supports the magnetic and electric fields in AC systems. Measured in volt-amperes reactive (VAR), it's essential for system stability but can lead to inefficiencies.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"reactive"
]
]
User-specified name or identifier for a channel, allowing for easy differentiation of circuits in a system or network.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "Kitchen",
"timestamp": 1696010102
}
The phase designation (L1, L2, L3 or N) in an AC system indicates the specific limb of the three-phase system to which a circuit is connected.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "line_1",
"timestamp": 1696010102
}
Signifies the direction of current flow in the circuit. Generally, in bidirectional circuits, positive polarity indicates current flow from source to load. Negative polarity signifies current flow from load to source. Essential for accurate energy accounting.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "forward",
"timestamp": 1696010102
}
Specifies the model of current sensor installed for measurements.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "ct_30",
"timestamp": 1696010102
}
Ratio of the peak value to the RMS value of a waveform. A pure sine wave has a crest factor of 1.414.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"crest_factor"
]
]
Full-load current is the maximum current a system or device draws when operating at full capacity. This user-specified value is usually provided by the system manufacturer.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": 12.5,
"timestamp": 1696010102
}
TDD (Total Demand Distortion) measures harmonic current as a percentage of full-load current. More stable and equipment-specific than THD-I, better for evaluating system performance.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"tdd"
]
]
Current RMS (Root Mean Square) is the square root of the arithmetic mean of the squared values of a periodic waveform. It represents the effective value of current in an AC system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Representation of current RMS in the frequency domain, showing distribution across various frequency components.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"centroid",
"range",
"magnitude"
]
]
THD-I based on Fundamental frequency. Useful for targeting specific harmonics causing issues in a system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"fundamental"
]
]
THD-I based on RMS. Shows distortion in current flow. High values can cause heating in conductors.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Maximum value of the current within individual cycles during a 1-second timeframe. In a 10A AC line, the nominal peak current may reach 14.14A.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"waveform_peak"
]
]
Energy sent back to the grid. Can generate credits or offset costs.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Energy drawn from the grid. Directly impacts electricity bills.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total active energy produced minus consumed.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Apparent energy sent back to the grid. Rarely credited, but informs system's export capacity. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Apparent energy drawn from the grid. Can be a factor in demand or capacity charges. Typically measured in kVAh.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total apparent energy produced minus consumed. Useful for system capacity planning.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Reactive energy sent back to the grid. Not usually credited. May indicate over-compensation of power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"exported"
]
]
Reactive energy drawn from the grid to maintain magnetic fields in inductive loads. Could lead to power factor penalties.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"imported"
]
]
Total reactive energy produced minus consumed. Can indicate wasted power and potential system inefficiency.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"net"
]
]
Active power is the real power that does actual work, like turning a motor or powering a device. Measured in watts (W), it's the primary factor for energy billing.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"active"
]
]
Apparent power represents the total power flow in an AC circuit, combining active and reactive power. Measured in volt-amperes (VA), it's useful for sizing equipment and wiring but doesn't reflect real energy use.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"apparent"
]
]
Indicates the phase angle difference between current and voltage, affecting real power transfer. Ideal in purely resistive circuits, it may degrade in systems with inductive or capacitive elements, requiring phase-correcting equipment.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"displacement"
]
]
Reflects the impact of harmonics on system efficiency. A poor distortion power factor can lead to overheating and damage to equipment, necessitating harmonic filters for correction.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"distortion"
]
]
The overall measure of electrical system efficiency, considering both displacement and distortion factors. A low total power factor may require infrastructure upgrades or power factor correction devices.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"total"
]
]
Reactive power doesn't do work but supports the magnetic and electric fields in AC systems. Measured in volt-amperes reactive (VAR), it's essential for system stability but can lead to inefficiencies.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"reactive"
]
]
acb
Available only on servers:
Some description
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"short_circuit"
]
]
acb
Available only on servers:
Some description
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"short_circuit"
]
]
The number of cycles per second in an alternating current (AC) system, measured in Hertz (Hz).
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"instantaneous"
]
]
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": {},
"timestamp": 1696010102
}
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": {},
"timestamp": 1696010102
}
Transient values in grid frequency at 200ms intervals correspond to 10 cycles in a 50 Hz system and 12 cycles in a 60 Hz system. These brief deviations are vital for electrical grid stability.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"transient"
]
]
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": {},
"timestamp": 1696010102
}
Ratio of the peak value to the RMS value of a waveform. A pure sine wave has a crest factor of 1.414.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"crest_factor"
]
]
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"event"
]
]
Prescribed bounds for acceptable voltage variation. An event triggers when voltage exceeds the upper or lower thresholds relative to the reference voltage. It triggers off when voltage returns to within hysteresis limits.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": {
"[property]": 123,
"lower_hysteresis": 95,
"lower_threshold": 90,
"reference": 230,
"upper_hysteresis": 105,
"upper_threshold": 110
},
"timestamp": 1696010102
}
Voltage RMS (Root Mean Square), the square root of the arithmetic mean of the squared values of a periodic waveform. It represents the effective value of voltage in an AC system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Representation of voltage RMS in the frequency domain, showing distribution across various frequency components.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"centroid",
"range",
"magnitude"
]
]
THD-V based on fundamental frequency (typically 50 or 60Hz). Focuses on distortion from base AC frequency. Useful for filtering decisions.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"fundamental"
]
]
THD-V based on RMS. Indicates quality of voltage. High values can affect sensitive equipment.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Maximum value of the voltage within individual cycles during a 1-second timeframe. In a 230V AC line, the nominal peak voltage may reach 325 V.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"waveform_peak"
]
]
Ratio of the peak value to the RMS value of a waveform. A pure sine wave has a crest factor of 1.414.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"crest_factor"
]
]
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"event"
]
]
Prescribed bounds for acceptable voltage variation. An event triggers when voltage exceeds the upper or lower thresholds relative to the reference voltage. It triggers off when voltage returns to within hysteresis limits.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": {
"[property]": 123,
"lower_hysteresis": 95,
"lower_threshold": 90,
"reference": 230,
"upper_hysteresis": 105,
"upper_threshold": 110
},
"timestamp": 1696010102
}
Voltage RMS (Root Mean Square), the square root of the arithmetic mean of the squared values of a periodic waveform. It represents the effective value of voltage in an AC system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Representation of voltage RMS in the frequency domain, showing distribution across various frequency components.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"centroid",
"range",
"magnitude"
]
]
THD-V based on fundamental frequency (typically 50 or 60Hz). Focuses on distortion from base AC frequency. Useful for filtering decisions.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"fundamental"
]
]
THD-V based on RMS. Indicates quality of voltage. High values can affect sensitive equipment.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Maximum value of the voltage within individual cycles during a 1-second timeframe. In a 230V AC line, the nominal peak voltage may reach 325 V.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"waveform_peak"
]
]
Ratio of the peak value to the RMS value of a waveform. A pure sine wave has a crest factor of 1.414.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"crest_factor"
]
]
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"event"
]
]
Prescribed bounds for acceptable voltage variation. An event triggers when voltage exceeds the upper or lower thresholds relative to the reference voltage. It triggers off when voltage returns to within hysteresis limits.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": {
"[property]": 123,
"lower_hysteresis": 95,
"lower_threshold": 90,
"reference": 230,
"upper_hysteresis": 105,
"upper_threshold": 110
},
"timestamp": 1696010102
}
Voltage RMS (Root Mean Square), the square root of the arithmetic mean of the squared values of a periodic waveform. It represents the effective value of voltage in an AC system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Representation of voltage RMS in the frequency domain, showing distribution across various frequency components.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"centroid",
"range",
"magnitude"
]
]
THD-V based on fundamental frequency (typically 50 or 60Hz). Focuses on distortion from base AC frequency. Useful for filtering decisions.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"fundamental"
]
]
THD-V based on RMS. Indicates quality of voltage. High values can affect sensitive equipment.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rms"
]
]
Maximum value of the voltage within individual cycles during a 1-second timeframe. In a 230V AC line, the nominal peak voltage may reach 325 V.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"waveform_peak"
]
]
Voltage Unbalance Factor (VUF) in a three-phase system quantifies the deviation among the RMS values of the three phases. It is calculated as the ratio of the maximum deviation from the average voltage to the average voltage itself, expressed as a percentage. Higher VUF values indicate a greater imbalance in the system.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"unbalance_factor"
]
]
Parameters related to electrical systems.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": {
"ac": {
"circuits": {
"1": {
"config": {
"label": "Kitchen",
"phase": "line_1",
"polarity": "forward",
"sensor": "ct_30"
},
"current": {
"demand_distortion": {
"full_load_current": 12.5
}
}
},
"2": {
"config": {
"label": "Kitchen",
"phase": "line_1",
"polarity": "forward",
"sensor": "ct_30"
},
"current": {
"demand_distortion": {
"full_load_current": 12.5
}
}
},
"3": {
"config": {
"label": "Kitchen",
"phase": "line_1",
"polarity": "forward",
"sensor": "ct_30"
},
"current": {
"demand_distortion": {
"full_load_current": 12.5
}
}
},
"4": {
"config": {
"label": "Kitchen",
"phase": "line_1",
"polarity": "forward",
"sensor": "ct_30"
},
"current": {
"demand_distortion": {
"full_load_current": 12.5
}
}
},
"5": {
"config": {
"label": "Kitchen",
"phase": "line_1",
"polarity": "forward",
"sensor": "ct_30"
},
"current": {
"demand_distortion": {
"full_load_current": 12.5
}
}
},
"6": {
"config": {
"label": "Kitchen",
"phase": "line_1",
"polarity": "forward",
"sensor": "ct_30"
},
"current": {
"demand_distortion": {
"full_load_current": 12.5
}
}
},
"7": {
"config": {
"label": "Kitchen",
"phase": "line_1",
"polarity": "forward",
"sensor": "ct_30"
},
"current": {
"demand_distortion": {
"full_load_current": 12.5
}
}
},
"8": {
"config": {
"label": "Kitchen",
"phase": "line_1",
"polarity": "forward",
"sensor": "ct_30"
},
"current": {
"demand_distortion": {
"full_load_current": 12.5
}
}
},
"9": {
"config": {
"label": "Kitchen",
"phase": "line_1",
"polarity": "forward",
"sensor": "ct_30"
},
"current": {
"demand_distortion": {
"full_load_current": 12.5
}
}
},
"10": {
"config": {
"label": "Kitchen",
"phase": "line_1",
"polarity": "forward",
"sensor": "ct_30"
},
"current": {
"demand_distortion": {
"full_load_current": 12.5
}
}
},
"11": {
"config": {
"label": "Kitchen",
"phase": "line_1",
"polarity": "forward",
"sensor": "ct_30"
},
"current": {
"demand_distortion": {
"full_load_current": 12.5
}
}
},
"12": {
"config": {
"label": "Kitchen",
"phase": "line_1",
"polarity": "forward",
"sensor": "ct_30"
},
"current": {
"demand_distortion": {
"full_load_current": 12.5
}
}
},
"13": {
"config": {
"label": "Kitchen",
"phase": "line_1",
"polarity": "forward",
"sensor": "ct_30"
},
"current": {
"demand_distortion": {
"full_load_current": 12.5
}
}
},
"14": {
"config": {
"label": "Kitchen",
"phase": "line_1",
"polarity": "forward",
"sensor": "ct_30"
},
"current": {
"demand_distortion": {
"full_load_current": 12.5
}
}
},
"15": {
"config": {
"label": "Kitchen",
"phase": "line_1",
"polarity": "forward",
"sensor": "ct_30"
},
"current": {
"demand_distortion": {
"full_load_current": 12.5
}
}
},
"16": {
"config": {
"label": "Kitchen",
"phase": "line_1",
"polarity": "forward",
"sensor": "ct_30"
},
"current": {
"demand_distortion": {
"full_load_current": 12.5
}
}
}
},
"frequency": {
"nominal": {},
"nominal_range": {}
},
"voltage": {
"nominal": {},
"phases": {
"line_1": {
"dips_swells": {
"limits": {}
}
},
"line_2": {
"dips_swells": {
"limits": {}
}
},
"line_3": {
"dips_swells": {
"limits": {}
}
}
}
}
}
},
"timestamp": 1696010102
}
Parameters related to electrical systems.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": {
"ac": {
"circuits": {
"1": {
"config": {},
"current": {
"crest_factor": 1.41,
"demand_distortion": {
"tdd": 4.2
},
"rms": 12.5,
"spectrum": [
{
"centroid": 100,
"magnitude": 12.5,
"range": 50.01
}
],
"thd": {
"fundamental": 12.7,
"rms": 4.2
},
"waveform_peak": 12.5
},
"energy": {
"active": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"apparent": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"reactive": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
}
},
"power": {
"active": 1482.6,
"apparent": 1739.4,
"power_factor": {
"displacement": 0.91,
"distortion": 0.91,
"total": 0.91
},
"reactive": 1482.6
}
},
"2": {
"config": {},
"current": {
"crest_factor": 1.41,
"demand_distortion": {
"tdd": 4.2
},
"rms": 12.5,
"spectrum": [
{
"centroid": 100,
"magnitude": 12.5,
"range": 50.01
}
],
"thd": {
"fundamental": 12.7,
"rms": 4.2
},
"waveform_peak": 12.5
},
"energy": {
"active": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"apparent": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"reactive": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
}
},
"power": {
"active": 1482.6,
"apparent": 1739.4,
"power_factor": {
"displacement": 0.91,
"distortion": 0.91,
"total": 0.91
},
"reactive": 1482.6
}
},
"3": {
"config": {},
"current": {
"crest_factor": 1.41,
"demand_distortion": {
"tdd": 4.2
},
"rms": 12.5,
"spectrum": [
{
"centroid": 100,
"magnitude": 12.5,
"range": 50.01
}
],
"thd": {
"fundamental": 12.7,
"rms": 4.2
},
"waveform_peak": 12.5
},
"energy": {
"active": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"apparent": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"reactive": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
}
},
"power": {
"active": 1482.6,
"apparent": 1739.4,
"power_factor": {
"displacement": 0.91,
"distortion": 0.91,
"total": 0.91
},
"reactive": 1482.6
}
},
"4": {
"config": {},
"current": {
"crest_factor": 1.41,
"demand_distortion": {
"tdd": 4.2
},
"rms": 12.5,
"spectrum": [
{
"centroid": 100,
"magnitude": 12.5,
"range": 50.01
}
],
"thd": {
"fundamental": 12.7,
"rms": 4.2
},
"waveform_peak": 12.5
},
"energy": {
"active": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"apparent": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"reactive": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
}
},
"power": {
"active": 1482.6,
"apparent": 1739.4,
"power_factor": {
"displacement": 0.91,
"distortion": 0.91,
"total": 0.91
},
"reactive": 1482.6
}
},
"5": {
"config": {},
"current": {
"crest_factor": 1.41,
"demand_distortion": {
"tdd": 4.2
},
"rms": 12.5,
"spectrum": [
{
"centroid": 100,
"magnitude": 12.5,
"range": 50.01
}
],
"thd": {
"fundamental": 12.7,
"rms": 4.2
},
"waveform_peak": 12.5
},
"energy": {
"active": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"apparent": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"reactive": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
}
},
"power": {
"active": 1482.6,
"apparent": 1739.4,
"power_factor": {
"displacement": 0.91,
"distortion": 0.91,
"total": 0.91
},
"reactive": 1482.6
}
},
"6": {
"config": {},
"current": {
"crest_factor": 1.41,
"demand_distortion": {
"tdd": 4.2
},
"rms": 12.5,
"spectrum": [
{
"centroid": 100,
"magnitude": 12.5,
"range": 50.01
}
],
"thd": {
"fundamental": 12.7,
"rms": 4.2
},
"waveform_peak": 12.5
},
"energy": {
"active": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"apparent": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"reactive": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
}
},
"power": {
"active": 1482.6,
"apparent": 1739.4,
"power_factor": {
"displacement": 0.91,
"distortion": 0.91,
"total": 0.91
},
"reactive": 1482.6
}
},
"7": {
"config": {},
"current": {
"crest_factor": 1.41,
"demand_distortion": {
"tdd": 4.2
},
"rms": 12.5,
"spectrum": [
{
"centroid": 100,
"magnitude": 12.5,
"range": 50.01
}
],
"thd": {
"fundamental": 12.7,
"rms": 4.2
},
"waveform_peak": 12.5
},
"energy": {
"active": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"apparent": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"reactive": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
}
},
"power": {
"active": 1482.6,
"apparent": 1739.4,
"power_factor": {
"displacement": 0.91,
"distortion": 0.91,
"total": 0.91
},
"reactive": 1482.6
}
},
"8": {
"config": {},
"current": {
"crest_factor": 1.41,
"demand_distortion": {
"tdd": 4.2
},
"rms": 12.5,
"spectrum": [
{
"centroid": 100,
"magnitude": 12.5,
"range": 50.01
}
],
"thd": {
"fundamental": 12.7,
"rms": 4.2
},
"waveform_peak": 12.5
},
"energy": {
"active": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"apparent": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"reactive": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
}
},
"power": {
"active": 1482.6,
"apparent": 1739.4,
"power_factor": {
"displacement": 0.91,
"distortion": 0.91,
"total": 0.91
},
"reactive": 1482.6
}
},
"9": {
"config": {},
"current": {
"crest_factor": 1.41,
"demand_distortion": {
"tdd": 4.2
},
"rms": 12.5,
"spectrum": [
{
"centroid": 100,
"magnitude": 12.5,
"range": 50.01
}
],
"thd": {
"fundamental": 12.7,
"rms": 4.2
},
"waveform_peak": 12.5
},
"energy": {
"active": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"apparent": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"reactive": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
}
},
"power": {
"active": 1482.6,
"apparent": 1739.4,
"power_factor": {
"displacement": 0.91,
"distortion": 0.91,
"total": 0.91
},
"reactive": 1482.6
}
},
"10": {
"config": {},
"current": {
"crest_factor": 1.41,
"demand_distortion": {
"tdd": 4.2
},
"rms": 12.5,
"spectrum": [
{
"centroid": 100,
"magnitude": 12.5,
"range": 50.01
}
],
"thd": {
"fundamental": 12.7,
"rms": 4.2
},
"waveform_peak": 12.5
},
"energy": {
"active": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"apparent": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"reactive": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
}
},
"power": {
"active": 1482.6,
"apparent": 1739.4,
"power_factor": {
"displacement": 0.91,
"distortion": 0.91,
"total": 0.91
},
"reactive": 1482.6
}
},
"11": {
"config": {},
"current": {
"crest_factor": 1.41,
"demand_distortion": {
"tdd": 4.2
},
"rms": 12.5,
"spectrum": [
{
"centroid": 100,
"magnitude": 12.5,
"range": 50.01
}
],
"thd": {
"fundamental": 12.7,
"rms": 4.2
},
"waveform_peak": 12.5
},
"energy": {
"active": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"apparent": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"reactive": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
}
},
"power": {
"active": 1482.6,
"apparent": 1739.4,
"power_factor": {
"displacement": 0.91,
"distortion": 0.91,
"total": 0.91
},
"reactive": 1482.6
}
},
"12": {
"config": {},
"current": {
"crest_factor": 1.41,
"demand_distortion": {
"tdd": 4.2
},
"rms": 12.5,
"spectrum": [
{
"centroid": 100,
"magnitude": 12.5,
"range": 50.01
}
],
"thd": {
"fundamental": 12.7,
"rms": 4.2
},
"waveform_peak": 12.5
},
"energy": {
"active": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"apparent": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"reactive": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
}
},
"power": {
"active": 1482.6,
"apparent": 1739.4,
"power_factor": {
"displacement": 0.91,
"distortion": 0.91,
"total": 0.91
},
"reactive": 1482.6
}
},
"13": {
"config": {},
"current": {
"crest_factor": 1.41,
"demand_distortion": {
"tdd": 4.2
},
"rms": 12.5,
"spectrum": [
{
"centroid": 100,
"magnitude": 12.5,
"range": 50.01
}
],
"thd": {
"fundamental": 12.7,
"rms": 4.2
},
"waveform_peak": 12.5
},
"energy": {
"active": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"apparent": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"reactive": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
}
},
"power": {
"active": 1482.6,
"apparent": 1739.4,
"power_factor": {
"displacement": 0.91,
"distortion": 0.91,
"total": 0.91
},
"reactive": 1482.6
}
},
"14": {
"config": {},
"current": {
"crest_factor": 1.41,
"demand_distortion": {
"tdd": 4.2
},
"rms": 12.5,
"spectrum": [
{
"centroid": 100,
"magnitude": 12.5,
"range": 50.01
}
],
"thd": {
"fundamental": 12.7,
"rms": 4.2
},
"waveform_peak": 12.5
},
"energy": {
"active": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"apparent": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"reactive": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
}
},
"power": {
"active": 1482.6,
"apparent": 1739.4,
"power_factor": {
"displacement": 0.91,
"distortion": 0.91,
"total": 0.91
},
"reactive": 1482.6
}
},
"15": {
"config": {},
"current": {
"crest_factor": 1.41,
"demand_distortion": {
"tdd": 4.2
},
"rms": 12.5,
"spectrum": [
{
"centroid": 100,
"magnitude": 12.5,
"range": 50.01
}
],
"thd": {
"fundamental": 12.7,
"rms": 4.2
},
"waveform_peak": 12.5
},
"energy": {
"active": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"apparent": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"reactive": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
}
},
"power": {
"active": 1482.6,
"apparent": 1739.4,
"power_factor": {
"displacement": 0.91,
"distortion": 0.91,
"total": 0.91
},
"reactive": 1482.6
}
},
"16": {
"config": {},
"current": {
"crest_factor": 1.41,
"demand_distortion": {
"tdd": 4.2
},
"rms": 12.5,
"spectrum": [
{
"centroid": 100,
"magnitude": 12.5,
"range": 50.01
}
],
"thd": {
"fundamental": 12.7,
"rms": 4.2
},
"waveform_peak": 12.5
},
"energy": {
"active": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"apparent": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
},
"reactive": {
"exported": 134.3,
"imported": 134.3,
"net": 187.4
}
},
"power": {
"active": 1482.6,
"apparent": 1739.4,
"power_factor": {
"displacement": 0.91,
"distortion": 0.91,
"total": 0.91
},
"reactive": 1482.6
}
}
},
"frequency": {
"instantaneous": 50.01,
"transient": {
"min": 50.01,
"std_dev": 50.01
}
},
"voltage": {
"phases": {
"line_1": {
"crest_factor": 1.41,
"dips_swells": {
"event": {
"duration": null,
"magnitude": 230,
"start_time": 0
}
},
"rms": 230,
"spectrum": [
{
"centroid": 100,
"magnitude": 230,
"range": 50.01
}
],
"thd": {
"fundamental": 12.7,
"rms": 4.2
},
"waveform_peak": 230
},
"line_2": {
"crest_factor": 1.41,
"dips_swells": {
"event": {
"duration": null,
"magnitude": 230,
"start_time": 0
}
},
"rms": 230,
"spectrum": [
{
"centroid": 100,
"magnitude": 230,
"range": 50.01
}
],
"thd": {
"fundamental": 12.7,
"rms": 4.2
},
"waveform_peak": 230
},
"line_3": {
"crest_factor": 1.41,
"dips_swells": {
"event": {
"duration": null,
"magnitude": 230,
"start_time": 0
}
},
"rms": 230,
"spectrum": [
{
"centroid": 100,
"magnitude": 230,
"range": 50.01
}
],
"thd": {
"fundamental": 12.7,
"rms": 4.2
},
"waveform_peak": 230
}
},
"unbalance_factor": 1.3
}
}
},
"timestamp": 1696010102
}
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"co2"
]
]
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"nox"
]
]
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"voc"
]
]
abc
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"humidity"
]
]
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"coarse"
]
]
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"fine"
]
]
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"medium"
]
]
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"ultrafine"
]
]
Parameters related to environmental systems.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": {},
"timestamp": 1696010102
}
Parameters related to environmental systems.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": {
"air_quality": {
"gas": {
"co2": {},
"nox": {},
"voc": {}
},
"humidity": 97.2,
"particulate": {
"coarse": {},
"fine": {},
"medium": {},
"ultrafine": {}
}
}
},
"timestamp": 1696010102
}
abc
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"level"
]
]
abc
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"level"
]
]
abc
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"level"
]
]
abc
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"level"
]
]
Parameters related to mechanical systems.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": {},
"timestamp": 1696010102
}
Parameters related to mechanical systems.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": {
"[channels]": {
"a": {
"level": {
"depth": 7.3
}
},
"b": {
"level": {
"depth": 7.3
}
},
"c": {
"level": {
"depth": 7.3
}
},
"d": {
"level": {
"depth": 7.3
}
}
}
},
"timestamp": 1696010102
}
The ICCID (Integrated Circuit Card Identifier) is a unique serial number assigned to each SIM card used in mobile devices. Typically 19 to 20 digits long, it's used to identify the SIM internationally, helping operators and service providers manage their subscribers. The ICCID provides information about the card's origin, network, and other specific details.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "string",
"timestamp": 1696010102
}
The MCC (Mobile Country Code) is a three-digit number used to identify a mobile device's country of origin or the country of the cellular network it's operating in. It's a component of the IMSI (International Mobile Subscriber Identity) and is essential for international roaming, ensuring the device can connect to networks outside its home country.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "string",
"timestamp": 1696010102
}
The MNC (Mobile Network Code) is a two or three-digit number used in conjunction with the Mobile Country Code (MCC) to identify a specific mobile network operator within a country. Together, the MCC and MNC form a unique identifier for cellular networks, allowing devices to connect to the correct local network and ensuring proper routing of communications, especially in international roaming scenarios.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "string",
"timestamp": 1696010102
}
The MSIN (Mobile Subscription Identification Number) is a unique number typically consisting of 9 to 10 digits, representing an individual subscriber in a mobile network. It's the last part of the IMSI (International Mobile Subscriber Identity) and, when combined with the MCC (Mobile Country Code) and MNC (Mobile Network Code), creates a unique identifier for each mobile user globally. MSIN ensures individual subscribers are distinguished within a specific network operator's service.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "string",
"timestamp": 1696010102
}
Cellular modes like Cat M1, Cat NB2 refer to different categories of 4G (LTE) and 5G technologies.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "cat_m1",
"timestamp": 1696010102
}
The connection status refers to whether or not a connection is enabled.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "enabled",
"timestamp": 1696010102
}
RSRP (Reference Signal Received Power) gauges the power level of specific LTE reference signals in dBm. Closer to -80 dBm signifies a strong signal, while figures around -100 dBm indicate weak ones. RSRP helps determine LTE cell coverage and connection robustness.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rsrp"
]
]
RSRQ (Reference Signal Received Quality) evaluates the quality of LTE reference signals by comparing the received power of a reference signal to the total received power. A value closer to -10 dB suggests superior signal quality, while values nearing -20 dB indicate poorer quality. RSRQ helps understand the LTE signal's relative quality in the context of surrounding interference.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rsrq"
]
]
RSSI (Relative Signal Strength Indicator) measures the power level of received signals in dBm. A value closer to 0, like -60 dBm, indicates a strong received signal, while a lower value, like -90 dBm, indicates a weaker one. Each 3 dBm increase indicates an approximate doubling in power. RSSI helps assess wireless network coverage and connection quality.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rssi"
]
]
SINR (Signal-to-Interference-plus-Noise Ratio) contrasts the power of a desired signal against the combined power of interference and noise, represented in dB. Higher values, like 20 dB, suggest a better signal quality, whereas values close to 0 dB suggest a compromised signal due to interference. SINR helps gauge LTE connection clarity.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"sinr"
]
]
Parameters related to connectivity and network protocols.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": {},
"timestamp": 1696010102
}
The connection status shows whether or not a device is currently online.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "online",
"timestamp": 1696010102
}
Moving average of the device uptime in the past 6 hours.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"average_6h"
]
]
Parameters related to connectivity and network protocols.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": {
"connectivity": {
"status": "online",
"uptime": {
"average_6h": 97.2
}
},
"linc_mesh": {
"connection": {
"hop_count": 1,
"ip_address": "192.168.1.10",
"parent_node": "100P",
"status": "enabled"
},
"signal": {
"rssi": -62
}
},
"wifi": {
"connection": {
"ip_address": "192.168.1.10",
"status": "enabled"
},
"signal": {
"rssi": -62
}
}
},
"timestamp": 1696010102
}
Hop count in a mesh network refers to the number of intermediate nodes that data must pass through between its originating node and the root node with internet access. It serves as a metric to determine the path's length and potential latency. As the hop count increases, it can impact the overall bandwidth availability and network efficiency due to increased chances of congestion and interference.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": 1,
"timestamp": 1696010102
}
An IP (Internet Protocol) address is a unique numerical label assigned to devices for identification and location on a network, ensuring they can communicate with each other. It acts as a digital address, allowing data to be directed and received by the correct device on both local networks and the internet.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "192.168.1.10",
"timestamp": 1696010102
}
Parent node in a mesh network refers to an immediate upstream node to which another node (typically referred to as the child node) is directly connected. The parent node helps the child node with tasks like routing data, establishing connectivity, or maintaining the network hierarchy within the mesh topology.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "100L",
"timestamp": 1696010102
}
The connection status refers to whether or not a connection is enabled.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "enabled",
"timestamp": 1696010102
}
RSSI (Relative Signal Strength Indicator) measures the power level of received signals in dBm. A value closer to 0, like -60 dBm, indicates a strong received signal, while a lower value, like -90 dBm, indicates a weaker one. Each 3 dBm increase indicates an approximate doubling in power. RSSI helps assess wireless network coverage and connection quality.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rssi"
]
]
An IP (Internet Protocol) address is a unique numerical label assigned to devices for identification and location on a network, ensuring they can communicate with each other. It acts as a digital address, allowing data to be directed and received by the correct device on both local networks and the internet.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "192.168.1.10",
"timestamp": 1696010102
}
The connection status refers to whether or not a connection is enabled.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": "enabled",
"timestamp": 1696010102
}
RSSI (Relative Signal Strength Indicator) measures the power level of received signals in dBm. A value closer to 0, like -60 dBm, indicates a strong received signal, while a lower value, like -90 dBm, indicates a weaker one. Each 3 dBm increase indicates an approximate doubling in power. RSSI helps assess wireless network coverage and connection quality.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"rssi"
]
]
Numeric values representing heat level. Measured in specified units like Celsius, Fahrenheit, or Kelvin.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"temperature"
]
]
Numeric values representing heat level. Measured in specified units like Celsius, Fahrenheit, or Kelvin.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"temperature"
]
]
Numeric values representing heat level. Measured in specified units like Celsius, Fahrenheit, or Kelvin.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"temperature"
]
]
Numeric values representing heat level. Measured in specified units like Celsius, Fahrenheit, or Kelvin.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"temperature"
]
]
Parameters related to thermal systems.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": {},
"timestamp": 1696010102
}
Parameters related to thermal systems.
Available only on servers:
Some description
Some description
Accepts the following message:
{
"data": {
"[channels]": {
"a": {
"temperature": 27.2
},
"b": {
"temperature": 27.2
},
"c": {
"temperature": 27.2
},
"d": {
"temperature": 27.2
}
}
},
"timestamp": 1696010102
}
Numeric values representing heat level. Measured in specified units like Celsius, Fahrenheit, or Kelvin.
Available only on servers:
Some description
Some description
Accepts the following message:
[
[
"timestamp",
"temperature"
]
]
abc