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.
added a meter create modal to the groups meter page
remove the "+ meters" from the groups systems page
Add a WIP "add meter readings" button
Currently, the add meter readings" button calls pm_meters_preview, but the end point is not ready to receive it. The troubles start here, where the parser insists the meter must be related to a property
[ ] 2. For group meters we would have CSVs (not greenbutton)
[ ] 3. Add a meter to group: remove the "select dataset" modal (imply it if needed but don't show it to the user)
[x] 4. On the groups meter (?) page, add a modal to "create a meter" where a user can enter meter metadata, then they would
[ ] 5. only be importing the meter readings via CSV
[ ] 6. Assume 1 CSV/XLSX per system meter (files will not have more than 1 meter in them)
[x] 7. add a 'Add a Meter' button on the group meters page that will allow users to upload meters TO THE GROUP/TO SYSTEMS & SERVICES.
Review input data types on New System / New Service modals
[x] 1. System/service fields should be capitalized on the creation modals (Capacity, Power, ...)
[x] 2. Add units to
[x] DES - Capacity (if cooling: 250 tons, if heating 2.5 MMBtu)
[x] EVSE - Power (6.6kW), Voltage (240V)
[x] Battery - Efficiency (90%), Capacity -> Power Capacity (20 kW), Energy Capacity (80 kWh), Voltage (480V)
[x] 3. Change Emission Factor & Efficiency to floats
[x] 4. Add validation - need more details
[x] 5. Disallow editing the system type of an existing system
[x] 6. Canceling the service modal should not open the services table
[x] 7. Edit Meter modal: Meter Useage typo ( should be: Usage )
[x] 8. Match Edit button on systems & services to the edit button on Meters page
[x] 3. Change connection type enums
Connection Type:
From outside = Imported
To outside = Exported
Total to Patron = Total to Users
From Service to Patron = Receiving Service. (default to this one b/c it's more likely than returning to service)
From Patron to Service = Returning to Service
Total from Patron = Total from Users
[x] 4. Group Meters table: instead of "property ID", you can display the property "default display field"
[x] 5. Error going from property meters page after editing a meter, clicking on the service link didn't work
[x] 6. "Add to group" modal: reverse the order of elements on the page: first display the groups that exist, then show the form to add a new group at the bottom of that modal
[x] 7. Order inventory list actions alphabetically
--------- NEW FEATS -------------
Need more fields for DES of type CHP (nicholas will provide details, we should ping him for them)
For each service, would like to know total In / total out
(annualized cycle - add all meter readings together for now)
Whole group total natural gas imported (natural gas)
Whole group total electricity imported (electricity grid)
Look at whole list of meter types in SEED…we will need to think through what we can actually aggregate
AS OF Nov 8, this branch has:
Add a WIP "add meter readings" button Currently, the add meter readings" button calls pm_meters_preview, but the end point is not ready to receive it. The troubles start here, where the parser insists the meter must be related to a property
[x] 3. Change connection type enums Connection Type: From outside = Imported To outside = Exported Total to Patron = Total to Users From Service to Patron = Receiving Service. (default to this one b/c it's more likely than returning to service) From Patron to Service = Returning to Service Total from Patron = Total from Users
[x] 4. Group Meters table: instead of "property ID", you can display the property "default display field"
[x] 5. Error going from property meters page after editing a meter, clicking on the service link didn't work
[x] 6. "Add to group" modal: reverse the order of elements on the page: first display the groups that exist, then show the form to add a new group at the bottom of that modal
[x] 7. Order inventory list actions alphabetically
--------- NEW FEATS -------------
Need more fields for DES of type CHP (nicholas will provide details, we should ping him for them)
For each service, would like to know total In / total out