In ATT, upon import from ENERGYSTAR (using example Excel sheet):
kBtu from spreadsheet -> kWh as expected
kWh/day and kBtu/day as expected.
Upon download of BSync:
TS Data available under 3 of the scenarios (although many more scenarios than 3), however, NG and Elec are confusing:
The Resource Use appears to get exported correctly. We end up having three uses: 1) Fuel oil number 4, 2) Natural gas, 3) Electricity…all good
Fuel oil number 4:
Interval reading gets set to ‘day’, I think the logic being that the fuel is just delivered on a single day.
ReadingType set to ‘Point’…maybe need to clarify a bit what the different ReadingTypes mean
Maybe this guy ok
Natural Gas
ReadingType gets set to Peak – believe this should be ‘Total’ i.e. Total NG usage over the ReadingInterval
TimeSeriesReadingQuantity set to Voltage…obviously incorrect
IntervalFrequency is Other – need to understand how timedelta between dates corresponds to IntervalFrequency… (i.e. btw 28 – 31 days is considered monthly IntervalFrequency…or how?)
Electricity:
ReadingType that gets exported is for the ‘Peak’, which has no data (i.e. 0.0 for every month), which is correct based on data in ATT
ii. Electricity Use doesn’t get mapped out into BSync…why?
iii. TimeSeriesReadingQuantity set to Voltage…
iv. IntervalFrequency = ‘Other’
General question:
Mapping of a ResourceUse within a scenario to an individual TimeSeries element…how is this supposed to work? Because, currently, there can be contradictory scenarios.
Example:
ResourceUse (ID=1):
EnergyResource: Electricity
ResourceUnits: kWh
TimeSeries:
TimeSeriesReadingQuantity: Voltage
ResourceUseID=1
This is a false statement
A few things:
Why not just use FuelTypes and why declare a new EnergyResource?
Simply referring to just a FuelType within a ResourceUse is less limiting
I think Quantity and Units should belong to the same element, either ResourceUse or TimeSeries…
Why not do something like:
VoltageQuantity:
VoltageUnits: one of a, b, c
Basically, the Quantity should limit the applicable units
In ATT, upon import from ENERGYSTAR (using example Excel sheet):
Upon download of BSync:
General question:
A few things: