Skip to content

Releases: matthias-bs/BresserWeatherSensorReceiver

v0.41.0

16 May 10:15
403ad74

Choose a tag to compare

What's Changed

  • Fix HA auto-discovery device merging and add user-defined device names by @themouette in #308
  • Added pin definitions for Heltec Wireless Stick Lite V3 (SX1262) in #309
  • Add support for Heltec WiFi LoRa 32(V4) (SX1262) in #310

Special thanks to @Pikolaczek for testing the Heltec boards!

New Contributors

Full Changelog: v0.40.0...v0.41.0

v0.40.0

01 May 19:21
b718d97

Choose a tag to compare

What's Changed

  • Update to arduino-mqtt v2.5.3 in #305
  • Add setRxCfg() (setSensorsCfg() variant) with rx_flags and enabled decoders in #306

Full Changelog: v0.39.3...v0.40.0

v0.39.3

05 Apr 10:14
7d9eb26

Choose a tag to compare

Fixed version numbering.

Full Changelog: v0.39.2...v0.39.3

v0.39.2

05 Apr 09:18
19d6c93

Choose a tag to compare

What's Changed

  • Make is possible to select the SPI Bus when using a generic ESP32 by @marius1 in #301
  • [Examples] Fix heap fragmentation in #303
  • Update to ESPAsyncWebServer v3.10.3 in #302

New Contributors

Full Changelog: v0.39.1...v0.39.2

v0.39.1

09 Mar 18:05
3fe1a8f

Choose a tag to compare

What's Changed

  • [Bugfix] Fix Static Initialization Order Fiasco for SPIClass on LilyGo T3S3 boards in #300
  • Fix dependencies in #297
  • Fix verbose log message by adding 0x prefix for ID in #298
  • Remove obsolete variable f_3in1 and related code in decodeBresser6In1Payload() in #292
  • Fix thermo hygro sensor in #294
  • Improve test coverage to 100% for RollingCounter, Lightning, and RainGauge by @Copilot in #291
  • Add logging for sensor data in decoding functions in #295
  • Library Updates:
    • ArduinoJson v7.4.3 (#296)

Full Changelog: v0.39.0...v0.39.1

v0.39.0

21 Feb 20:45
c2a3e28

Choose a tag to compare

What's Changed

  • [Examples] Add frequency calibration example for transceiver module tuning in #280
  • Add 24-hour rolling rainfall tracking in #281
  • [Examples] Add past 24 hours rainfall to examples in #283
  • Add copilot-instructions.md for codebase context by in #285
  • [Examples] Update ESP Async WebServer in #286
  • [Examples] Fix memory usage - potential overflows and fragmentation in #288
  • Update to RadioLib 7.6.0 in #289
  • Refactor RainGauge and Lightning to share RollingCounter base class in #284
  • Library Updates:
    • ESP Async WebServer v3.10.0
    • RadioLib v7.6.0

New Contributors

  • @Copilot made their first contribution in #280

Full Changelog: v0.38.3...v0.39.0

v0.38.3

03 Feb 03:13
278142b

Choose a tag to compare

What's Changed

  • [CI] Update checkout action to v6 in #278
  • Moved radio object into WeatherSensorReceiver namespace in #279

Full Changelog: v0.38.2...v0.38.3

v0.38.2

19 Jan 10:59
c2bc425

Choose a tag to compare

What's Changed

  • Fixed library version settings

Full Changelog: v0.38.1...v0.38.2

v0.38.1

19 Jan 07:07
1717e1d

Choose a tag to compare

What's Changed

  • Changed Wio-SX1262 TCXO voltage to 1.7V as recommended by Seeed Studio in #276

Full Changelog: v0.38.0...v0.38.1

v0.38.0

16 Jan 08:59
ce6ec95

Choose a tag to compare

What's Changed

  • Add support for Seeed Studio XIAO ESP32S3 & Wio-SX1262 Kit in #274
  • Changed TCXO voltage for Seeed Studio Wio-SX1262 in #275

Full Changelog: v0.37.1...v0.38.0