Skip to content

Releases: siku2/hass-weatherlink

Version 0.5.4

01 Apr 21:34
22f68f1
Compare
Choose a tag to compare

Changelog

Fixed

  • Changed Weather entity to native units (#25)

Version 0.5.3

08 Jul 21:21
c7bb6e1
Compare
Choose a tag to compare

Changelog

Changed

  • Adjusted log levels to reduce clutter when polling fails (#19)

Fixed

  • Problems with broadcast reception (#23)

Version 0.5.2

21 Dec 20:12
c913b81
Compare
Choose a tag to compare

Changelog

Fixed

  • Forgot to update the version in manifest.json all this time
  • Use extra_state_attributes instead of device_state_attributes
  • Use atribute notation instead of key notation for discovery_info

Version 0.5.1

18 Jun 11:14
3ea2f71
Compare
Choose a tag to compare

Changelog

Fixed

  • Polling-based sensors no longer working if real-time broadcast listening is enabled

0.5.0 - 2021-06-17

Added

  • Add broadcast listener to receive real-time updates (#8)

Changed

  • Split WeatherLink API into multiple files to make it more readable

Fixed

  • Entities Becoming Unavailable (#7)

Version 0.5.0

17 Jun 21:55
f9e77b7
Compare
Choose a tag to compare

The most important feature of this update is that the integration can now use the real-time broadcast API to update some sensors (most notably wind speed and bearing) much more quickly than is currently possible using polling. Polling is still needed for all the other values, but it can be done in a less frequent interval to avoid overloading the WeatherLink device.

This feature is enabled by default, but can be turned off in the integration options.

Changelog

Added

  • Add broadcast listener to receive real-time updates (#8)

Changed

  • Split WeatherLink API into multiple files to make it more readable

Fixed

  • Entities Becoming Unavailable (#7)

Version 0.4.1

29 May 18:06
d0ec08f
Compare
Choose a tag to compare

Changelog

Fixed

  • Broken weather entity

0.4.0 - 2021-05-29

Added

  • Make it possible to configure the rounding for measurements,
    including the ability to disable rounding altogether.

Version 0.4.0

29 May 16:41
e1d8a7b
Compare
Choose a tag to compare

Changelog

Added

  • Make it possible to configure the rounding for measurements,
    including the ability to disable rounding altogether.

Version 0.3.0

25 May 18:53
69efa2f
Compare
Choose a tag to compare

Changelog

Added

  • Integration options which allows the following to be configured:
    • Polling interval
    • Unit for various measurements
  • "Wind direction" sensor which reports the bearing in text form
    ("N", "E", "S", "W") with 16 values
  • Update integration manifest to link to documentation, issue tracker,
    and specify the IoT class

Changed

  • Unit of "UV index" is now UV index so that Home Assistant displays it as a
    graph instead of distinct values.

Version 0.2.7

22 May 13:52
5e595b6
Compare
Choose a tag to compare

Changelog

Added

  • Update the README to contain installation instructions and a section about
    limitations imposed by WeatherLink
  • Handle the case where WeatherLink returns multiple instances of the same data
    structure (split setup) by flattening them into a single one

Fixed

  • Discovered a lot of values which aren't always returned by (#2)

0.2.6 - 2021-05-20

Added

  • "Wind max speed" sensor

Removed

  • Removed "high" and "10_min_high" attributes from "Wind speed" sensor.
    Replaced by "Wind max speed"

0.2.5 - 2021-05-16

Added

  • "Inside Humidity" sensor
  • "last_report_time" to the "AirLink Status" sensor

Changed

  • "AirLink Status" sensor now reports either connected, disconnected, or unknown,
    instead of the last report time. The last report time can still be seen in the
    attributes though.
  • Adjusted the rounding of some values

Removed

  • "humidity" attribute from "Inside Temperature"
  • weather entity can no longer return the fog condition because of false-positives

0.2.4 - 2021-05-14

Added

  • Separate "Soil Moisture" and "Soil Temperature" sensor

Removed

  • "Soil" sensor, replaced by "Soil Moisture" and "Soil Temperature"

0.2.3 - 2021-05-13

Added

  • "Rain rate" sensor separate from the "Rainfall" sensor

Changed

  • Adjust calculation for the current condition of the weather entity
  • Consistently use instead of m^3 in units

Removed

  • "rain rate" attributes from "Rainfall" sensor

Fixed

  • "10_min_dir" from the "Wind bearing" sensor is not always sent by WeatherLink.
    If the field was absent it would cause an error.

0.2.2 - 2021-05-11

Version 0.2.6

20 May 07:56
44aaad7
Compare
Choose a tag to compare

Changelog

Added

  • "Wind max speed" sensor

Removed

  • Removed "high" and "10_min_high" attributes from "Wind speed" sensor.
    Replaced by "Wind max speed"

0.2.5 - 2021-05-16

Added

  • "Inside Humidity" sensor
  • "last_report_time" to the "AirLink Status" sensor

Changed

  • "AirLink Status" sensor now reports either connected, disconnected, or unknown,
    instead of the last report time. The last report time can still be seen in the
    attributes though.
  • Adjusted the rounding of some values

Removed

  • "humidity" attribute from "Inside Temperature"
  • weather entity can no longer return the fog condition because of false-positives

0.2.4 - 2021-05-14

Added

  • Separate "Soil Moisture" and "Soil Temperature" sensor

Removed

  • "Soil" sensor, replaced by "Soil Moisture" and "Soil Temperature"

0.2.3 - 2021-05-13

Added

  • "Rain rate" sensor separate from the "Rainfall" sensor

Changed

  • Adjust calculation for the current condition of the weather entity
  • Consistently use instead of m^3 in units

Removed

  • "rain rate" attributes from "Rainfall" sensor

Fixed

  • "10_min_dir" from the "Wind bearing" sensor is not always sent by WeatherLink.
    If the field was absent it would cause an error.

0.2.2 - 2021-05-11