Skip to content

Commit

Permalink
update solar label prelim work
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Mar 12, 2024
1 parent 2431c15 commit b05a1ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/dependencies/nodejs/models/meter.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class Meter {
apparent_c: 'Apparent Power, Phase C (VA)',
baseline_percentage: 'Percentage (%)',
total_energy: 'Lifetime Cumulative Energy (kWh)',
energy_change: 'Energy In Interval (kWh)',
energy_change: 'Energy Produced (kWh)',
voltage: 'Voltage (V)',
current: 'Current (A)'
}
Expand Down
2 changes: 1 addition & 1 deletion src/store/chart.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ const getters = {
apparent_c: 'Apparent Power, Phase C (VA)',
baseline_percentage: 'Percentage (%)',
total_energy: 'Lifetime Cumulative Energy (kWh)',
energy_change: 'Energy In Interval (kWh)',
energy_change: 'Energy Produced (kWh)',
voltage: 'Voltage (V)',
current: 'Current (A)'
}
Expand Down
1 change: 0 additions & 1 deletion src/store/meter_group.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ 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' &&
Expand Down

0 comments on commit b05a1ed

Please sign in to comment.