Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Weather Actuators #480

Open
TShapinsky opened this issue Feb 21, 2024 · 1 comment
Open

Add Weather Actuators #480

TShapinsky opened this issue Feb 21, 2024 · 1 comment

Comments

@TShapinsky
Copy link
Member

For better integration with large systems we may want to expose weather data actuators as defined in the application guide https://bigladdersoftware.com/epx/docs/23-2/ems-application-guide/general.html#weather-data

This would allow us to synchronize weather sources and forecasting across different components.

@bonnema
Copy link
Contributor

bonnema commented Feb 21, 2024

There may be some checks to think about (if that is even possible), some that come to mind are:

  • Getting the units rights (temperature in Celsius, solar in W/m, etc.)
  • Dew point should always be less than or equal to the dry bulb
  • When the dew point and dry bulb are equal, relative humidity should be 100%
  • Relative humidity should be between 0 and 100
  • Wind direction should be 0 to 360

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

No branches or pull requests

2 participants