13.1.8. EnergyManager

This module is the global Energy Manager for all EVSE/Charging stations in this building

13.1.8.1. Module Configuration

nominal_ac_voltage:number <optional>
default: 230.0
Nominal AC voltage to use to convert Ampere to Watt on AC
update_interval:integer <optional>
default: 1
Update interval for energy distribution [s]
schedule_interval_duration:integer <optional>
default: 60
Duration of the schedule interval for forecast [min]
schedule_total_duration:integer <optional>
default: 1
Total duration of schedule forcast [h]
slice_ampere:number <optional>
default: 0.5
Ampere slice for trading. Lower values will give more even distribution but increase processing time [A].
slice_watt:number <optional>
default: 500
Watt slice for trading. Lower values will give more even distribution but increase processing time [A].
debug:boolean <optional>
default: False
Show debug output on command line.

13.1.8.2. Provides

Main interface of the energy manager

13.1.8.3. Requirements

energy_trunk:energy 1

13.1.8.4. Metadata

13.1.8.4.1. Authors

Cornelius Claussen
Lars Dieckmann

13.1.8.4.2. License