Skip to content

Releases: gauthig/greenbutton-influxdb

v 1.6

30 Dec 16:23
dc28d73
Compare
Choose a tag to compare

modified: greenbutton.json

  • Added util_format
  • Two utilities avilable sce-tou & pep

modified: greenbutton_import.py

  • Moved csv parsing into module utilparse.py
  • All new csv formats will be in that module

modified: requirements.txt

  • cleanup of non-used modules

new file: utilparse.py

  • Added new tags (day and year) for better dashboards without using complex date queries
    -- example, use the tags Saturday & Sunday for just weekend
  • Changed measurement to energy - kwhrs was ambigous for a measurement
  • Changed field 'value' to 'kwr'
  • Added new parsing format for Pepco utility
  • Pepco provides hoursly cost so added that as a field

new file: dashboard - Green Button Energy Usage.json

  • Sample grafana dashboard for importing

v1.5 Added additional Utility Pepco

29 Dec 22:25
Compare
Choose a tag to compare

modified: greenbutton.json

  • Added util_format
  • Two utilities avilable sce-tou & pep

modified: greenbutton_import.py

  • Moved csv parsing into module utilparse.py
  • All new csv formats will be in that module

modified: requirements.txt

  • cleanup of non-used modules

new file: utilparse.py

  • Added new tags (day and year) for better dashboards without using complex date queries
    -- example, use the tags Saturday & Sunday for just weekend
  • Changed measurement to energy - kwhrs was ambigous for a measurement
  • Changed field 'value' to 'kwr'
  • Added new parsing format for Pepco utility
  • Pepco provides hoursly cost so added that as a field

What's Changed

Full Changelog: v1.0.1...1.5

Initial release

11 Nov 16:30
3112c99
Compare
Choose a tag to compare

First Release has the following functionality
Parse SCE NetMetering version of Green Button CSV file - Solar
Send data to influxdb (v1, non-ssl) - should be on private network and not public accessible due to no SSL
Create formatted text file for use in other programs (Formatted for Influxdb)

What's Changed

Full Changelog: https://github.com/gauthig/sce-greenbutton/commits/v1.0.1