akkudoktoreos.core.coreabc.StartMixin

class akkudoktoreos.core.coreabc.StartMixin

Bases: EnergyManagementSystemMixin

A mixin to manage the start datetime for energy management.

Provides property:
  • start_datetime: The starting datetime of the current or latest energy management.

__init__()

Methods

__init__()

Attributes

ems

ems_start_datetime

ems_start_datetime = DateTime(2025, 11, 9, 8, 0, 0, tzinfo=Timezone('Etc/UTC'))
ems = EnergyManagement(start_datetime=DateTime(2025, 11, 9, 8, 0, 0, tzinfo=Timezone('Etc/UTC')), last_run_datetime=None)