Commit Graph

152 Commits

Author SHA1 Message Date
Nathan J. Williams
53c3d88e55 Modified patch for vane support.
Starting from https://github.com/geoffdavis/esphome-mitsubishiheatpump/pull/103 by @seime,
extract the vane implementation code and format according to existing style.
Leave behind all the reformatting.
2023-09-04 21:28:01 -04:00
Geoff Davis
0c3742c05d
Merge pull request #89 from MrChuckDanger/patch-1
Added clarification for hardware_serial & baud_rate setting
2023-06-15 17:09:09 -07:00
Geoff Davis
430817ee3b
Merge branch 'develop' into patch-1 2023-06-15 17:08:19 -07:00
Geoff Davis
9da775567a
Merge pull request #93 from dmcc/patch-1
README.md: Minor markdown formatting/quoting
2023-06-15 17:04:05 -07:00
Geoff Davis
edbf25f4a1
Merge pull request #101 from sprocketstech/master
Use fully qualified names in header
2023-06-15 16:52:41 -07:00
Geoff Davis
28eaf87ae6
Merge pull request #102 from TheDK/patch-1
Update README.md with info to avoid boot loop on ESP32
2023-06-15 16:50:07 -07:00
TheDK
87d0f5af1e
Update README.md
Add info to avoid boot loop on ESP32
2023-06-09 17:10:17 +02:00
Jon Maucher
6e00fa62b5 Using explicit namespaces in header 2023-05-11 10:34:41 -04:00
David McClosky
50bb5b9c07
README.md: Minor markdown formatting/quoting
Without the quoting, I get config parsing errors for swing_mode.
2023-02-17 17:25:07 -05:00
Geoff Davis
ffaa89d085
Merge pull request #91 from pauln/feature/configurable-uart-pins 2023-02-12 00:04:13 -08:00
Paul Nicholls
1066ab6f15 Make UART pins configurable (for ESP32)
Adds optional configuration for the UART RX and TX pins on platforms which support assigning arbitrary pins to hardware UART(s), i.e. ESP32.
2023-02-11 22:35:37 +13:00
MrChuckDanger
10949d3067
Added clarification for hardware_serial & baud_rate setting
Per #72 , added clarifications that setting baud_rate may be required on some ESP32 boards (mine is Huzzah32 Feather) or else you will go into boot loop.
Also, added detail to baud_rate setting that some heat pumps require 2400. Mine is MSZ-GL18NA, which only worked with 2400 (not 4800 or 9600). Note, the default swicago library will first try 2400, and then try 9600, if no explicit rate is provided.
2023-01-23 13:27:21 -05:00
Geoff Davis
acff7863e5
Merge pull request #87 from geoffdavis/esp32--doc
Esp32 doc updates
2023-01-21 11:07:05 -08:00
Geoff Davis
bcba670a09 Clarify ESP32 vs ESP8266 in docs 2023-01-21 11:03:31 -08:00
Geoff Davis
9ba5194034
Merge pull request #86 from geoffdavis:UART-Compare-Fix
Cast pointers to void* before comparision
2023-01-21 10:55:27 -08:00
Geoff Davis
e393e68799 Cast pointers to void* before comparision 2023-01-21 10:22:04 -08:00
Geoff Davis
4c98affd26 Merge branch 'release/2.4.1' into develop 2022-10-31 22:39:12 -07:00
Geoff Davis
980271337a Merge branch 'release/2.4.1' 2022-10-31 22:38:57 -07:00
Geoff Davis
9128ca7f37 Bump to 2.4.1 2022-10-31 22:38:38 -07:00
Guillaume Rischard
3086d0ecb3
Update SwiCago/HeatPump to latest commit
Difference is https://github.com/SwiCago/HeatPump/pull/182
2022-10-27 10:54:31 -04:00
Geoff Davis
e90072132c Merge branch 'release/2.4.0' 2022-04-05 11:55:13 -07:00
Geoff Davis
9949521bba Bump version to 2.4.0 2022-04-05 11:55:00 -07:00
Geoff Davis
8405f05d69
Merge pull request #60 from geoffdavis/connectfix
Fix connection problems with newer versions of HeatPump
2022-04-05 11:52:15 -07:00
Geoff Davis
822a442301 Change hp->connect to new format
Pin to most recent version of SwiCago/HeatPump

Too much skew between the various unspecified versions of SwiCago/HeatPump
2022-04-05 11:46:40 -07:00
Geoff Davis
1d48ba6118
Merge pull request #55 from CalumOchkas/develop 2022-01-31 18:24:43 -08:00
Calum Ochkas
f4bf5037d5
Update README.md 2022-01-31 16:51:39 +13:00
Geoff Davis
e620427bd5 Merge branch 'release/2.3.2' into develop 2021-10-23 19:48:50 -07:00
Geoff Davis
ac207f52d9 Merge branch 'release/2.3.2' 2021-10-23 19:48:25 -07:00
Geoff Davis
1eba856865 Bump version to 2.3.2 2021-10-23 19:46:27 -07:00
Geoff Davis
af817ef762 Merge branch master into develop 2021-10-23 13:55:15 -05:00
Geoff Davis
2d2a44c782 Merge branch release/2.3.1 into master 2021-10-23 13:49:51 -05:00
Geoff Davis
547a05c78f Bump version to 2.3.1
Update version to 2.3.1
2021-10-23 13:48:36 -05:00
Geoff Davis
afe32e8b25
Merge pull request #46 from geoffdavis/esphome-2021.10 2021-10-23 11:44:35 -07:00
Geoff Davis
e20c3148d5 Dereference make_preferences object
API changed upstream. Using the dereferenced version.
2021-10-23 13:16:48 -05:00
Geoff Davis
ad65768860 Namespace call to delay
Upstream library changes made calls to delay become ambiguous. Force to
the esphome version, even though we declared namespace esphome already.
2021-10-23 13:07:38 -05:00
Geoff Davis
299d1ad45a Merge branch 'release/2.3.0' into develop 2021-09-11 21:57:03 -07:00
Geoff Davis
61fc0d72d6 Merge branch 'release/2.3.0' 2021-09-11 21:56:46 -07:00
Geoff Davis
a0b9f3ad8e Bump version to 2.3.0 2021-09-11 21:56:35 -07:00
Geoff Davis
fd97fca488
Merge pull request #42 from earwin/master
Conform to changed climate traits API from esphome v1.9.4

Fixes GH-41
2021-08-17 21:01:38 -07:00
Geoff Davis
481a77f182 Merge branch 'master' into develop 2021-08-17 21:00:00 -07:00
Kirill Zakharenko
4f3a4a863d Conform to changed climate traits API from esphome v1.9.4 2021-07-13 19:52:51 +03:00
Geoff Davis
faf631cacd
Merge pull request #39 from geoffdavis/release/2.2.0 2021-06-23 05:12:00 -07:00
Geoff Davis
d8ee6b69c2 update required esphome version 2021-06-23 04:53:51 -07:00
Geoff Davis
c6cd491fe6 Bump version to 2.2.0
Recent changes require esphome 1.19.1 or greater
2021-06-23 04:35:33 -07:00
Geoff Davis
4d5f99807e Merge branch master into develop 2021-06-23 04:30:45 -07:00
Geoff Davis
82d9373374
Merge pull request #38 from bulletmark/esphome1.19 2021-06-23 04:18:34 -07:00
Mark Blakeney
6e3ea4989b Fix esphome v1.19 changes
Addresses issue #37.
2021-06-21 14:28:38 +10:00
Geoff Davis
48afbf0caa
Merge pull request #34 from bulletmark/no-thrash 2021-06-12 20:50:14 -07:00
Mark Blakeney
aa60a7f4ef Fix HA connection thrashing when no comms
If the CN105 connection to the heat pump is down (i.e. unplugged,
wrongly configured, etc), then the ESP device goes into a hard thrash
loop where it is disconnecting and reconnecting to the HA server 2 times
every second, i.e. it smashes the HA server ad-infinitum. This commit
fixes this by ensuring the heat pump attributes are initialised to at
least something non-random. We set the temperatures to NAN so it is
clear they have not been initialised by heat pump, and thus apparent in
logs etc.
2021-06-12 11:21:51 +10:00
Geoff Davis
cc53da62d5 Merge branch 'master' into develop 2021-05-29 09:20:26 -07:00