Skip to content

Releases: Scrin/RuuviBridge

v1.0.2

01 Nov 13:46

Choose a tag to compare

Changelog:

  • Add support for retained MQTT messages

Docker image: ghcr.io/scrin/ruuvibridge:v1.0.2

v1.0.1

01 Nov 11:12

Choose a tag to compare

Changelog:

  • Fix data format 6 parsing (format 6 is used in Ruuvi Air when the receiver is not BLE 5 capable)

Docker image: ghcr.io/scrin/ruuvibridge:v1.0.1

v1.0.0

25 Sep 06:09

Choose a tag to compare

Changelog:

  • Added support for Ruuvi Air
  • Major refactoring of the entire codebase
  • Several breaking changes in the config, if you are upgrading from a pre v1 version, please take a look at the updated config sample

Docker image: ghcr.io/scrin/ruuvibridge:v1.0.0

v0.3.3

09 Jul 11:50

Choose a tag to compare

Changelog:

  • Fix release GH actions. v0.3.2 had issues building the binaries on Github

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

v0.3.2

09 Jul 11:47

Choose a tag to compare

Changelog:

  • Update dependencies to fix some edge cases in specific setups. No functional changes otherwise

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

v0.3.1

10 Jan 16:40

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

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

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

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

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