Skip to content

v0.6.0

Compare
Choose a tag to compare
@matthias-bs matthias-bs released this 07 Jun 15:55
· 137 commits to main since this release
8a75eaf

What's Changed

  • Added control of enabled decoders via LoRaWAN in #27
  • Added 1-Wire temperature sensor function in #31
  • Added configuration of sensor data uplink payload via LoRaWAN in #40
  • Added mapping of invalid RainGauge values to INV_FLOAT in #46
  • Changed lightning event to provide timestamp and time in #47
  • Added compatibility mode: "status" flags as in BresserweatherSensorTTN in #49 & #50
  • Added uplink of sensor status flags via downlink command CMD_GET_SENSORS_STAT and at fixed interval in #51
  • Modified recalling of LoRaWAN nonces & session after changes in RadioLib v6.6.x in #53
  • Config Helper: Added maximum payload size input, info and modified check for size limit in #54
  • Added configuration of sensor status uplink interval via LoRaWAN in #55
  • Refactored AppLayer by moving code into PayloadBresser, PayloadAnalog, PayloadDigital and PayloadBLE
  • Modified default payload
  • Created payload Config Helper
  • Modified payload formatters
  • Updated board configurations after changes in Arduino ESP32 Package v3.0.0
  • Updated library dependencies:
    • RadioLib@6.6.0
    • BresserWeatherSensorReceiver@0.28.5

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