Skip to content

review typelimits and schedules#149

Open
alexandrecuer wants to merge 1 commit into
mainfrom
airloop_implementation
Open

review typelimits and schedules#149
alexandrecuer wants to merge 1 commit into
mainfrom
airloop_implementation

Conversation

@alexandrecuer

Copy link
Copy Markdown
Contributor

add a schedule_typelimits method
should solve issues
#148
#147
#146

Comment thread generate_hvac.py
"heating": 20,
"cooling": 25
}
schedule_modes = CONF.get("schedules", {"heating": "compact", "cooling": "constant"})

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

preliminary step for #142

@alexandrecuer alexandrecuer Jun 14, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Default value could be directly

schedules:
heating:
type: compact
temperature: 20
cooling:
type: constant
temperature: 25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant