Skip to content

Releases: tedpearson/electric-usage-downloader

v2.3.0

11 Aug 02:11
Compare
Choose a tag to compare
  • add configurable timezone
    • For some reason, the SmartHub API decided to return "unix timestamps", but in the utility's timezone instead of in UTC, which would be the normal choice for an API.
    • My utility returned timestamps in the EST timezone, but other users have reported their local timezones are used as well.

Full Changelog: v2.2.0...v2.3.0

v2.2.0

08 Aug 16:28
Compare
Choose a tag to compare

Allow specifying influxdb org field in config

Full Changelog: v2.1.0...v2.2.0

v2.1.0

07 May 02:54
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/net from 0.21.0 to 0.23.0 in the go_modules group by @dependabot in #6
  • Bump github.com/avast/retry-go/v4 from 4.5.1 to 4.6.0 by @dependabot in #8
  • Handle multiple series/meters from a single meter by @tedpearson in #9

Full Changelog: v2.0.3...v2.1.0

v2.0.3

06 Mar 04:30
Compare
Choose a tag to compare
  • Some SmartHub implementations don't return "cost" data. Only parse cost data if it exists in the response.
  • Add --debug flag which prints API responses to stderr.

Full Changelog: v2.0.2...v2.0.3

v2.0.2

06 Mar 02:58
Compare
Choose a tag to compare
  • Properly urlencode POST to SmartHub auth endpoint
  • Change name to smarthub config section
  • Code and readme updated to refer to SmartHub

Full Changelog: v2.0.1...v2.0.2

v2.0.1

03 Mar 02:29
Compare
Choose a tag to compare

Don't print timestamps in logs.

Full Changelog: v2.0.0...v2.0.1

v2.0.0

03 Mar 01:45
Compare
Choose a tag to compare

Migrate from using the browser to download data to reverse engineering the api.

The CSV file download from the browser only supports hourly resolution data now, while the api still supports 15-minute interval data.

Full Changelog: v1.2.0...v2.0.0

v1.2.0

25 Feb 04:38
Compare
Choose a tag to compare

Update logic for new NOVEC site redesign

Full Changelog: v1.1.5...v1.2.0

v1.1.5

19 Feb 18:41
Compare
Choose a tag to compare

What's Changed

  • Bump the go_modules group across 1 directories with 1 update by @dependabot in #1
  • Bump github.com/influxdata/influxdb-client-go/v2 from 2.11.0 to 2.13.0 by @dependabot in #2
  • Bump github.com/chromedp/chromedp from 0.8.6 to 0.9.5 by @dependabot in #3

New Contributors

Full Changelog: v1.1.4...v1.1.5

v1.1.4

11 Nov 01:15
Compare
Choose a tag to compare
stop waiting for chrome after timeout has expired.

Timeout may cause chrome to be killed while we were still waiting for a guid, which means we would wait forever.