You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 discussion was created from the release 1.6.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Breaking changes
pip install -r requirements.txtagain in the src directory (or pip3 based on install)New features
Other changes
vuegraf.py, values can be updated through github automationsrequirements.txtand setup.py withargparse>= 1.4.0vuegraf.json.sampleas history and reset database was moved to command lineQuote delimiter consistency to all '
Whitespaces
Extra lines
With special thanks to @gauthig for initiating these 1.6.0 changes!
This discussion was created from the release 1.6.0.
Beta Was this translation helpful? Give feedback.
All reactions