using standardized tags for column names #6
christopherDT
started this conversation in
Ideas
Replies: 3 comments 3 replies
-
Hi great suggestion....would you have any advice to implement haystack or
brick?
The basics for an AHU is that about 8 points are needed which then need to
be translated into a string Python understands to make a Pandas dataframe
column, so yeah that's an awesome idea.
Am also experimenting with this in near real time in a VOLTTRON agent near
real time FDD, so these are the required inputs for all AHU faults:
https://github.com/bbartling/volttron-g36-fdd/blob/develop/G36FddAgentAhu/config
Hopefully that link works let me know if you have any recommendations for a
better point naming convention am more than happy to implement it.
…On Tue, Feb 28, 2023, 2:37 PM Christopher Dudas-Thomas < ***@***.***> wrote:
Hi @bbartling <https://github.com/bbartling> -- great work so far on this
project! Work has really been speeding along! I've been testing it out and
am really impressed with it.
I was wondering if there were plans to use names from a standardized
schema/tagging library (like Brick or Haystack), particularly for column
names in the data being fed into the program. For example, "economizer_sig"
in some of the fault conditions is a bit ambiguous, and it took me some
digging to realize it was apparently looking for outside air damper
position, rather than a binary on/off economizer signal. Using standardized
names would help with this ambiguity.
—
Reply to this email directly, view it on GitHub
<#6>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHC4BHJV353VNWZJRKKLET3WZZOZ7ANCNFSM6AAAAAAVLGNSG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@christopherDT would have any advice for renaming these to a haystack or brick ontology?
|
Beta Was this translation helpful? Give feedback.
2 replies
-
sounds great! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @bbartling -- great work so far on this project! Work has really been speeding along! I've been testing it out and am really impressed with it.
I was wondering if there were plans to use names from a standardized schema/tagging library (like Brick or Haystack), particularly for column names in the data being fed into the program. For example, "economizer_sig" in some of the fault conditions is a bit ambiguous, and it took me some digging to realize it was apparently looking for outside air damper position, rather than a binary on/off economizer signal. Using standardized names would help with this ambiguity.
Beta Was this translation helpful? Give feedback.
All reactions