SEED-platform / seed

Standard Energy Efficiency Data (SEED) Platform™ is a web-based application that helps organizations easily manage data on the energy performance of large groups of buildings.
Other
107 stars 55 forks source link

Add ability to import data loggers and sensors for a property #3078

Closed macintoshpie closed 2 years ago

macintoshpie commented 2 years ago

There is a request to support importing Meter data for IAQ related data (e.g., zone temperatures, zone RH, CO2 levels, etc). Ideally a meter is connected to many sensors, but we can flatten this and have:

Data would need to be imported from a new button on a Property Detail page, or from within the ESPM-style format. The backend would need to support flexible naming of the meters because right now (I think) we only support specifically named meters.

An additional feature/requirement is the ability to roll up results to daily, weekly, monthly with different aggregators such as average, sum, min, max, first, last.

nllong commented 2 years ago

@kflemin @haneslinger -- feel free to break this into other tickets as needed.

Once we get data in the system, then let's pull in @laurenliz22 to do data sciency aggregations.

RDmitchell commented 2 years ago

I may be able to get some of the IAQ interval data. If I do I will put a link to it here.

nllong commented 2 years ago

@RDmitchell -- that would be very helpful! Especially if it is in CSV format.

RDmitchell commented 2 years ago

@nllong -- I received two IAQ interval data files.

Here is a link to the folder containing those files https://drive.google.com/drive/folders/1h0eezReaMaND45gH6Kl062QC6RjmWykU?usp=sharing

nllong commented 2 years ago

Great! @kflemin and @haneslinger FYI. Let us know if you need access to that folder!

nllong commented 2 years ago

AQI is air quality index, i think. Not sure the CN vs US descriptor.

RDmitchell commented 2 years ago

Here are definitions for the fields for awair-omni_example.csv

score = indoor air quality score, 0-100, 0 is poor, 100 is best temp = air temperature (degree C) humid = relative humidity (%) co2 = carbon dioxide (ppm, parts per million) voc = volatile organic compounds (ppb, parts per billion) pm2.5 = particulate matter <2.5 um (ug/m3) light = ambient light (lux) noise = ambient noise (dBA)

AQI = air quality index. We use "US" version. China "CN" has their own AQI

macintoshpie commented 2 years ago

@nllong @haneslinger what's the difference between a sensor and meter, as well as sensor reading and meter reading?

I guess I'm wondering if there's a lot of overlap

kflemin commented 2 years ago

@macintoshpie there's quite a bit of overlap, but:

haneslinger commented 2 years ago

@nllong I believe this evolved into dataloggers, which are ticketed else where. Good to close?

nllong commented 2 years ago

yeah, we can close this. I updated the description to match what it is.