Skip to main content
PUT
Update Smart Charging
Updates the smart charging settings for the specified location.
site
string
required
The UUID of the location.
timezone
string
required
A valid timezone identifier (e.g., Europe/Amsterdam).
smart_charging
string
required
The smart charging mode. One of disabled, off_peak, or day_ahead_pricing.
day_ahead_pricing_strategy
string
The day-ahead pricing strategy. One of automatic or manual.
day_ahead_pricing_threshold
integer
The day-ahead pricing threshold. Required when day_ahead_pricing_strategy is manual and no threshold has been previously set.
off_peak_start
string
The off-peak start time in HH:mm format.
off_peak_end
string
The off-peak end time in HH:mm format.
tariff_zone
string
The tariff zone key for zonal day-ahead-pricing markets (e.g., GB_C). Must be a valid zone for the location’s country, or null.

Response

data
object
The updated smart charging configuration.