Skip to content

Releases: astrandb/weatherlink

Support for standalone AirLink and some minor tweaks

23 Aug 10:29
a3228a7
Compare
Choose a tag to compare

Downloads for this release

Notable Changes

New Features

Translation

6 changes

Dependencies

15 changes

Code quality and optimizations

New features and improved performance

11 Apr 21:07
Compare
Choose a tag to compare
Pre-release

Downloads for this release

Notable Changes

New Features

Translation

5 changes

Dependencies

11 changes

Code quality and optimizations

More features

21 Jan 09:03
Compare
Choose a tag to compare

Downloads for this release

Notable Changes

This release contains initial support for AirLink devices. It is only tested for installations where the AirLink device is installed through a Console. Standalone installs are not tested and does probably not work perfectly. If your installation of AirLink is affected, please report an issue in the repository.

In previous release it was not always obvious if the values from the weather stations was outdated. In this version the data will be displayed as unavailable if the values from the API are older than 60 minutes.

New Features

Bug fixes

  • Remove float conversions and let None values through @astrandb (#121)

Translation

3 changes

Dependencies

Prerelease: AirLink support and more

17 Jan 10:54
c147223
Compare
Choose a tag to compare
Pre-release

Downloads for this release

Notable Changes

This release adds support for AirLink devices. The feature is not tested with standalone installations of AirLinks. Users with this type of installation are most welcome to confirm if it works as expected or add an issue in the repo if any problems occur.

The other main feature is that it is now clearly signalled when the data from the weather stations is outdated, i.e. > 60 min old.

New Features

Bug fixes

  • Remove float conversions and let None values through @astrandb (#121)

Translation

3 changes

Dependencies

Lots of goodies

12 Jan 08:04
66e8f1f
Compare
Choose a tag to compare

Downloads for this release

Notable Changes

This is an overhaul of most parts of the integration. There are many new features and improvements.

  • An important new feature is that an ISS can be transmitting to Live or Console units on any channel, not only on channel 1.
  • Improved discovery of available sensors and calculated values.
  • There is support for the soil moisture transmitter.
  • A binary sensor that signals if observation data is older than 30 min. The exact time when the station was updated is stored as an attribute to this sensor.

Known problems

In certain configurations invalid sensors can be exposed. E.g. Leaf wetness 4. This is due to a bug on Weatherlink's side and not possible to handle by the integration. Users can disable these sensors in the UI if they don't want to see them.

If many stations belonging to same account on Weatherlink are installed in the integration the API can react with rate limiting (HTTP status 429).

New Features

Bug fixes

Translation

Dependencies

Maintenance

  • Change versioning to CalVer (e g 2023.12.0) @astrandb (#88)

Code quality and optimizations

  • Deduplicate sensor descriptions and data interpretation @astrandb (#115)
  • Change versioning to CalVer (e g 2023.12.0) @astrandb (#88)

Development tools

Beta 5 - Lots of goodies

11 Jan 10:28
ec18b89
Compare
Choose a tag to compare
Pre-release

Downloads for this release

Beta comments

No more features will be added to this release. Only bugs will be fixed before the planned release later this week.

Please test this beta version in the mean time and report any issues in the repo on Github.

Notable Changes

  • The main new feature is that an ISS can be transmitting to Live or Console units on any channel, not only on channel 1.
  • There is also support for the Moist/Soil transmitter.
  • A binary sensor that signals if observation data is older than 30 min. The exact time when the station was updated is stored as an attribute to this sensor.

Known problems

In certain configurations invalid sensors can be exposed. E.g. Leaf wetness 4. This is due to a bug on Weatherlink's side and not possible to handle by the integration. Users can disable these sensors in the UI if they don't want to see them.

New features

Bug fixes

Translation

Dependencies

Maintenance

  • Change versioning to CalVer (e g 2023.12.0) @astrandb (#88)

Code quality and optimizations

  • Deduplicate sensor descriptions and data interpretation @astrandb (#115)
  • Change versioning to CalVer (e g 2023.12.0) @astrandb (#88)

Development tools

Beta 3 - Lots of goodies

09 Jan 08:37
Compare
Choose a tag to compare
Pre-release

Downloads for this release

Notable Changes

  • The main new feature is that an ISS can be transmitting to Live or Console units on any channel, not only on channel 1.
  • There is also support for the Moist/Soil transmitter.
  • A binary sensor that signals if observation data is older than 30 min. The exact time when the station was updated is stored as an attribute to this sensor.

There are a few more features in the pipeline that are planned for inclusion in the upcoming release. Please test this beta version in the mean time and report any issues in the repo on Github.

New Features

Bug fixes

Translation

Dependencies

Maintenance

  • Change versioning to CalVer (e g 2023.12.0) @astrandb (#88)

Code quality and optimizations

  • Change versioning to CalVer (e g 2023.12.0) @astrandb (#88)

Development tools

Add support for sensor transmitters and more

22 Dec 09:03
Compare
Choose a tag to compare

Downloads for this release

Notable Changes

The integration can now display data from multiple sensor units (ISS or sensor transmitters) when connected to the same Live or Console device. SUppport for Leaf/Soil sensors will be added in a later release.

New Features

  • Refactor to support extra sensor transmitters @astrandb (#78)

Translation

Maintenance

Development tools

Some more sensors and general performance improvements

18 Dec 21:04
8a9d64c
Compare
Choose a tag to compare

Downloads for this release

Notable changes

  • A number of new sensors are exposed, some are disabled by default and must be enabled by the user if used.
  • A number of minor performance improvements and optimizations

Note that this version will only display data from one primary device, such as Vantage Vue or Vantage Pro. It will not detect the presence of extra sensor suites or similar add-ons. This will be addressed in an upcoming release. No delivery time promised!

New Features

Dependencies

Maintenance

Development environment and tools

  • Minor fixes in development container

A few new sensors

14 Dec 20:36
Compare
Choose a tag to compare

Downloads for this release

New Features

  • Add sensors for wind_gust and rain_storm @astrandb (#68)
  • Add datetime attribute to rain_storm sensor
  • Slovak translation @misa1515

Changes

Dependencies