Skip to content

Releases: aholmes/hubitat2prom

v1.2.6

22 Feb 22:32
Compare
Choose a tag to compare

Docker image. This Docker image is multi-arch. There is no secondary image for arm64.

  • Add "presence" values.
  • Fix issue with not reporting "power" values.

Full Changelog: v1.2.5...v1.2.6

v1.2.5

31 Jan 20:53
Compare
Choose a tag to compare

Docker image

  • Fix missing numeric values for dynamic attributes. #9
  • Fixed multi-arch Docker build

v1.2.3

17 Nov 20:21
a8aa36e
Compare
Choose a tag to compare
  • Add support for multi-arch Docker image

v1.2.2

28 May 18:39
7bffeac
Compare
Choose a tag to compare
  • Add support for contact sensors

v1.2.1

30 Dec 04:43
Compare
Choose a tag to compare
  • Resolved #2 Hubitat2prom does not parse errant string values for battery statuses correctly

v1.3.0-rc1

11 Sep 01:55
Compare
Choose a tag to compare
v1.3.0-rc1 Pre-release
Pre-release
Add support for Flume devices.

Also:

* Established a pattern to maintain specialized behavior for specific device types (see GenericDevice, FlumeDevice)
* Device attributes can now be accessed and used like a Dictionary by casting to IDictionary
* Refactored to consolidate behavior of single-device and all-device queries
* Other minor refactorings

v1.2.0

11 Sep 01:54
Compare
Choose a tag to compare
Ensure dynamic properties for device attributes are serialized correc…

…tly.

v1.1.0

20 May 21:33
eabff49
Compare
Choose a tag to compare

Changed:

  • All metrics reported are prefixed with hubitat_ #1

v1.0.1

06 Mar 04:03
Compare
Choose a tag to compare

Fixed:

  • Fixed crash when battery metric is not an int
  • Removed unnecessary HTTP request to the Hubitat

Changed:

  • Added more thorough documentation to code
  • Renamed and refactored code the be more understandable

v1.0.0

04 Mar 16:37
Compare
Choose a tag to compare

Contains all the original functionality from the Python hubitat2prom.