Skip to content

Releases: EnzoD86/tuya-smart-ir-ac

2024.9.2

16 Sep 21:18
693d54e
Compare
Choose a tag to compare

Changelog 2024.9.2

  • added default hvac temperatures for automatic, cooling and heating modes that can be activated from configuration UI;
  • added default hvac fan speed that can be activated from configuration UI;
  • changed fan speed behavior when changing hvac mode: now the fan speed is not changed (except in dry mode or if the new default HVAC fan speed configuration is active);
  • updated the configuration UI by grouping the compatibility options in a dedicated collapsed section;
  • fixed a configuration issue that allowed the "Supported HVAC Modes" field to be left blank;
  • fixed a configuration issue that allowed the "Supported FAN Modes" field to be left blank;
  • fixed a configuration issue that allowed the same device to be added multiple times;
  • fixed a configuration issue that was showing the unhandled error "Unknown error occurred";
  • improved integration translation;
  • code refactoring;
  • update the minimum required Home Assistant version.

2024.9.1

07 Sep 22:49
66f3547
Compare
Choose a tag to compare

Changelog 2024.9.1

  • fixed compatibility mode force power on for HVAC off;

2024.9.0

07 Sep 09:40
d2e8c09
Compare
Choose a tag to compare

Changelog 2024.8.4

  • added compatibility mode configuration to force power on when setting hvac mode

2024.8.4

30 Aug 15:02
5a83f44
Compare
Choose a tag to compare

Changelog 2024.8.4

  • last status loading implemented;
  • increased fetch API timeout;
  • air conditioner availability check changed;
  • added compatibility mode configuration to reset the minimum temperature when changing mode to dry (fixes the bug for some air conditioning models);
  • added compatibility mode configuration to reset the minimum fan speed when changing mode to dry (fixes the bug for some air conditioning models).

2024.8.3

21 Aug 09:45
9c6dfef
Compare
Choose a tag to compare

Changelog 2024.8.3

  • remove custom tuya_connector (with the implementation of the coordinator it is no longer necessary);
  • fix climate switch on when changing temperature or fan mode;

2024.8.2

14 Aug 14:49
02b5edc
Compare
Choose a tag to compare

Changelog 2024.8.2

  • implemented coordinator to make entity updating more efficient;
  • remove last status for climate (has become incompatible with the coordinator);
  • implemented loading air conditioners as devices and no longer as entities;
  • minor changes;
  • code refactoring;

2024.8.1

04 Aug 21:06
c07420c
Compare
Choose a tag to compare

Changelog

  • fix incorrect unique id of entities

2024.8.0

01 Aug 08:54
325fbc3
Compare
Choose a tag to compare

Changelog

  • added configuration for hvac mode and fan mode supported;
  • added error handling on the web interface;
  • added localization for exceptions (only it and en);
  • added configuration via web interface;
  • added loading last state when starting Home Assistant;
  • moved tuya account configuration to configuration.yaml file (see README.md);
  • changed the country key, it has been made mandatory;
  • fixed issue invalid token;
  • fixed minor bugs;
  • code refactoring;

It is required reconfigure the integration (see readme)

2024.7.1 - First release

22 Jul 19:26
Compare
Choose a tag to compare

Changelog

  • cloned DavidIlie's project because it is no longer maintained;
  • heavy refactoring on the entire project;
  • fix hvac mode not working properly;
  • fix fan mode not working properly;
  • fix to allow adding more air conditioning;
  • change logger name in tuya_smart_ir_ac;
  • added references to HACS to attempt integration into their repository;
  • change the configuration parameters as follows:
    • added country for the datacenter to use (thanks to lucasnz);
    • added optional humidity sensor (thanks to lucasnz);
    • added minimum and maximum supported temperature;
    • added step size for temperature set point;