Historische Gegevens gerelateerde restAPI's
De restAPI's voor het opvragen van historische gegevens hebben dit formaat:
/api/v2/hist/{actual|hours|days|months}
of:
/api/v2/hist/{actual|hours|days|months}{/asc|/desc}
of:
/api/v2/hist/{actual|hours|days|months}/<recs>{/asc|/desc}
get
http://dsmr-esp32.local
/api/v2/hist/actual
Opvragen actuele gegevens
get
http://dsmr-esp32.local
/api/v2/hist/hours
Opvragen gegevens uit de uren tabel
get
http://dsmr-esp32.local
/api/v2/hist/days
Opvragen gegevens uit de dagen tabel
get
http://dsmr-esp32.local
/api/v2/hist/months
Opvragen gegevens uit de maanden tabel
Last modified 8mo ago