Releases: tedpearson/ecobeemetrics
Releases · tedpearson/ecobeemetrics
v2.3.2
Bugfix release:
- occupancy was not being reported if it was false
- heat/cool/aux_heat field names unintentionally changed from
heat_1
toheat1
. Revert to previous names.
Full Changelog: v2.3.1...v2.3.2
v2.3.1
Change -v flag to --version to fix startup bug due to conflict with glog
Full Changelog: v2.3.0...v2.3.1
v2.3.0
- Removed program and equipment status string metric fields. I was not using these.
- Don't write metrics to the database if there has been no update in 15 minutes (allowing database to show null values)
- Add
ecobeemetrics_api_failure_total
andecobeemetrics_last_update_timestamp_seconds
metrics, for alerting - Don't print timestamps with output
- Embed version information in binary
- Add
-v
flag to print version and exit - Code improvements:
- no reflection, removed intermediate struct between go-ecobee and influx client
- don't use pkg/errors
Full Changelog: v2.2.1...v2.3.0
v2.2.1
Fix config parsing
Full Changelog: v2.2.0...v2.2.1
v2.2.0
Parse yaml config directly instead of using viper, upgrade dependencies
What's Changed
- Bump the go_modules group across 1 directories with 1 update by @dependabot in #1
- Bump github.com/iancoleman/strcase from 0.2.0 to 0.3.0 by @dependabot in #5
- Bump github.com/influxdata/influxdb-client-go/v2 from 2.12.1 to 2.13.0 by @dependabot in #4
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: v2.1.0...v2.2.0
v2.1.0
update to influxdb2 client, update dependencies, new deploy github ac…