Sense · Example Payload

Sense Realtime Payload

EnergyHome Energy MonitoringIoTSmart HomeElectricitySolarDevice DetectionReal-Time DataClimateTech

Sense Realtime Payload is an example object payload from Sense, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

wsolar_wgrid_whzvoltagedevices

Example Payload

Raw ↑
{
  "w": 1234.5,
  "solar_w": 850.0,
  "grid_w": 384.5,
  "hz": 60.01,
  "voltage": [121.2, 120.8],
  "devices": [
    {
      "id": "abc123def456",
      "name": "Refrigerator",
      "icon": "fridge",
      "w": 150.5
    },
    {
      "id": "def456ghi789",
      "name": "HVAC",
      "icon": "hvac",
      "w": 3200.0
    }
  ]
}