Skip to content

Releases: briis/pyweatherflowudp

Release v1.4.5

10 Oct 16:51
5ca9e91
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.4...v1.4.5

v1.4.4

28 Aug 22:50
4e5b212
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.3...v1.4.4

v1.4.3

14 Aug 02:24
84aab6c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.2...v1.4.3

v1.4.2

24 Apr 22:15
bec64f7
Compare
Choose a tag to compare

What's Changed

Other changes

New Contributors

Full Changelog: v1.4.1...v1.4.2

v1.4.1

11 Jul 18:49
Compare
Choose a tag to compare

What's Changed

  • Adjust logic for sea level pressure to match WeatherFlow by @natekspencer in #20

Full Changelog: v1.4.0...v1.4.1

v1.4.0

10 Jun 19:03
5572a22
Compare
Choose a tag to compare

What's Changed

  • Adjusted logic for wind_direction and wind_direction_cardinal to report based on the last wind event or observation, whichever is most recent (similar to wind_speed)
  • Added properties for wind_direction_average and wind_direction_average_cardinal to report only on the average wind direction
  • Handle UnicodeDecodeError during message processing
  • Bump Pint to ^0.19

Breaking Changes:

  • The properties wind_direction and wind_direction_cardinal now report based on the last wind event or observation, whichever is most recent. If you want the wind direction average (previous logic), please use the properties wind_direction_average and wind_direction_average_cardinal, respectively
  • The default symbol for rain_rate is now mm/h instead of mm/hr due to Pint 0.19 - hgrecco/pint#1454

Full Changelog: v1.3.1...v1.4.0

v1.3.1

01 Jun 23:28
b1a58fc
Compare
Choose a tag to compare

What's Changed

  • Handle up_since oscillation on devices

Full Changelog: v1.3.0...v1.3.1

v1.3.0

22 Dec 23:20
5a28d67
Compare
Choose a tag to compare

What's Changed

  • Add cloud base and freezing level calculations
  • Rename parameter height to altitude on calculate_sea_level_pressure
    • Works with named height parameter still, but will produce a warning and eventually be dropped

v1.1.2

18 Dec 20:18
Compare
Choose a tag to compare

What's Changed

  • Handle null wind values on observations, which happens during low voltage mode
  • Fix units associated with wind_sample_interval (was erroneously in minutes, now correctly in seconds)

Full Changelog: v1.1.1...v1.1.2

v1.1.1

10 Dec 18:27
Compare
Choose a tag to compare

What's Changed

  • Better handling of missing data points when parsing messages which may occure when the firmware revision changes

From 1.1.0

  • Deprecated rain_amount_previous_minute due to name/units inconsistency
  • Added rain_accumulation_previous_minute, measured in millimeters (mm)
  • Added rain_rate, measured in millimeters per hour (mm/hr)
  • Added wind_direction_cardinal to indicate the wind direction based on a 16-wind compass rose

Full Changelog: v1.0.1...v1.1.1