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

Remove priority Arrays or Incorporate them in the API #482

Open
TShapinsky opened this issue Mar 27, 2024 · 0 comments
Open

Remove priority Arrays or Incorporate them in the API #482

TShapinsky opened this issue Mar 27, 2024 · 0 comments
Labels
core Tasks related to core development

Comments

@TShapinsky
Copy link
Member

Alfalfa point write values are stored as an array of length 16, this mirrors a priority array like in building control systems. However, right now we do not have a way to write to only a specific priority in the array.

Should Alfalfa act as a controller and allow for priority array writes? or is that too low level?

If we used explicit priority arrays we could have multiple BACnet bridges in sync with the same priority arrays. And we could simulate this kind on hierarchical controls in Alfalfa.

This would require a way to query the input priority array with the API. Currently the API does not support querying the current input value for a point, only the output coming from E+.

@TShapinsky TShapinsky added the core Tasks related to core development label Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Tasks related to core development
Projects
None yet
Development

No branches or pull requests

1 participant