Charge Configs

Table name: charge_configs

Contains charging configuration details for charging sessions. Associates charge events with their corresponding firmware settings, reservations, and scheduling parameters.

SQL: charge_configs

Schema

Column NameData TypeDescription
Primary ID
idINTEGERprimary key
Other IDs
charge_idINTEGERForeign key reference to the associated charging session
Timestamps
scheduled_start_atTIMESTAMP_NTZScheduled start time for the charging session
scheduled_stop_atTIMESTAMP_NTZScheduled end time for the charging session
Attributes
firmwareVARCHARVersion of firmware running on the charging equipment during this session
is_reservationBOOLEANIndicates whether this charging session was created through a reservation. True if reserved, false if ad-hoc.
reservation_minINTEGERMinimum duration in minutes required for the charging reservation
native_scheduleVARCHARRaw schedule configuration data from the charging equipment's native format

Data inclusion criteria

This table works with charges table, requiring that charge_id is among the partner's charges.id records.

Data flow

Upstream tablesDownstream tables
chargesfailed_charges_info

Did this page help you?