Skip to Content
🚀 We just launched! Please star us on Github!

Electrical Power Channel

Channel Category: electrical_power

Reports real-time power metrics such as voltage, current, and wattage for monitoring and diagnostics.


Required Properties

PropertyData TypeRangeUnitPermissions
powerFloat0.0–10,000.0WRO (Read-Only)

Property Details

power

Represents the current power usage of the device:

  • Measured in watts (W).
  • Example: 750 indicates the device is consuming 750 W.

Optional Properties

PropertyData TypeRangeUnitPermissions
voltageFloat0.0–500.0VRO (Read-Only)
currentFloat0.0–100.0ARO (Read-Only)
frequencyFloat50.0–60.0HzRO (Read-Only)
over_currentBooltrue/false-RO (Read-Only)
over_voltageBooltrue/false-RO (Read-Only)
over_powerBooltrue/false-RO (Read-Only)
activeBooltrue/false-RO (Read-Only)
faultUchar0–255-RO (Read-Only)

Property Details

voltage

Indicates the voltage supplied to the device:

  • Measured in volts (V).
  • Example: 230 indicates the device is operating at 230 V.

current

Indicates the current flowing through the device:

  • Measured in amperes (A).
  • Example: 2.5 means the device is drawing 2.5 A.

frequency

Represents the frequency of the power supply:

  • Measured in hertz (Hz).
  • Typically 50 or 60 Hz depending on the region.

over_current

Indicates whether an overcurrent condition is detected:

  • true: Overcurrent detected.
  • false: No overcurrent.

over_voltage

Indicates whether an overvoltage condition is detected:

  • true: Overvoltage detected.
  • false: No overvoltage.

over_power

Indicates whether an overpowered condition is detected:

  • true: Overpower detected.
  • false: No overpower.

active

Indicates the channel’s current working status:

  • true: The sensor is active and functioning correctly.
  • false: The sensor is inactive or non-functional.

fault

Represents the fault state of the sensor:

  • 0: No fault detected.
  • Non-zero: A fault has been detected, potentially affecting functionality.
Last updated on