This repository has been archived by the owner on Oct 27, 2024. It is now read-only.
Releases: matthias-bs/BresserWeatherSensorTTN
Releases · matthias-bs/BresserWeatherSensorTTN
v0.8.0
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
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
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
What's Changed
- Theengs Decoder integration in #44
- Updated/improved documentation
Full Changelog: v0.4.4...v0.5.0
v0.4.4
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
- 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
Fixed RPS debug logging
v0.4.1
- 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
- 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
Updated BresserWeatherSensorReceiver to v0.4.0 - this should fix compilation issues.
Fixed soil moisture sensor values.