cURL
curl --request GET \ --url http://aris.local/api/dhw/{dhwId}/history \ --header 'Authorization: Bearer <token>'
{ "dhwId": "<string>", "start": "2023-11-07T05:31:56Z", "end": "2023-11-07T05:31:56Z", "points": [ {} ], "count": 123, "dailyStats": {} }
Returns historical effective capacity and flow data for a DHW tank.
Session token or API token
x >= 1
DHW history data
Daily statistics (null if not available)