Skip to content

Releases: elboletaire/ha-weatherxm

Device entities

02 Jan 13:17
2d0a6d5
Compare
Choose a tag to compare

This version adds devices, and groups all the existing entities into these devices.
imatge
imatge

There's also a new "last update" field where you can check the last time the API was checked for new data.
imatge

What's Changed

  • Add device registry support to group entities under their stations by @elboletaire in #7

Full Changelog: 1.0.3...1.1.0

Properly update data and auth

02 Jan 10:12
c83704b
Compare
Choose a tag to compare

What's Changed

  • implement token refresh functionality and async API client by @elboletaire in #5

Full Changelog: 1.0.2...1.1.0

Improve unit compatibility and enable statistics

22 Oct 13:11
48944a0
Compare
Choose a tag to compare

HACS changes

08 Jun 17:58
8c48c2d
Compare
Choose a tag to compare

Minor changes trying to make the integration more HACS compatible.

1.0.0

08 Jun 17:36
05c079f
Compare
Choose a tag to compare

Very first version, giving you all the data I could think of from the WeatherXM API for your subscribed devices, creating the following sensors:

  • weather.<alias>, with all the weather and forecast information.
  • sensor.<alias>_battery, with the battery level of the device.
  • sensor.<alias>_firmware, with the firmware version of the device.
  • sensor.<alias>_rewards, with the rewards of the device (also has total_rewards as additional attribute).
  • sensor.<alias>_total_rewards, with the total rewards generated to date from that device.

<alias> is the alias of the device defined via the WeatherXM app. If you have not defined an alias, the device ID will be used instead.

Full Changelog: https://github.com/elboletaire/ha-weatherxm/commits/1.0.0