Skip to content

Releases: matthias-bs/BresserWeatherSensorReceiver

v0.5.1

11 Jan 16:53
6d185e6
Compare
Choose a tag to compare
  • Added additional digit for rain gauge in 5in1-decoder (maximum is now 999.9mm)
  • Added #defines WEATHER0_RAIN_OV and WEATHER1_RAIN_OV for overflow thresholds

v0.5.0

03 Jan 18:51
d7c0e3c
Compare
Choose a tag to compare
  • Intermediate fix for wrong rain values at negative temperatures (6in1-protocol)
  • Added pin config for Adafruit Feather ESP32S2 with LoRa Radio FeatherWing - RFM95W (ADA3231)
  • Added pin config for TTGO_LORA32
  • Added SENSOR_TYPE_THERMO_HYGRO
  • Replaced DEBUG_PRINT/DEBUG_PRINTLN by Arduino logging functions
  • Modified sensor_ids_exc[]/sensor_ids_inc[] implementation
  • Bumped ArduinoJson to v6.20.0
  • Bumped RadioLib to v5.5.0
  • Fixed setting of hostname on ESP8266 and ESP32
  • Minor bugfixes
  • Updated Readme

v0.4.0 - Bugfixes

03 Nov 11:09
8123f7d
Compare
Choose a tag to compare

Modified WeatherSensorCfg.h/WeatherSensor.h handling and other bugfixes

v0.3.3

06 Oct 16:31
cf52dbe
Compare
Choose a tag to compare

Fixed secure/non-secure network client implementation in the examples BresserWeatherSensorMQTT.ino and BresserWeatherSensorDomoticz.ino

v0.3.2

03 Sep 15:58
8352b08
Compare
Choose a tag to compare
Update library.properties

v0.3.1

03 Sep 12:35
9f31da7
Compare
Choose a tag to compare

Small fixes for CI

v0.3.0

01 Sep 07:27
2f6ca93
Compare
Choose a tag to compare

Added features and improved code quality

v0.2.0

16 Aug 21:10
37b03a1
Compare
Choose a tag to compare

Added support of multiple Bresser 868 MHz sensors; e.g. weather sensor and soil temperature/moisture sensor
Added WeatherUtils (converting of wind direction to text, dew point and perceived temperature calculation)
Added Domoticz MQTT example

v0.0.3

23 Jun 04:54
6b46823
Compare
Choose a tag to compare

Added members data_ok/message_ok

Bugfix

30 May 06:13
59adeeb
Compare
Choose a tag to compare

Fixed wind direction in decodeBresser6In1Payload()