Aldaviva / DadsEnergyReporter

Send monthly electricity usage reports from SolarCity, aligned to Orange & Rockland utility billing cycles.
GNU Affero General Public License v3.0
0 stars 0 forks source link

PowerGuide kWh measurements are off by one day #2

Closed Aldaviva closed 6 years ago

Aldaviva commented 6 years ago

The start date is off by one, intentionally but incorrectly. This is causing the generated kWh calculations to be too high.

Example

Need to back out the "minus 1 day" operation here: https://github.com/Aldaviva/DadsEnergyReporter/blob/ece727800bcb82db8daaf3eb668fa2fccbb0ce89/Dad's%20Energy%20Reporter/Remote/PowerGuide/Service/MeasurementService.cs#L38