Hi, I'm just trying to understand the reuturn values of the power consumption API - any idea ? { "apiVersion": 1, "commands": { }, "deviceId": "0", "feature": "heating.power.consumption.heating", "gatewayId": "7736172033094220", "isEnabled": true, "isReady": true, "properties": { "day": { "type": "array", "unit": "kilowattHour", "value": [ 37.3, 52.2, 43.3, 55.1, 92.7, 97.8, 91.8, 95.2 ] }, "dayValueReadAt": { "type": "string", "value": "2023-02-02T15:04:36.495Z" }, "month": { "type": "array", "unit": "kilowattHour", "value": [ 89.5, 1507, 1560.2, 918.2, 247.4, 179.4, 0, 0, 0, 0, 0, 0, 0 ] }, "monthValueReadAt": { "type": "string", "value": "2023-02-02T15:04:36.495Z" }, "week": { "type": "array", "unit": "kilowattHour", "value": [ 187.9, 664.2, 386, 194.5, 156.4 ] }, "weekValueReadAt": { "type": "string", "value": "2023-02-02T07:17:30.879Z" }, "year": { "type": "array", "unit": "kilowattHour", "value": [ 1596.5, 2905.2 ] }, "yearValueReadAt": { "type": "string", "value": "2023-02-02T15:04:36.495Z" } }, Thanks Joerg
... Mehr anzeigen