From f114e659a97fa6e7c87c3cbdf6a98dd0bd4443f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laszlo=20Heged=C3=BCs?= Date: Sun, 8 Sep 2024 19:44:09 +0200 Subject: [PATCH 1/3] Add Eco preset Add support for altMode 7 present on Samsung AC AR12TXFYAWKNEU indoor unit. --- components/samsung_ac/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/components/samsung_ac/__init__.py b/components/samsung_ac/__init__.py index fde12c11..da7c049d 100644 --- a/components/samsung_ac/__init__.py +++ b/components/samsung_ac/__init__.py @@ -103,6 +103,7 @@ def preset_entry( "quiet": {"value": 2, "displayName": "Quiet"}, "fast": {"value": 3, "displayName": "Fast"}, "longreach": {"value": 6, "displayName": "LongReach"}, + "eco": {"value": 7, "displayName": "Eco"}, "windfree": {"value": 9, "displayName": "WindFree"}, } From b28aed4768ef067ebf4ea021324682bd548cd54f Mon Sep 17 00:00:00 2001 From: TheChristan <93482737+TheChristan@users.noreply.github.com> Date: Sat, 14 Sep 2024 13:55:09 +0200 Subject: [PATCH 2/3] Update readme.md Added more models to Know to work list --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index dcf39859..4265461b 100644 --- a/readme.md +++ b/readme.md @@ -32,7 +32,7 @@ There are also two Discussion threads about confirmed [NASA]([url](https://githu #### NASA -- AJ080TXJ4KG, AJ026TN1DKG, AR24TXHZAWKNEU, AR09TXFCAWKNEU, AC030KNZDCH/AA (CNH30ZDK), AE090RNYDEG, AE090RXEDEG, AE160JXYDEH/EU, AR09TXFCAWKNEU +- AJ080TXJ4KG, AJ026TN1DKG, AR24TXHZAWKNEU, AR24TXFCAWKN, AR09TXFCAWKNEU, AC030KNZDCH/AA (CNH30ZDK), AE090RNYDEG, AE090RXEDEG, AE160JXYDEH/EU, AR09TXFCAWKNEU, AR07TXFCAWKNEU #### NonNASA From 8033246e43b3caa3afbf81b04ad9e8b1cdb7e4fb Mon Sep 17 00:00:00 2001 From: Steve Wagner Date: Sun, 6 Oct 2024 16:43:37 +0200 Subject: [PATCH 3/3] Update readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4265461b..56efa15a 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ This project offers a [ESPHome](https://esphome.io/index.html) component for integrating Samsung air conditioners into your home automation system. It provides the ability to monitor and control your AC units effortlessly. -This component is designed to connect to the F1 and F2 communication bus between the indoor and the outdoor devices. +This component is designed to connect to the *Samsung HAVC devices with an F1/F2 communication bus* (between the indoor and the outdoor devices). Samsung has employed different software protocols for their AC devices over the years. The older devices utilize the Non NASA protocol, while the newer ones utilize the NASA protocol. This ESPHome component is designed to support both protocols, ensuring compatibility with a wide range of Samsung AC units. @@ -124,6 +124,7 @@ Follow these steps to install and configure the software for your AC unit contro - **Does this works also with Samsung heat pumps?** Yes, while it was not desinged in the first place for them, we have reports that it also works. - **Do I need a ESP for each indoor device?** When all your indoor devices are connected to the same outdoor device, then you need just one. Otherwise you need one for each outdoor device. - **Do I need to turn off my climate devices when I connect the ESP?** No, but it's advised to do so, cause there is no garantee that it will not harm you Samsung hardware. And as you might be messing around 240V to be able to hook to those F1/F2 cables, it's safer to disconnect the power when attaching the cables and then bring the power up again. +- **My device has no F1/F2 connectors, how to connect?** Without F1/F2 connectors, this component can not work. Sorry! ## Development