Skip to content

Releases: koesie10/smartmeter

v0.1.1

12 Dec 14:04
Compare
Choose a tag to compare

Changelog

  • 71c99be Add builds for more ARM architectures

v0.1.0

12 Dec 13:59
Compare
Choose a tag to compare

Changelog

  • 8091b45 Add ESMR 5.0 test file
  • 9fc1d36 Add InfluxDB support
  • b62f97c Add LICENSE and update README
  • bc25c7f Add continuous read from file for debugging
  • e4cfb99 Add debug publishers
  • 55d600c Add fields from ESMR 5.0 specification
  • 61fb68b Add goreleaser
  • 78a77df Add new fields to Influx output
  • 6b47306 Add possibility to read from other sources and output as Prometheus metrics
  • e02b7d7 Add very simple homeassistant publisher
  • a884b79 Allow running InfluxDB and Prometheus publishers at the same time
  • 18035a7 Do not error when a parse error is returned
  • bcf53cd Fix client being created in wrong scope
  • 111d00e Fix incorrect unit of measurement in HomeAssistant config
  • 6dbad7a Fix trying to read packet when a parse error occurs
  • 23e4b7e Initial commit
  • c8c5cf3 Make phases 1-indexed in the Influx tags
  • dd4910b Move reading of serial/file/network to separate package
  • 39b195e Rename HomeAssistant publisher to MQTT publisher
  • 205849a Run go mod tidy
  • 61d788a Set default serial mode to match specification
  • 76eb97a Switch to Go modules
  • fbd7b2e Update README
  • 64c7f44 Upgrade to Go 1.17