Skip to content

Releases: easimon/shelly-exporter

v2.2.1

13 Feb 10:03
7b63ce9
Compare
Choose a tag to compare

2.2.1 (2023-02-13)

Bug Fixes

  • watt-minute meters must have different name (97abedd)

v2.2.0

13 Feb 09:49
74566e4
Compare
Choose a tag to compare

2.2.0 (2023-02-13)

Features

  • expose power consumption in watt-minutes and watt-hours (calculated) (86025a9)

Bug Fixes

  • migrate deprecated spring boot property (a001290)

v2.1.0

30 Jan 15:33
d82200a
Compare
Choose a tag to compare

2.1.0 (2023-01-30)

Features

v2.0.0

30 Dec 08:02
c9c5f1b
Compare
Choose a tag to compare

2.0.0 (2022-12-30)

⚠ BREAKING CHANGES

  • upgrade to spring boot 3

Features

  • upgrade to spring boot 3 (4118aa2)

v1.1.0

16 Oct 15:11
fe15162
Compare
Choose a tag to compare

1.1.0 (2022-10-16)

Features

  • add meter descriptions. (1e9b3d6)

v1.0.2

28 Sep 14:25
5d3d33a
Compare
Choose a tag to compare

1.0.2 (2022-09-28)

Bug Fixes

  • http client: make scraping errors cacheable as well (by returning null instead of throwing) (9bdea6b)
  • revert emitting 0 on scraping failure, emit NaN instead. (ec0044d)

v1.0.1

19 Sep 17:43
6d0b044
Compare
Choose a tag to compare

1.0.1 (2022-09-19)

Bug Fixes

  • make scraping error result value configurable, default to 0.0 (830170d)
  • trim device name in registry as well (c307bd2)

v1.0.0

11 Sep 21:41
b5bea9e
Compare
Choose a tag to compare

1.0.0 (2022-09-11)

Bug Fixes

  • export watt-hours correctly (was watt-minutes) (7fce810)
  • trigger tagged build, try 2 (fa855b5)
  • trigger tagged docker build on release (84473f7)
  • trim label values (0fe560f)

Miscellaneous Chores