Compare commits
4 Commits
optional_g
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9461e20e6 | ||
|
|
b4c5ceb90e | ||
|
|
9e5ebeb744 | ||
|
|
b7b57fb05e |
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## v0.5 (2022-05-25)
|
||||
|
||||
Improvements:
|
||||
|
||||
* Support messages containing data for a single meter
|
||||
(electricity or gas only)
|
||||
|
||||
## v0.4 (2021-06-13)
|
||||
|
||||
Improvements:
|
||||
|
||||
@@ -1 +1 @@
|
||||
VERSION = "0.4"
|
||||
VERSION = "0.5"
|
||||
|
||||
@@ -101,7 +101,7 @@ def main():
|
||||
usage_datapoints = usage_to_datapoints(usage)
|
||||
logger.debug('Writing metrics to influx: %s', usage_datapoints)
|
||||
if not config["noop"].get(bool):
|
||||
influx_client.write_points(usage_datapoints, noop=config["noop"].get(bool))
|
||||
influx_client.write_points(usage_datapoints)
|
||||
except KeyboardInterrupt:
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user