Plug
When the message contains a Plug payload, the value Plug will be in the deviceType field of the uplink request. Plug payloads contain one or more of the following fields.
{
"current": 0.087,
"powerFactor": 0.41,
"activePower": 0.008,
"powerConsumption": 0.002,
"socketState": true,
"voltage": 235.7
}
Field Name | Type | Conditional | Description | Notes |
|---|---|---|---|---|
current | float | Yes | The current draw in amperes (A) | Amperes (A) |
powerFactor | float | Yes | The power factor | Percentage (%) |
activePower | float | Yes | The current power draw | KiloWatts (kW) |
powerConsumption | float | Yes | The power summation | KiloWattHours (kWh) |
socketState | bool | Yes | The current socket state | |
voltage | float | Yes | The current voltage | Volts (V) |
Documentation still in preparation...
19 juni 2025