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

Support automatic ingestion of VOLTTRON data #11

Open
timothykang opened this issue Apr 22, 2015 · 1 comment
Open

Support automatic ingestion of VOLTTRON data #11

timothykang opened this issue Apr 22, 2015 · 1 comment

Comments

@timothykang
Copy link
Contributor

End goal:

  • OpenEIS VOLTTRON historian agent pushes data to OpenEIS instance as specified in agent's configuration
  • All pushed data is in a single OpenEIS dataset (that can grow over time) and available for analysis

One way to achieve this might be to have a special dataset type that provides an endpoint to which external clients (i.e. the historian) can POST timestamp +topic + value.

TBD:

  • Will the data set require a sensor map?
    • If so, what if a new sensor is pushed from VOLTTRON?
    • If not, where will sensor metadata (e.g. units) come from?
@fstshrk
Copy link

fstshrk commented Apr 26, 2015

For OpenEIS apps to run, we need to be able to map the sensor data to the
common OpenEIS schema. This can be accomplished via a data map.
Sensor units should come from the metadata associated with the driver on
the VOLTTRON instance. You may want to check out the csv files used to
configure the driver.

On Wed, Apr 22, 2015 at 9:40 AM, timothykang [email protected]
wrote:

End goal:

  • OpenEIS VOLTTRON historian agent pushes data to OpenEIS instance as
    specified in agent's configuration
  • All pushed data is in a single OpenEIS dataset (that can grow over
    time) and available for analysis

One way to achieve this might be to have a special dataset type that
provides an endpoint to which external clients (i.e. the historian) can
POST timestamp +topic + value.

TBD:

  • Will the data set require a sensor map?
    • If so, what if a new sensor is pushed from VOLTTRON?
    • If not, where will sensor metadata (e.g. units) come from?


Reply to this email directly or view it on GitHub
#11.

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

No branches or pull requests

2 participants