Skip to content

Releases: matthias-bs/BresserWeatherSensorLW

v0.13.1

26 Sep 14:39
5c7f11f

Choose a tag to compare

What's Changed

  • BUGFIX: Prevent WDT reset by moving decoding from scan callback to getData() in #172

  • Miscellaneous

    • Add payload codec package in #160
    • Added content to LoRaWAN payload codec in #161
    • Fix spelling errors/typos in #165
    • Added missing files to metainfo.json and package.json in #163
  • Documentation

    • Updated class diagram in #157
    • Update/add API documentation in #158
    • Update doxygen documentation in #159
    • Update README.md in #162
  • CI

    • Added spell check workflow in #164
    • Update GitHub actions in #168
  • Library Updates

    • RadioLib v7.3.0 in #169
    • theengs/decoder v2.0.0 in #171
    • NimBLE-Arduino v2.3.6 in #173

Full Changelog: v0.13.0...v0.13.1

v0.13.0

30 Aug 09:01
a93d3cf

Choose a tag to compare

What's Changed

  • Fixed potential buffer overflow in #147
  • Fixed naming collision with ATC_MiThermometer in #148
  • Fixed using ATC_MiThermometer library in #149
  • Added external RTC as option in #152
  • Update keywords in #153
  • Bugfix: Added specific logging macros in scan callback to avoid WDT reset in #154
  • Added time and date tests/examples in #155
  • Refactoring and set update rate in #156
    • Refactored by moving system features/architecture dependent code to SystemContext
    • Replaced ESP32Time by POSIX functions
    • Added hysteresis to sleep interval selection voltage thresholds
    • BREAKING CHANGE: Renamed keywords in node_config.json / defines in BresserWeatherSensorLWCfg.h for voltage thresholds
    • Added CMD_GET_WS_POSTPROC/CMD_SET_WS_POSTPROC for update rate configuration
    • Added weather sensor (rain gauge/lightning counter) post processing update rate configuration
    • [RP2040] Fixed rtcLastClockSync save/restore

Full Changelog: v0.12.2...v0.13.0

v0.12.2

21 Jul 17:23
120f064

Choose a tag to compare

What's Changed

  • OneWire: Fixed missing function call for temperature conversion in #146

Full Changelog: v0.12.1...v0.12.2

v0.12.1

16 Jul 05:00
c5d7466

Choose a tag to compare

What's Changed

  • Update RadioLib v7.2.1 in #144

  • Fixed using non-zero JoinEUI/AppEUI from secrets.h in #145

  • Library updates

    • RadioLib v7.2.1
    • BresserWeatherSensorReceiver v0.33.1
    • NimBLE-Arduino v2.3.2
    • TheengsDecoder v1.9.9

Full Changelog: v0.12.0...v0.12.1

v0.12.0

25 Jun 18:19
94fdfca

Choose a tag to compare

What's Changed

  • Reverted workaround for h2zero/NimBLE-Arduino#826 in #127
  • Added support for 8-in-1 Weather Sensor in #131
  • Reduced startup time and power consumption in #133
  • Added Home Assistant integration in #135
  • Fixed CMD_GET_SENSORS_CFG response if max_sensors is not stored in preferences in #138
  • Updated libraries in #139
  • Update to RadioLib v7.2.0 in #140
  • Added customDelay() to reduce power consumption in #141
  • Fixed OneWire temperature sensor reading in #143
  • Library updates
    • RadioLib v7.2.0
    • BresserWeatherSensorReceiver v0.33.0
    • OneWireNg v0.14.0
    • DallasTemperature v4.0.3
    • NimBLE-Arduino v2.3.1
    • ATC_MiThermometer v0.5.0
    • TheengsDecoder v1.9.8
    • ArduinoJson v7.4.2

Full Changelog: v0.11.0...v0.12.0

v0.11.0

25 Jan 09:18
a6885e7

Choose a tag to compare

What's Changed

  • Modified sleep duration if battery is low but external power is available in #118
  • Refactoring in #121
  • Added support of LilyGo T3S3 SX1262/SX1276/LR1121, modified to use radio object from BresserWeatherSensorReceiver in #122
  • Update README.md regarding Helium support in #124
  • Update to NimBLE-Arduino v2.x.x in #125
  • Library updates:
    • BresserWeatherSensorReceiver v0.30.0
    • RadioLib v7.1.2
    • DallasTemperature v4.0.2
    • NimBLE-Arduino v2.2.0
    • TheengsDecoder v1.8.4
    • ArduinoJson v7.3.0

Full Changelog: v0.10.1...v0.11.0

v0.10.1

03 Dec 18:28
0e674e5

Choose a tag to compare

What's Changed

  • [PowerFeather] Fixed inadverted sleep if battery is low but external power is good in #113
  • [FireBeetle] Fixed inadverted sleep if battery is low but external power is good in #116
  • Modified some log levels
  • Library updates
    • RadioLib v7.1.0
    • BresserWeatherSensorReceiver v0.28.10
    • LoRa Serialization v3.3.1
    • NimBLE-Arduino v1.4.3
    • TheengsDecoder v1.8.2
    • ArduinoJson v7.2.1
    • M5Unified v0.2.1
    • M5Core2 v0.2.0

Full Changelog: v0.10.0...v0.10.1

v0.10.0

30 Sep 16:40
176295e

Choose a tag to compare

What's Changed

  • Bump to RadioLib v7.0.1 in #110
    • Added support for LoRaWAN 1.0.4
  • Further library updates
    • ArduinoJson v7.2.0
    • M5Unified v0.1.17
    • powerfeather-sdk v1.0.7

Full Changelog: v0.9.4...v0.10.0

v0.9.4

22 Sep 17:19
534ff24

Choose a tag to compare

What's Changed

  • Added Python script for creating reports as PDF from CSV files provided by Datacake in #104
  • Fix rp2040 clk init in #105
  • Fix handling of downlink after any kind of uplink in #108

Full Changelog: v0.9.3...v0.9.4

v0.9.3

29 Aug 17:08

Choose a tag to compare

What's Changed

  • Added missing implementation of CMD_SET_LW_STATUS_INTERVAL in #102

Open Issues

Full Changelog: v0.9.2...v0.9.3