-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #122 from gauthig/master
History of days/hours - moved non-operation parms to command line
- Loading branch information
Showing
8 changed files
with
262 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ int | |
docker-compose.yaml | ||
dist/ | ||
vuegraf.egg-info/ | ||
vugraftobe.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# 1.TBD.TBD | ||
|
||
## Breaking changes | ||
- TBD | ||
|
||
## New features | ||
- TBD | ||
|
||
## Other changes | ||
- TBD | ||
|
||
# 1.6.0 | ||
|
||
## Breaking changes | ||
- Replaced Minute with Hour as normal interval since history is limited to 7 days from Emporia on minute data | ||
- argparse libary was added, must run `pip install -r requirements.txt` again in the src directory (or pip3 based on install) | ||
|
||
## New features | ||
- Hour / Day historic data retrieval: allows for history of up to two years to be pulled. Assists in clean numbers/graphs to see daily monthly usage to compare against utilities reports. | ||
- Hour data runs with the get details time, default is 1 hour (3600 seconds). Based on when the program is started, you may be almost 2 hours behind for get hour. | ||
- Moved one-time parameters out of the json config file. Those parameters are now specified as command line arguments (--historydays, --resetdatabase). | ||
|
||
## Other changes | ||
- Started Changelog for this and future releases | ||
- Added project metadata to `vuegraf.py`, values can be updated through github automations | ||
- Added command line pairing with help syntax for all values, via argparse lib. | ||
- Updated `requirements.txt` and setup.py with `argparse>= 1.4.0` | ||
- Updated `vuegraf.json.sample` as history and reset database was moved to command line | ||
- Updated Readme.md with above changes | ||
- ran pylint and fixed | ||
Quote delimiter consistency to all ' | ||
Whitespaces | ||
Extra lines | ||
|
||
With special thanks to @gauthig for initiating these 1.6.0 changes! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
influxdb >= 5.3.1 | ||
influxdb_client >= 1.33.0 | ||
pyemvue == 0.16.0 | ||
argparse >= 1.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
vuegraf.json | ||
int | ||
docker-compose.yaml | ||
dist/ | ||
vuegraf.egg-info/ | ||
vugraftobe.py |
Oops, something went wrong.