Commit Graph

169 Commits

Author SHA1 Message Date
Geoff Davis
d42322e6a9
Merge branch 'develop' into unformat-select 2023-10-13 14:00:30 -07:00
Geoff Davis
6309f9ec54 Fix README indentation
Bulleted lists were misaligned, and syntax was wrong.
2023-10-13 13:59:04 -07:00
Geoff Davis
38d089fce3
Merge pull request #105 from wtadler/develop
Edit README notes on baud rate and external temperature sensor
2023-10-13 13:32:26 -07:00
Geoff Davis
af351834ea
Merge branch 'develop' into develop 2023-10-13 13:31:50 -07:00
Geoff Davis
ef4c0ea9ae
Merge pull request #108 from nathanjw/master
Fix two bits of debugging output
2023-10-13 13:29:19 -07:00
Geoff Davis
224a1d9e5a
Merge branch 'develop' into unformat-select 2023-10-13 13:26:41 -07:00
Geoff Davis
ceefffe3b0 Merge branch 'fixup/optional' into develop
Corrects problems with compilation due to missing namespace on the
optional type.
2023-10-13 13:07:38 -07:00
Geoff Davis
4a4be1cd2f add std:: prefix to optional 2023-10-13 13:02:55 -07:00
Geoff Davis
2ca4898593 Whitespace cleanups 2023-10-13 12:48:39 -07:00
Nathan J. Williams
d04e617bf1 Catch up with use of explicit namespaces in header. 2023-09-04 21:49:33 -04:00
Nathan J. Williams
860307bf98 Restore a couple of dropped tested models. 2023-09-04 21:39:09 -04:00
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
Nathan J. Williams
b92cf5f1ff Fan mode and swing mode are ints, don't try to debug-print them as strings. 2023-07-20 13:04:10 -04:00
Will Adler
cd984667f3
edit README note on external temperature sensor 2023-07-15 18:14:10 -04:00
Will Adler
f7e3c43a18
edit README note on baud rate 2023-07-15 18:03:59 -04:00
Nathan J. Williams
8d7595c261 Don't printf() a std::optional, that doesn't work right. 2023-07-14 16:51:28 -04:00
MrChuckDanger
c9a7ee4071 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-06-15 17:59:41 -07:00
donutsoft
1007b4d075 Remote temperature sensor update 2023-06-15 17:57:21 -07: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