From e1fd2a0c4af9fded832893efafa2c82800469aae Mon Sep 17 00:00:00 2001 From: Geoff Davis Date: Wed, 28 Apr 2021 10:29:18 -0700 Subject: [PATCH 1/2] Bump version to 1.3.1 --- espmhp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espmhp.h b/espmhp.h index dfc18df..3f76fd1 100644 --- a/espmhp.h +++ b/espmhp.h @@ -26,7 +26,7 @@ using namespace esphome; static const char* TAG = "MitsubishiHeatPump"; // Logging tag -static const char* ESPMHP_VERSION = "1.3.0"; +static const char* ESPMHP_VERSION = "1.3.1"; /* If polling interval is greater than 9 seconds, the HeatPump library reconnects, but doesn't then follow up with our data request.*/ From 9a48ec6f3ea3b8cbf3202027e90c4ef044b89713 Mon Sep 17 00:00:00 2001 From: Geoff Davis Date: Wed, 28 Apr 2021 10:35:23 -0700 Subject: [PATCH 2/2] Update README Reference upstream swicago library via github URL, per @oddeirik. Fixes GH-26 ESPHome 1.15.x has been out for a while now. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 55b244b..bcd002a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ESP32 using the [ESPHome](https://esphome.io) framework. ## Requirements * https://github.com/SwiCago/HeatPump -* ESPHome 1.15.0-dev or greater +* ESPHome 1.15.0 or greater ## Supported Microcontrollers This library should work on most ESP8266 or ESP32 platforms. It has been tested @@ -50,9 +50,9 @@ to the control board](https://github.com/SwiCago/HeatPump/issues/13#issuecomment-457897457) via CN105. -### Step 2: Use ESPHome 1.15.0-dev or higher +### Step 2: Use ESPHome 1.15.0 or higher -The code in this repository makes use of a number of features in the as-yet unreleased 1.15.0 version of ESPHome, including various Fan modes. +The code in this repository makes use of a number of features in the 1.15.0 version of ESPHome, including various Fan modes. ### Step 3: Clone this repository into your ESPHome configuration directory @@ -120,7 +120,7 @@ esphome: # Boards tested: ESP-01S (ESP8266), Wemos D1 Mini (ESP8266); ESP32 Wifi-DevKit2 libraries: - - SwiCago/HeatPump + - https://github.com/SwiCago/HeatPump includes: - src/esphome-mitsubishiheatpump @@ -207,7 +207,7 @@ instance if you have HA configured to do so. There's also the built-in to ESPHome [Mitsubishi](https://github.com/esphome/esphome/blob/dev/esphome/components/mitsubishi/mitsubishi.h) -climate component. It's only in the `dev` branch at the moment (2020-03-11). +climate component. The big drawback with the built-in component is that it uses Infrared Remote commands to talk to the Heat Pump. By contrast, the approach used by this repository and it's underlying `HeatPump` library allows bi-directional