preheat_open.loadable_types
loadable_types.py
This module defines classes related to loadable data types, schedules, and comfort profiles.
- Classes:
LoadableDataType LoadableData OperationType ScheduleItem SetpointSchedule ComponentData Setpoint ComfortProfile
Classes
|
Represents a comfort profile containing multiple setpoints. |
|
Represents a collection of comfort profiles. |
|
Represents data for a component, including measurements and date range. |
|
Represents an electricity price item. |
|
Represents electricity prices. |
|
|
Represents data that can be loaded for a specific date range. |
|
|
Enum representing the type of operation for a schedule item. |
|
Represents an item in a schedule. |
|
Represents a setpoint for a specific time. |
|
Represents a setpoint schedule containing multiple schedule items. |
Exceptions
Exception raised for errors in the schedule. |