Skip to content

Commit

Permalink
multiple meters per meter group handle solar
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Mar 5, 2024
1 parent ddfe96d commit 82f9a29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/store/meter_group.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ const actions = {
payload.point !== 'accumulated_real' &&
payload.point !== 'total' &&
payload.point !== 'cubic_feet' &&

// PacificPower meters are accumulated_real by the time they get here,
// but may as well handle solar meters in the future anyways
payload.point !== 'energy_change' &&
store.getters.meters.length > 1
) {
// && store.getters.meters.length > 1) {
Expand Down

0 comments on commit 82f9a29

Please sign in to comment.