Skip to content

Releases: xenji/homee_exporter

0.5.0

29 Mar 19:21
Compare
Choose a tag to compare
Enable github releases and fix debian systemd. Fixes #16 and fixes #15

v0.3.2

13 Mar 11:50
Compare
Choose a tag to compare

Fixes

  • socket handling for websocket when accessing a non initializes lateinit property

v0.3.0

10 Mar 14:08
Compare
Choose a tag to compare

This release adds new metrics to the export

  • Binary Sensors
  • Motion Alarms
  • Battery Levels
  • Link Quality to e.g. Netatmo devices

This release fixes the thread timing and sleep handling and reduces the necessary memory consumption to roughly 30MB.

This release has been successfully tested with -Xms16m -Xmx32m -XX:+UseG1GC -XX:MaxGCPauseMillis=50

v0.2.0

08 Mar 13:55
Compare
Choose a tag to compare

This release adds plenty of new features, including:

  • Limiting the metric export to one group for better control what is exported
  • Export Homee presence status (Present, Away, Sleeping, Vacation)
  • The heatbeat ping interval is now configurable and defaults to 10s instead of 5s
  • Systemd files have been added
  • Up to three attempts to auto-reconnect on socket failure

Fixed:

  • Websocket is now also closed correctly on JVM shutdown
  • UDP boradcast now has a correct timeout set

v0.1.0 - Initial draft release

04 Mar 19:21
Compare
Choose a tag to compare
Add license and description