Skip to content

IRremoteESP8266 v2.6.6

Compare
Choose a tag to compare
@crankyoldgit crankyoldgit released this 23 Sep 08:47
· 581 commits to master since this release
b95793c

v2.6.6 (20190923)

[Bug Fixes]

  • Ensure begin() is called for every supported common A/C. (#905, #899)
  • IRMQTTServer: Fix JSON state parsing. (#896)
  • IRMQTTServer: Fix compilation error when MQTT_CLIMATE_JSON is true. (#893)

[Features]

  • Mitsubishi136: Full A/C support. (#898, #890)
  • Fujitsu: Add support for ARRY4 remote. (#895)
  • Web-AC-control: Add new WebUI example sketch. (#880, #886)
  • Improve Common A/C API (#913)
  • IRMQTTServer: Support for multiple climates. (#903)
  • IRMQTTServer: Add TX channel support for HTTP interface. (#929)
  • IRMQTTServer: Add option to clear retained settings. (#917)
  • auto_analyse_raw_data.py: Add decode code generation. (#909)
  • auto_analyse_raw_data.py: General improvements (#906)

[Misc]

  • IRMQTTServer: Use latest API for common A/C. (#928)
  • IRMQTTServer: Add flag & documentation for Home Assistant mode. (#919)
  • IRMQTTServer: Move from ArduinoJson v5 to v6. (#878)
  • IRMQTTServer: Use retain for discovery message. (#881)
  • Goodweather: Adjust timings & minor fixes. (#924)
  • PanasonicAc: Add better SwingV support for common a/c framework. (#923)
  • Daikin2: Corrections for common A/C interface. (#910)
  • MitsubishiAC: Improve decoding. (#914)
  • Fujitsu: Disable horiz swing for ARRY4. (#907)
  • SamsungAc: Only send power on/off code if it's needed. (#884)
  • Teco: Add timer support. (#883)
  • More consistent A/C ::toString() output. (#920)