|
| 1 | +# 2.TBD.TBD- Future |
| 2 | + |
| 3 | +## Breaking changes |
| 4 | +- TBD |
| 5 | + |
| 6 | +## New features |
| 7 | +- TBD |
| 8 | + |
| 9 | +## Other changes |
| 10 | + |
| 11 | + |
| 12 | +# 1.6.0 - Released |
| 13 | + |
| 14 | +## Breaking changes |
| 15 | +- Replaced Minute with Hour as normal interval since history is limited to 7 days from Emporia on minute data |
| 16 | +- argparse libary was added, must run pip install -r requirements again in the src directory (or pip3 based on install) |
| 17 | + |
| 18 | +## New features |
| 19 | +- Hour / Day data pulled. Allows for history of 2 years to be pulled. Assists in clean numbers/graphs to see daily monthly usage to compare against utilities reports. |
| 20 | +- Hour data runs with the get details time, default is 1 hour (3600 seconds). Based on when the program is started, |
| 21 | +you may be almost 2 hours behind for get hour. |
| 22 | +- Changed several one time parameters from the json config file to command line entries (History load days, reset database). |
| 23 | +<b> Example Command Line usage |
| 24 | +usage: vuegraf.py [-h] [--version] [-v] [-q] [--historydays HISTORYDAYS] [--resetdatabase] configFilename |
| 25 | + |
| 26 | +positional arguments: |
| 27 | + configFilename json config file |
| 28 | + |
| 29 | +options: |
| 30 | + -h, --help show this help message and exit |
| 31 | + --version display version number |
| 32 | + -v, --verbose verbose output - summaries |
| 33 | + -q, --quiet do not print anything but errors |
| 34 | + --historydays HISTORYDAYS |
| 35 | + Starts executin by pulling history of Hours and Day data for specified number of days. |
| 36 | + example: --load-history-day 60 |
| 37 | + --resetdatabase Drop database and create a new one |
| 38 | + |
| 39 | +## Other changes |
| 40 | +- Started Changelog for this and future releases |
| 41 | +- Added project metadata to main program - vuegraf.py, values can be updated through github automations |
| 42 | +- Added command line paring with help syntaxt for all values - arge parse lib. |
| 43 | +- Updated requirements.txt and setup.py with argparse>= 1.4.0 |
| 44 | +- Updated vuegraf.json.sample as history and reset database was moved to command line |
| 45 | +- Updated Readme.md with above changes |
| 46 | +- ran pylint and fixed |
| 47 | + Quote delimiter consitency to all ' |
| 48 | + Whitespaces |
| 49 | + Extra lines |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | +# 1.5.0 |
0 commit comments