Skip to content

Releases: cmroche/greeclimate

v2.1.4

10 Jan 18:15

Choose a tag to compare

2.1.4 (2026-01-10)

Bug Fixes

  • incorrect type hinting on device properties, and inconsistent behaviour on bool properties (b6004ea)

v2.1.3

10 Jan 17:45

Choose a tag to compare

2.1.3 (2026-01-10)

Bug Fixes

  • handle missing 'val' key in RESULT response and update test coverage (#132) (a72bfd3)

v2.1.2

10 Jan 17:29

Choose a tag to compare

2.1.2 (2026-01-10)

Bug Fixes

  • only clear dirty state on successful push_state_update() (a9d7107)

v2.1.1

10 Jan 15:19

Choose a tag to compare

2.1.1 (2026-01-10)

Bug Fixes

v2.1.0

05 Aug 21:26

Choose a tag to compare

2.1.0 (2024-08-05)

Features

  • Support GCM encryption for Gree devices (#92) (7122cdd)

v2.0.0

02 Jul 17:53

Choose a tag to compare

2.0.0 (2024-07-02)

Features

  • Full async networking (#90) (4587984)

  • Refactor networking layer

  • Switch all tests to unicast addresses (so they work on all platforms)

  • Add equality for device state, and tests

  • Adding log data for firmware and temp offset selection

BREAKING CHANGES

  • API calls no longer block waiting for device response, use the add
    handler to listen for updates from the device.

v1.4.6

27 Jun 21:55

Choose a tag to compare

1.4.6 (2024-06-27)

Bug Fixes

v1.4.5

27 Jun 00:44

Choose a tag to compare

1.4.5 (2024-06-27)

Bug Fixes

  • use of Queue where Event was expected (#85) (9dfcdbb)

v1.4.4

27 Jun 00:00

Choose a tag to compare

1.4.4 (2024-06-27)

Bug Fixes

v1.4.2

26 Jun 21:39

Choose a tag to compare

1.4.2 (2024-06-26)

Bug Fixes

  • Fahrenheit conversion inconsistencies (#73) (f09f3f1)