Skip to content

Releases: dzungpv/mitsubishi2MQTT

2023.12.4

26 Dec 11:30
Compare
Choose a tag to compare

ESP32 default will use UART0

2023.12.3

15 Dec 04:02
Compare
Choose a tag to compare

Migrate to new MQTT lib espMqttClient to support secure connection and improve stability.

2023.12.2.1

13 Dec 10:44
Compare
Choose a tag to compare

ESP-32: Support set TX, RX pin in the web UI SETUP->OTHERS, you can set any compatible pin.

2023.12.2

13 Dec 05:04
Compare
Choose a tag to compare

Fix send duplicate setting to HP, MQTT and Home Assistant.
Sync now 2x faster.

2023.12.1

12 Dec 09:03
Compare
Choose a tag to compare
  • Support Catalan
  • Uptime sensor for HA

2023.12.0

01 Dec 15:18
Compare
Choose a tag to compare

Update lib to fix issue for default hardware UART ESP32
Support factory reset over MQTT
Fix device not restart when wifi timeout

2013.11.3

26 Nov 11:31
Compare
Choose a tag to compare

ESP8266: Using full mac address as ID to prevent duplicate

2023.11.2

17 Nov 10:01
Compare
Choose a tag to compare

Expose room temperature and compressor frequency as HA sensor.
Tr to fix rarely MQTT disconnected after more than 5 days.

2023.11.1

07 Nov 15:39
Compare
Choose a tag to compare

Fix mqtt not reconnect.

2023.10.1

29 Oct 09:30
Compare
Choose a tag to compare
  • Use async-mqtt-client and ESPAsyncWebServer no delay anymore.
  • Support 9 languages at one, you can choose from Unit settings.
  • Disable Prometheus exporter by default, enable it and build in config.h file.
  • Remove min temp and max temp in Unit settings because it fixed by the device.
  • Support NTP datetime.
  • New Status page with information: date time, up time, free heap, build date, build version, ip address.
  • Support custom pin for UART with ESP32
  • Add WiFi scanner when setup.
  • Real time update in control page with web event.
  • Change the default ip for captivate portal to: 192.168.4.1
  • Access the device by local host name HVAC-MACADDRESS.local and ip.
  • Set access password with confirmation, prevent set wrong password.
  • Breaking change: Add native ESP IDF build for ESP32 for advance user, you may need to re setup your device because it use difference partition. or you can build your own using Platformio, it will use old partition scheme.