Skip to content

Releases: qqaatw/JciHitachiHA

Release v1.0.0

28 Aug 07:12
Compare
Choose a tag to compare

Breaking change: Since this version, only Home Assistant Core 2022.7.0+ are supported.

  1. Update LibJciHitachi ver. to 1.0.0.
    • Support heat exchanger.
  2. Identify supported statuses using support_code.
  3. Add auto fan mode to dehumidifier.

Full Changelog: 0.4.1...1.0.0

Patch Release v0.4.1

23 Jul 15:38
Compare
Choose a tag to compare
  1. Fix fan speed settings.

Full Changelog: 0.4.0...0.4.1

Release v0.4.0

23 Jul 14:03
Compare
Choose a tag to compare
  1. Update LibJciHitachi ver. to 0.5.3.
    • Support business models.
    • Clear events right before a device status is refreshed.
    • Add firmware info to thing's property.
  2. Support some additional fan speed settings.

Full Changelog: 0.3.3...0.4.0

Release v0.3.3

12 Jun 08:39
Compare
Choose a tag to compare
  1. Update LibJciHitachi ver. to 0.5.2.
    • Support Apple silicon.
    • Store monthly data into thing's property rather than return it.
  2. Fix monthly power consumption incorrectly affecting that of other devices (#22).

Full Changelog: 0.3.2...0.3.3

Release v0.3.2

18 Apr 07:46
Compare
Choose a tag to compare
  1. Move the internal data storage from hass.data to hass.data[DOMAIN]

Full Changelog: 0.3.1...0.3.2

Patch Release v0.3.1

15 Apr 17:48
Compare
Choose a tag to compare
  1. Update LibJciHitachi ver. to 0.5.1.
    • Fix power consumption calculation

Full Changelog: 0.3.0...0.3.1

Release v0.3.0

02 Apr 00:50
Compare
Choose a tag to compare
  1. Update LibJciHitachi ver. to 0.5.0.
    • Switch AWS IoT SDK to v2.
    • Add freeze clean status to AC.
    • Add coverage test.
  2. Adopt adaptive timeout, making data fetching process more tolerant to a great number of devices.
  3. fix: fix status logging error by @kirintwn in #14

Note

  1. The backend installation is now managed by the integration instead of HA because one of the dependent packages awscrt that the backend uses doesn't provide binary wheels for musl-based linux like Alpine, the base image of Home Assistant Container without build tools preinstalled, currently. Thus, an additional package source having required binary wheels, which are periodically built by Github Actions CD, needs to be specified, and this is what the custom package management does. If you however concern the integrity of aforementioned binary wheels and want to build by yourself, please refer to awscrt repository for build instructions and replace the link with your custom source.

New Contributors

Full Changelog: 0.2.6...0.3.0

Patch Release v0.2.6

03 Mar 15:16
Compare
Choose a tag to compare
  1. Update LibJciHitachi ver. to 0.4.7.
    • Unpin httpx version.

Full Changelog: 0.2.5...0.2.6

Release v0.2.5

23 Feb 04:43
Compare
Choose a tag to compare

Update LibJciHitachi ver. to 0.4.6.

  1. No need to refresh status after setting a new status.
  2. Add monthly power consumption sensors.
  3. Remove outdoor temperature sensor.

Full Changelog: 0.2.4...0.2.5

Patch Release v0.2.4

25 Jan 09:24
Compare
Choose a tag to compare
  1. Update LibJciHitachi ver. to 0.4.5.
    • Fix problems caused by manual delays.

Full Changelog: 0.2.3...0.2.4