Skip to content

Releases: hiveeyes/ds18b20-datalogger

v0.0.4

21 Apr 20:38
Compare
Choose a tag to compare

What's Changed

  • Grafana Dashboard: Trim identifying information: id, uid, version. Thanks, @bee-mois.
  • Emit user admonition on make-config subcommand. Thanks, @bee-mois.
  • Data Model: Make MQTT settings optional, to allow running the data logger without configuring them.
  • Allow defining per-sensor offsets within the configuration file. Thanks, @bee-mois.

Full Changelog: v0.0.3...v0.0.4

v0.0.3

19 Apr 23:54
Compare
Choose a tag to compare

What's Changed

  • Tests: Make sensor tests work, using a fake sysfs filesystem
  • Tests: Added basic test case for CLI interface
  • Removed support for Python 3.7
  • Defined MQTT and sensor configuration separately from implementation.
    The data logger uses a YAML file now, for example like etc/mois.yaml.
  • Added subcommand make-config, for creating a configuration blueprint
  • Added subcommand make-dashboard, for creating a Grafana Dashboard
  • Added subcommand read, for acquiring and displaying a reading on STDOUT

Full Changelog: v0.0.2...v0.0.3

v0.0.2

19 Apr 23:53
Compare
Choose a tag to compare

What's Changed

  • Project metadata, refactoring, and adjustments to the README by @amotl in #2
  • Naming things. Code formatting. Software tests and CI. by @amotl in #3
  • Chore: This and that by @amotl in #5
  • Publish as ds18b20-datalogger package

Full Changelog: v0.0.1...v0.0.2

v0.0.1

19 Apr 23:53
Compare
Choose a tag to compare

What's Changed?

  • Make it work, and add documentation.

Full Changelog: https://github.com/hiveeyes/ds18b20-datalogger/commits/v0.0.1