Skip to content

Power meter

Smart power meter. Powercalc profiles can be used to define the self usage of the IoT device itself.

JSON

{
  "standby_power": 0.3,
  "sensor_config": {
    "power_sensor_naming": "{} Device Power",
    "energy_sensor_naming": "{} Device Energy"
  },
  "device_type": "smart_switch",
  "calculation_strategy": "fixed",
  "fixed_config": {
    "power": 0.3
  }
}

Note

Required fields are omitted in this example for brevity. For the full list of required fields see the model structure

Following the example above the power for this device will always be 0.3W.