sdg.marinusvz
2021-06-24 20:27
It is possible to send exception data on a meter to a remote server via a POST. To do that, add a Meter Push Updater entity, with the correct URL end-point.
You can edit the list of meters associated with it. When meters are associated like that, they will show up as blocks to the left of the Meter Push Updater entity on the overview screen. When meters change, it will cause the entities to the right to receive a notifyUpdate.
The mode currently supported for the Meter Push Updater, is to send power failures and restorations to the HTTP url in question (not only Last Gasp power failure events, but also Power Failures read for the meter event log). Eventually more events and other data, like profile will also be supported.
We support the getPushLog.jsp API to see up to when has been pushed, and getPushErrorLog.jsp to see failed push attempts.
sdg.marinusvz
2022-10-11 12:33
Last Edited 2022-10-11 12:35
For the json format, we now supports Profile and Totals, and also events. In general each record starts with the meter serial and ends with the date and time (date and time of total or start date and time of event or end date and time of profile period).
sdg.matiaan
2023-01-17 17:10
Last Edited 2023-01-18 09:46
sdg.matiaan
2023-04-11 13:28
Last Edited 2023-04-11 13:31
example of totals and profile in one push
sdg.matiaan
2023-08-16 11:16
Last Edited 2023-08-16 11:21
to get the pushes via FTP