Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
0

Creat Simple Thermostat in Openstudio C#

asked 2 years ago

updated 2 years ago

I want to make a thermostat to control the cooling and heating temperature and schedule each. I cannot find the desired class by searching the word "thermostat". Thank you for your help

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
2

answered 2 years ago

The OpenStudio SDK documentation is located at https://openstudio-sdk-documentation.... and the search box does work fine.

image description

Anyways, you want to use a ThermostatSetpointDualSetpoint

A very good starting point to see how to create a heating and a cooling schedule, create a thermostat, assign the schedules, and add it to a zone is this Ruby test: https://github.com/NREL/OpenStudio-re.... Porting it to C# should be straightforward.

Preview: (hide)
link

Comments

thank you Julien, If I want to set a constant temperature thermostat, what class should I use?

Masoud's avatar Masoud  ( 2 years ago )
1

Same class, just use a Schedule that has the same value all the time.

Julien Marrec's avatar Julien Marrec  ( 2 years ago )

Thank you julien 🙏🙏

Masoud's avatar Masoud  ( 2 years ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Training Workshops

Careers

Question Tools

1 follower

Stats

Asked: 2 years ago

Seen: 254 times

Last updated: Jul 12 '22