Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Releases: matthias-bs/BresserWeatherSensorTTN

v0.8.0

16 Jul 08:32
d062045
Compare
Choose a tag to compare

What's Changed

  • Added configuration for Heltec WiFi LoRa 32 in #59
  • Added integration of Bresser Lightning Sensor in #64
  • Breaking change: Split 'status' bitmap in 'status_node' and 'status' (sensor status flags); updated Javascript decoders accordingly
  • Bumped BresserWeatherSensorReceiver to v0.12.1
  • Bumped RadioLib to v6.1.0
  • Bumped ESP32Time to v2.0.3
  • Bumped OneWireNg to v0.13.1
  • Bumped TheengsDecoder to v1.5.7

Full Changelog: v0.7.0...v0.8.0

v0.7.0

04 Mar 18:22
4bdb41e
Compare
Choose a tag to compare

What's Changed

  • Added configuration for Heltec Wireless Stick
  • Bumped BresserWeatherSensorReceiver to v0.6.0 (featuring support for Bresser 7-in-1 weather stations and Heltec Wireless Stick by @jorgenavarroortiz)
  • Update ATC_MiThermometer requirement from ^0.1.0 to ^0.2.1 by @dependabot in #47
  • Added Python script for generating LoRaWAN Javascript payload decoder function from Arduino C++ header file

Full Changelog: v0.6.0...v0.7.0

v0.6.0

19 Feb 12:50
b2003e4
Compare
Choose a tag to compare

What's Changed

  • Added Integration of A02YYUW (DFRobot SEN0311) Ultrasonic Distance Sensor in #46
  • Bumped Theengs Decoder to v1.2.0

Full Changelog: v0.5.0...v0.6.0

v0.5.0

14 Feb 17:02
bc6f5ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.5.0

v0.4.4

11 Feb 12:11
3c0a29e
Compare
Choose a tag to compare

What's Changed

  • Added pin mappings for Lilygo TTGO LoRa32 (V1/V2/V2.1)
  • Added pin mapping for Adafruit Feather ESP32 with Radio FeatherWing RFM95W (not tested!)
  • Added pin mapping for Adafruit Feather ESP32S2 with Radio FeatherWing RFM95W (not tested!)
  • Bumped BresserWeatherSensorReceiver to v0.5.4
  • Added decoder_basic.js for basic MQTT integration
  • Added new boards to CI workflow

Full Changelog: v0.4.3...v0.4.4

v0.4.3

21 Jan 14:53
c0254ec
Compare
Choose a tag to compare
  • added configuration for LILYGO TTGO LoRa32 V1
  • improved CI (added boards, added debug levels)
  • improved documentation
  • added documentation of debug configuration
  • bumped RadioLib to v5.6.0

v0.4.2

13 Jan 09:26
f3015a3
Compare
Choose a tag to compare

Fixed RPS debug logging

v0.4.1

12 Jan 12:28
52ef373
Compare
Choose a tag to compare
  • Fixed rain gauge update in case RTC was set by LoRaWAN downlink
  • Bumped BresserWeatherSensorReceiver to v0.5.1
  • Bumped OneWireNg to v0.13.0

v0.4.0

05 Jan 09:25
62ebe5c
Compare
Choose a tag to compare
  • Replaced ESP32_ATC_MiThermometer_Library (based on BlueDroid) by ATC_MiThermometer (based on NimBLE-Arduino)
  • Implemented wake-up to fixed time scheme
  • Added energy saving modes
  • Added remote configuration via LoRaWAN downlink (CMD_SET_DATETIME, CMD_SET_WEATHERSENSOR_TIMEOUT, CMD_SET_SLEEP_INTERVAL, CMD_SET_SLEEP_INTERVAL_LONG and CMD_RESET_RAINGAUGE)
  • Enabled FORCE_JOIN_AFTER_SLEEP_TIMEOUT per default
  • Added compile time option: transmit uplink payload only if sensor data valid
  • Replaced DEBUG_PRINTF/DEBUG_PRINTF_TS by Arduino logging functions
  • Fixed SendBuffer payload size
  • Bumped OneWireNg to v0.12.2
  • Minor bugfixes
  • Updated Readme

v0.3.1

09 Nov 20:26
8c4d4c7
Compare
Choose a tag to compare

Updated BresserWeatherSensorReceiver to v0.4.0 - this should fix compilation issues.
Fixed soil moisture sensor values.