Skip to content

Releases: Scrin/RuuviBridge

v0.3.1

10 Jan 16:40
Compare
Choose a tag to compare

Changelog:

  • Process measurements in parallel for InfluxDB sinks. This ensures the timestamps remain precise in case of a network lag greater than the interval between measurements

Docker image: ghcr.io/scrin/ruuvibridge:v0.3.1

v0.3.0

11 Nov 08:28
Compare
Choose a tag to compare

Changelog:

  • BREAKING CHANGE: Home Assistant MQTT discovery: Move RSSI, TX Power and Measurement Sequence Number from attributes to their own entities. This is because the Recorder in HA has started recording entity attribute changes as well, which causes unwanted database growth when attributes contain values that change often. Does not apply to users who don't use the HA MQTT discovery feature, or users who don't use these attributes on the entities.
  • Home Assistant MQTT discovery: Strip device name from beginning of entity name, since HA will automatically prepend the device name since 2023.8 release. This gets rid of the "MQTT entity name starts with the device name in your config ..., this is not expected." warning messages

Docker image: ghcr.io/scrin/ruuvibridge:v0.3.0

v0.2.1

17 Sep 09:40
Compare
Choose a tag to compare

Changelog:

  • Add support for InfluxDB 3.0

Docker image: ghcr.io/scrin/ruuvibridge:v0.2.1

v0.2.0

16 Sep 08:29
Compare
Choose a tag to compare

Changelog:

  • BREAKING CHANGE: Change timestamp type from string to number in http listener and polling to match gateway firmware v1.14.1 behavior. MQTT users should be unaffected.

Docker image: ghcr.io/scrin/ruuvibridge:v0.2.0

v0.1.18

10 Sep 19:06
Compare
Choose a tag to compare

Changelog:

  • Add an option to publish plain parsed values to MQTT in addition to the JSON string, contributed by @hax0rbana-adam

Docker image: ghcr.io/scrin/ruuvibridge:v0.1.18

v0.1.17

22 Jul 12:19
Compare
Choose a tag to compare

Changelog:

  • Fix invalid value handling (for example tags that don't have all sensors present)

Docker image: ghcr.io/scrin/ruuvibridge:v0.1.17

v0.1.16

14 Dec 20:08
Compare
Choose a tag to compare

Changelog:

  • Add Home Assistant state_class for long term statistics, contributed by @adriffaud

Docker image: ghcr.io/scrin/ruuvibridge:v0.1.16

v0.1.15

04 Sep 12:50
Compare
Choose a tag to compare

Changelog:

  • Add support for API key (bearer token) authentication in polling mode, contributed by @eras
  • Add support for MQTT online/offline status messages

Docker image: ghcr.io/scrin/ruuvibridge:v0.1.15

v0.1.14

27 Apr 15:00
Compare
Choose a tag to compare

Changelog:

  • Use correct degree symbol in homeassistant mqtt topics, contributed by @villevirtanen

Docker image: ghcr.io/scrin/ruuvibridge:v0.1.14

v0.1.13

25 Apr 16:27
Compare
Choose a tag to compare

Changelog:

  • Add movement counter to homeassistant discovery topics

Docker image: ghcr.io/scrin/ruuvibridge:v0.1.13