Skip to content

Releases: matthias-bs/BresserWeatherSensorReceiver

v0.36.1

16 Oct 07:01
0edc97f

Choose a tag to compare

What's Changed

  • [Examples] Removed parameter TIMEZONE from configTime() calls (redundant due to use of TZ_INFO) in #254
  • Fixed library name of LoRa Serialization in library.properties in #256

Full Changelog: v0.36.0...v0.36.1

v0.36.0

11 Oct 10:05
d70d7f8

Choose a tag to compare

What's Changed

  • [Examples] Added BresserWeatherSensorOLED in #252
  • [Examples] Added BresserWeatherReceiverSDCard in #253

Full Changelog: v0.35.0...v0.36.0

v0.35.0

05 Oct 07:49
52ee911

Choose a tag to compare

What's Changed

  • [Examples] Added BresserWeatherSensorCanvasGauges in #250

Full Changelog: v0.34.0...v0.35.0

v0.34.0

21 Sep 14:46
193e9bc

Choose a tag to compare

What's Changed

  • Swapped 'humidity_ok' and 'wind_ok' by @frisnit in #242
  • Add combined Weather & Soil Sensor data message in #243
  • Added Lightning Sensor to combined MQTT payload in #244
  • Refactor publishWeatherdata() in #245
  • [CI] Added spell check in #248
  • [CI] Update GitHub actions in #249
  • Updated RadioLib to v7.3.0

New Contributors

Full Changelog: v0.33.1...v0.34.0

v0.33.1

13 Jul 10:21
956646c

Choose a tag to compare

What's Changed

  • Fixed radio.readData() state check in getMessage() in #239
  • Update to RadioLib v7.2.1 in #240
  • Fix inadvertent LWT message after "offline" status message and disconnect in #241
  • Removed TLS fingerprint option (insecure)
  • Added Datacake uplink decoder

Full Changelog: v0.33.0...v0.33.1

v0.33.0

22 Jun 19:01
27804c1

Choose a tag to compare

What's Changed

  • Fix m5core2 in #231
  • Add configuration of expected update rate at run-time in #232
  • Small fixes to BresserWeatherSensorMQTTWifiMgr by @mreschka in #233
  • Update mqtt_comm.h/.cpp from BresserWeatherSensorMQTTWifiMgr in #234
  • Changed hardcoded receive timeout to define in #236
  • Update to RadioLib v7.2.0 in #238
  • Library updates
    • RadioLib v7.2.0
    • ArduinoJson v7.4.2

New Contributors

Full Changelog: v0.32.1...v0.33.0

v0.32.1

02 Mar 21:38
4550549

Choose a tag to compare

What's Changed

  • Enhanced Home Assistant MQTT discovery in #230

Full Changelog: v0.32.0...v0.32.1

v0.32.0

23 Feb 13:26
603adc6

Choose a tag to compare

What's Changed

  • Fix payload generation for lightning sensor by @ThomasKeil in #226
  • Added Home Assistant MQTT discovery in #228
  • Refactoring of MQTT sketches in #229
  • Library updates
    • powerfeather-sdk v1.1.0

Full Changelog: v0.31.0...v0.32.0

v0.31.0

30 Jan 06:40
e34aa41

Choose a tag to compare

What's Changed

  • Added weatherSensor.sleep() to all examples with sleep mode in #218
  • Add Support of Bresser 8-in-1 Weather Sensor in #221
    • Note: The tglobe_c sensor value still has to be validated, thus it should be considered as preliminary.
  • Update README.md regarding 8-in-1 Weather Sensor in #222
  • [8-in-1 Sensor] Minor change in tglobe_c handling in #224
  • Add calculation of Wet-Bulb Globe Temperature (WBGT) and Wet-Bulb Temperature in #225
  • CI: disabled esp32:esp32:m5stack-core2 due to compiler error in M5 stack library
  • Library updates
    • RadioLib v7.1.2
    • ArduinoJson v7.3.0

Full Changelog: v0.30.0...v0.31.0

v0.30.0

27 Dec 10:35
1c76f53

Choose a tag to compare

What's Changed

  • Refactoring of board definitions in #215
  • LilyGo T3 S3 LR1121 RF switch and TCXO configuration in #216
  • Breaking Change: Changed radio object scope from file to global

Full Changelog: v0.29.0...v0.30.0