Email & CSV Delivery

Available from the Starter plan.

The Email (CSV) connection type feeds an external system or mailbox with your meters' readings on a schedule you choose: a CSV file arrives by email. This is well suited for controlling, accounting, or any system that processes tabular data via attachments.

Want a CSV summary of a finished month or quarter to read or forward? Create a Report instead. The Email & CSV integration is for continuously feeding an external system.

Email CSV connection editor: recipients, subject template, and data preview.
Email CSV connection editor: recipients, subject template, and data preview.

Set Up a Connection

  1. Go to Data → Data Outputs → New Data Output.
  2. Select the type Email (CSV).
  3. Configure the connection:
Field Description
Recipients One or more email addresses (comma-separated)
Subject Email subject line (supports placeholders such as {date})
Schedule Daily, weekly, or monthly
Time Time of delivery (local time)
  1. Save the connection and assign the meters you want under Routes.

File Format

The CSV file is UTF-8 encoded and uses a semicolon (;) as the delimiter, compatible with Microsoft Excel and LibreOffice Calc.

Included columns: timestamp, meter_id, value_kwh, unit, quality.

When to Use Email CSV

Email CSV is a good fit when:

  • a recipient without a technical setup needs regular reports,
  • a downstream system imports CSV files via email,
  • a time-controlled delivery is sufficient (rather than a push when data becomes available).

For delivery as soon as new data arrives, use Webhooks or MQTT.