Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

61 lines (34 loc) · 1.29 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.1.4] - 2024-03-20

Added

  • Support for deviceTypeCode 006 (Portable air conditioner)

[2.1.3] - 2024-03-10

Fixed

  • Non-AC devices from the Connectlife app were causing crashes.

[2.1.2] - 2024-03-08

Changed

  • README update.

Fixed

  • Retain flag should be set for MQTT discovery messages.

[2.1.1] - 2024-03-03

Fixed

  • Crash if MQTT server not available.
  • Wrong config.yaml path for version reading.

[2.1.0] - 2024-02-25

Fixed

  • Crash when swing is not supported.
  • "power" on/off command.
  • Using "deviceFeatureCode" instead of "deviceFeatureCode" to differentiate AC devices model.

[2.0.0] - 2024-02-24

Added

  • BEEPING env - option to silence buzzer
  • DEVICES_CONFIG env - stores configuration for your devices (modes, swing and fan options)
  • swing modes support

Changed

  • Due to the deactivation of the api.connectlife.io endpoints, I decompiled the Connectlife mobile app and based on this I prepared a new version.

Removed

  • Some HTTP API endpoints.

[1.1.0] - 2024-02-16