Releases: matthias-bs/BresserWeatherSensorReceiver
Releases · matthias-bs/BresserWeatherSensorReceiver
v0.5.1
- 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
- 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
Modified WeatherSensorCfg.h/WeatherSensor.h handling and other bugfixes
v0.3.3
Fixed secure/non-secure network client implementation in the examples BresserWeatherSensorMQTT.ino and BresserWeatherSensorDomoticz.ino
v0.3.2
Update library.properties
v0.3.1
Small fixes for CI
v0.3.0
Added features and improved code quality
v0.2.0
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
Added members data_ok/message_ok
Bugfix
Fixed wind direction in decodeBresser6In1Payload()